代码搜索结果

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

dsk_ovly1_simplified.mem

/* Simplified version of TMS320VC5402 DSK */ /* OVLY=1, FLASHENB=0, MP=1, DROM=0, DM_SEL=0, M_PG=0 */ /* Ignores FLASH and internal ROMs */ MEMORY DSK_ovly1_simplified { /* from 80h to 3FFFh

dsk_ovly1_simplified.mem

/* Simplified version of TMS320VC5402 DSK */ /* OVLY=1, FLASHENB=0, MP=1, DROM=0, DM_SEL=0, M_PG=0 */ /* Ignores FLASH and internal ROMs */ MEMORY DSK_ovly1_simplified { /* from 80h to 3FFFh

misc.c

/* GNU Objective C Runtime Miscellaneous Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GNU CC. GNU CC is fr

r2d_asm_configs.inc

;.if (_R2D_CONFIG_ASM_INC_ = 0) _R2D_CONFIG_ASM_INC_ .set 1 R2D_ON .set 1 R2D_OFF .set 0 ; Color mode for the LCD R2D_MONOCHROME .set 0 R2D_COLOR .set 1 ; Mode of refresh for the LCD R

ttmemory.c

/******************************************************************* * * ttmemory.c 1.2 * * Memory management component (body). * * Copyright 1

makefile

#---------------------------------------------------------------------------- # Makefile,v 4.32 2002/11/16 15:37:16 bala Exp # # Makefile for tests of the SV_Shared_Memory wrapper #---------------

dsk_ovly1_simplified.mem

/* Simplified version of TMS320VC5402 DSK */ /* OVLY=1, FLASHENB=0, MP=1, DROM=0, DM_SEL=0, M_PG=0 */ /* Ignores FLASH and internal ROMs */ MEMORY DSK_ovly1_simplified { /* from 80h to 3FFFh

main.c

/* * linux/init/main.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include #include /* * we need this inline - forking from kernel space will result * in NO COPY

tccutil.cpp

#include "TCCUtil.h" void* TC_Allocate_Memory (unsigned int iSize) { return new unsigned char[iSize]; } int TC_Deallocate_Memory(void *pvPtr) { if(pvPtr){ delete [] pvPtr; pvPtr =

main.c

/* * linux/init/main.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__ #include #include /* * we need this inline - forking from kernel space will result * in NO COPY