代码搜索:aRM
找到约 10,000 项符合「aRM」的源代码
代码结果 10,000
www.eeworm.com/read/138727/5814664
h arm.h
// ARM.h
#ifndef __ARM_H
#define __ARM_H
#include "BranchCoder.h"
MyClassA(BC_ARM, 0x05, 1)
#endif
www.eeworm.com/read/138727/5814690
cpp 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);
}
www.eeworm.com/read/138314/5817099
scatter arm.scatter
LOAD_ROM 0x0000000
{
ER_INIT 0x0c00000
{
Init (+RO)
}
ER_ROM +0
{
.ANY(+RO)
}
DATABLACK
{
RamData (
www.eeworm.com/read/136822/5849899
makefile-arm
# Makefile for zlib
# Copyright (C) 1995-1998 Jean-loup Gailly.
# For conditions of distribution and use, see copyright notice in zlib.h
# To compile and test, type:
# ./configure; make test
# The
www.eeworm.com/read/136819/5853326
makefile-arm
# Makefile for zlib
# Copyright (C) 1995-1998 Jean-loup Gailly.
# For conditions of distribution and use, see copyright notice in zlib.h
# To compile and test, type:
# ./configure; make test
# The
www.eeworm.com/read/136816/5854798
makefile-arm
# Makefile for zlib
# Copyright (C) 1995-1998 Jean-loup Gailly.
# For conditions of distribution and use, see copyright notice in zlib.h
# To compile and test, type:
# ./configure; make test
# The
www.eeworm.com/read/136071/5875190
arm config.arm
#
# For a description of the syntax of this configuration file,
# see extra/config/Kconfig-language.txt
#
config HAVE_ELF
bool
default y
config TARGET_ARCH
default "arm"
config ARCH_CFLAGS
stri
www.eeworm.com/read/133772/5902965
ld arm.ld
//=============================================================================
//
// MLT linker script for ARM
//
//=============================================================================
www.eeworm.com/read/132821/5909141
c arm.c
typedef struct _proc_state {} proc_state;
typedef struct _insn_dp_i_s_struct {
/*Data Processing immidiate shieft*/
int (*func) (struct _insn_dp_i_s_struct *s, proc_state *state);
unsigned i