/external/grub/netboot/ |
sk_g16.c | 51 * - Autoset memory mapped RAM. Check for free memory and then 52 * configure RAM correctly. 90 * RAM - used for the 16KB shared memory 96 * SK_ADDR defines the address where the RAM will be mapped into the real 105 * to choose the RAM address. That's why we only can choose the RAM address 145 #define SK_POS3 ioaddr+3 /* Base address of RAM */ 274 * We have 16KB RAM which can be accessed by the LANCE. In the 363 * SK_G16 RAM 368 * The Network components are: dual ported RAM, Prom, I/O Reg, Status- 398 unsigned char ram[0x3fc0]; \/* 16KB dual ported ram *\/ member in struct:__anon5674 436 struct SK_ram *ram; \/* dual ported ram structure *\/ member in struct:priv [all...] |
/hardware/invensense/mlsdk/mllite/ |
mldl.c | 744 memcpy(buffer, &mldlCfg.ram[bank][memAddr], length); 789 different = memcmp(&mldlCfg.ram[bank][memAddr], buffer, length); 790 memcpy(&mldlCfg.ram[bank][memAddr], buffer, length); [all...] |
mldl_cfg.h | 102 unsigned char ram[MPU_MEM_NUM_RAM_BANKS][MPU_MEM_BANK_SIZE]; member in struct:mldl_cfg
|
mldl_cfg_mpu.c | 182 offsetof(struct mldl_cfg, ram));
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/ |
XF86DGA.c | 673 int *ram 690 SDL_NAME(XF86DGAGetVideoLL)(dis, screen , &offset, width, bank, ram);
|
/external/quake/quake/src/WinQuake/ |
quake-rogue.spec.sh | 50 try out the ram attack. It's an added 'weapon' to send your opponents flying.
|
/external/qemu/ |
cpu-all.h | 911 /* RAM is pre-allocated and passed into qemu_ram_alloc_from_ptr */ 928 QLIST_HEAD(ram, RAMBlock) blocks; 938 3 flags. The ROMD code stores the page ram offset in iotlb entry, 944 defined so that fast path ram access is all zeros. */ 947 /* Set if TLB entry references a clean RAM page. The iotlb entry will
|
/external/dropbear/libtomcrypt/ |
crypt.tex | 660 key will require less ram but the resulting cipher will be slower. The second option is \textit{TWOFISH\_TABLES} which when 672 \hline undefined & undefined & Very fast, 4.2KB of ram. \\ 674 \hline defined & undefined & Very slow, 0.2KB of ram. \\ 675 \hline defined & defined & Faster, 0.2KB of ram, larger code. \\ [all...] |
/external/dropbear/libtommath/ |
bn.tex | 292 be performed with as little as 8KB of ram for data (again depending on build options). [all...] |