代码搜索:Memory

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

代码结果 10,000
www.eeworm.com/read/155374/5624632

c memory.c

/* Memory.c - Memory mappings and remapping functions */ /* Copyright - Galileo technology. */ /* modified by Josh Huber to clean some things up, and * fit it into the U-Boot framework */ #include
www.eeworm.com/read/155374/5625439

c memory.c

/* * (C) Copyright 2002-2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software
www.eeworm.com/read/155374/5625925

memory_dump

64 MB: 0x00: 80 08 04 0c 09 01 40 00 01 a0 60 00 80 08 00 01 0x10: 8f 04 04 01 01 00 06 a0 60 00 00 14 10 14 2d 10 0x20: 20 10 20 10 00 00 00 00 00 00 00 00 00 00 00 00 0x30: 00 00 00 00 00 00 00 00 0
www.eeworm.com/read/154890/5633249

cxx memory.cxx

/* * Copyright (c) 2003 Century Software, Inc. All Rights Reserved. *
www.eeworm.com/read/154890/5633250

h memory.h

/* * Copyright (c) 2003 Century Software, Inc. All Rights Reserved. *
www.eeworm.com/read/154730/5634872

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
www.eeworm.com/read/153248/5652185

asm memory.asm

malloc proto :DWORD free proto :DWORD .code ;::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ;
www.eeworm.com/read/153248/5652200

asm memory.asm

fCopyMemory proto :LPVOID, :LPVOID, :UINT fZeroMemory proto :LPVOID, :UINT fFillMemory proto :LPVOID, :UINT, :BYTE new proto :DWORD delete proto :LPVOID .code ;::::::::::::::::::::::::::::::
www.eeworm.com/read/153248/5652217

asm memory.asm

; Four-F, 2002 ; four-f@mail.ru fCopyMemory proto :LPVOID, :LPVOID, :UINT fZeroMemory proto :LPVOID, :UINT fFillMemory proto :LPVOID, :UINT, :BYTE malloc proto :DWORD free proto :LPVOID .co
www.eeworm.com/read/153248/5652239

asm memory.asm

; Four-F, 2002 ; four-f@mail.ru fCopyMemory proto :LPVOID, :LPVOID, :UINT fZeroMemory proto :LPVOID, :UINT fFillMemory proto :LPVOID, :UINT, :BYTE malloc proto :DWORD free proto :LPVOID .co