代码搜索:aRM

找到约 10,000 项符合「aRM」的源代码

代码结果 10,000
www.eeworm.com/read/455528/1612979

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/454344/1630299

h arm.h

#ifndef ARM_PROCESSOR_HEADER #define ARM_PROCESSOR_HEADER /******************************************************************************* * Functions for enabling/disabling IRQ and FIQ in the A
www.eeworm.com/read/454344/1630300

c arm.c

#define IRQ_VECTOR_ADDR 0x18 #define FIQ_VECTOR_ADDR 0x1C #define IRQ_VECTOR (unsigned int *) IRQ_VECTOR_ADDR #define FIQ_VECTOR (unsigned int *) FIQ_VECTOR_ADDR #define BRANCH_OP_C
www.eeworm.com/read/249144/4455611

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/247871/4472779

h arm.h

// ARM.h #ifndef __ARM_H #define __ARM_H #include "BranchCoder.h" MyClassA(BC_ARM, 0x05, 1) #endif
www.eeworm.com/read/247871/4472806

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/247849/4473627

md arm.md

;;- Machine description for ARM for GNU compiler ;; Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 ;; Free Software Foundation, Inc. ;; Contributed by Pieter `Tiggr' Schoenmaker
www.eeworm.com/read/247849/4473654

h arm.h

/* Definitions of target machine for GNU compiler, for ARM. Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by Pieter `Tiggr' Sch
www.eeworm.com/read/247849/4473664

c arm.c

/* Output routines for GCC for ARM. Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.
www.eeworm.com/read/242732/4540385

h arm.h

#include "../../misc.h" CPU_INT ARMBrain( CPU_BYTE *cpu_buffer, CPU_UNINT cpu_pos, CPU_UNINT cpu_size, CPU_UNINT BaseAddress,