代码搜索结果

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

memory.h

/*---------------------------------------------------------------------------- * Name: MEMORY.H * Purpose: USB Memory Storage Demo Definitions * Version: V1.10 *-------------

memory.c

/*---------------------------------------------------------------------------- * Name: MEMORY.C * Purpose: USB Mass Storage Demo * Version: V1.10 *---------------------------

memory.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

memory.h

/* memory.h Memory manipulation functions Copyright (c) 1991 by Borland International All Rights Reserved. */ #include

memory.vhd

library IEEE; use STD.textio.all; use IEEE.std_logic_1164.all; use work.dp32_types.all; entity memory is generic ( size : positive:=8000; -- in words (32 bit) Tac_read : Time := 4 n

memory.c

/*----------------------------------------------------------------------------*/ /* memory.c - memory management routines for sga code */ /*----------------------------------

memory.c

#include #include #include #include #include int do_exit(long code); #define invalidate() \ __asm__("movl %%eax,%%cr3"::"a

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