/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:__anon18423 436 struct SK_ram *ram; \/* dual ported ram structure *\/ member in struct:priv [all...] |
/hardware/invensense/60xx/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));
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/ |
MobiCoreDevice.cpp | 543 // Donate additional RAM to the MobiCore 544 CWsm_ptr ram = allocateContiguousPersistentWsm(donationSize); local 545 if (NULL == ram) { 546 LOG_E("Allocation of additional RAM failed"); 550 addr_t adrBuffer = ram->physAddr;
|
/external/chromium_org/third_party/sqlite/src/ |
configure.ac | 290 AC_HELP_STRING([--enable-tempstore],[Use an in-ram database for temporary tables (never,no,yes,always)]),,enable_tempstore=no) 291 AC_MSG_CHECKING([whether to use an in-ram database for temporary tables])
|
configure | [all...] |
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/ |
ConfigGenerator.java | 123 public static final String NODE_RAM = "ram"; 448 Element ram = doc.createElement(PREFIX + NODE_RAM); local 449 hardware.appendChild(ram); 450 // totalMemory given in bytes, divide by 1048576 to get RAM in MiB 490 ram.setAttribute(ATTR_UNIT, unit); 491 ram.appendChild(doc.createTextNode(Long.toString(ramAmount)));
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/ |
XF86DGA.c | 678 int *ram 695 SDL_NAME(XF86DGAGetVideoLL)(dis, screen , &offset, width, bank, ram);
|
/external/sepolicy/ |
file_contexts | 41 /dev/block/ram[0-9]* u:object_r:ram_device:s0
|
/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/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_tasks.js | 141 '.ppt', '.pptx', '.ra', '.ram', '.rar', '.rm', '.rtf', '.wav', '.webm',
|
/prebuilts/devtools/tools/lib/ |
sdkuilib.jar | |
sdklib.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/ |
sdklib-22.2.0.jar | |
/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...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
gbemu.js | [all...] |