代码搜索结果

找到约 10,000 项符合 ARM 的代码

arm.h

// ARM.h #ifndef __ARM_H #define __ARM_H #include "BranchCoder.h" MyClassA(BC_ARM, 0x05, 1) #endif

arm.cpp

// ARM.cpp #include "StdAfx.h" #include "ARM.h" #include "BranchARM.c" UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) { return ::ARM_Convert(data, size, _bufferPos, 1); }

arm.h

// ARM.h #pragma once #ifndef __ARM_H #define __ARM_H #include "Coder.h" MyClass(BC_ARM, 0x05, 1) #endif

arm.cpp

// ARM.cpp #include "StdAfx.h" #include "ARM.h" #include "Windows/Defs.h" static HRESULT BC_ARM_Code(ISequentialInStream *inStream, ISequentialOutStream *outStream, const UINT64 *inSi

arm.nls

/* * Locale definitions for Arabic (Morocco) * * Copyright 2002 Alexandre Julliard for CodeWeavers * * This library is free software; you can redistribute it and/or * modify it under the terms o

arm.ld

//============================================================================= // // MLT linker script for ARM // //============================================================================= //###

arm.txt

If developing for the ARM, or indeed any other new processor, you should first build a C-only library. For the ARM, this mirdef.h header would be appropriate for an integer- only build of the li

mirdef.arm

/* * MIRACL compiler/hardware definitions - mirdef.h * Copyright (c) 1988-2001 Shamus Software Ltd. */ #define MIRACL 32 #define MR_LITTLE_ENDIAN /* or perhaps #define MR_BIG