代码搜索:Memory

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

代码结果 10,000
www.eeworm.com/read/273525/4207513

hlp memory.hlp

{smcl} {* 16mar2005}{...} {cmd:help memory} {hline} {title:Title} {p2colset 5 19 21 2}{...} {p2col :{hi:[D] memory} {hline 2}}Memory size considerations{p_end} {p2colreset}{...} {title
www.eeworm.com/read/272963/4213827

h memory.h

/* memory.h Memory manipulation functions Copyright (c) 1991 by Borland International All Rights Reserved. */ #include
www.eeworm.com/read/271875/4221164

h memory.h

config_require(hardware/memory/hw_mem) #if defined(linux) config_require(hardware/memory/memory_linux) #elif (defined(darwin7) || defined(darwin8) || defined(darwin9)) config_require(hardware/memory
www.eeworm.com/read/271875/4221262

h memory.h

/* * Note: this file originally auto-generated by mib2c using * : mib2c.scalar.conf,v 1.9 2005/01/07 09:37:18 dts12 Exp $ */ #ifndef MEMORY_H #define MEMORY_H config_require(hardware/memory
www.eeworm.com/read/271875/4221289

c memory.c

/* * Note: this file originally auto-generated by mib2c using * : mib2c.scalar.conf,v 1.9 2005/01/07 09:37:18 dts12 Exp $ */ #include #include
www.eeworm.com/read/271875/4221608

h memory.h

typedef struct netsnmp_memory_info_s netsnmp_memory_info; #define NETSNMP_MEM_TYPE_PHYSMEM 1 #define NETSNMP_MEM_TYPE_USERMEM 2 #define NETSNMP_MEM_TYPE_VIRTMEM 3 #define NETSNMP_MEM_TYPE_STEXT
www.eeworm.com/read/271462/4228684

c memory.c

/* * target/arm9tdmi/memory.c: implements the ARM9TDMI target's memory read/write * operations. * * Copyright (C) 2003, Rongkai zhan * * This program is free softw
www.eeworm.com/read/271462/4228690

c memory.c

/* * target/arm7tdmi/memory.c: implements the ARM7TDMI target's memory read/write * operations. * * Copyright (C) 2003, Rongkai zhan * * This program is free softw
www.eeworm.com/read/269815/4243377

c memory.c

/*++ THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/449796/1673802

h memory.h

/* * NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This * goes for all kernel functions (ds=es=kernel space, fs=local data, * gs=null), as well as for all well-behaving user prog