HomeSort by relevance Sort by last modified time
    Searched refs:memory_count (Results 1 - 9 of 9) sorted by null

  /external/syslinux/com32/hdt/
hdt-menu-memory.c 317 int memory_count = 0; local
320 if (dmi->memory_count > 0) {
321 memory_count = dmi->memory_count;
322 for (i = 0; i < dmi->memory_count; i++) {
326 memory_count = dmi->memory_module_count;
348 if (memory_count == 0) {
354 for (i = 0; i < memory_count; i++) {
hdt-cli-dmi.c 53 for (int i = 0; i < hardware->dmi.memory_count; i++) {
381 if ((bank >= hardware->dmi.memory_count) || (bank < 0)) {
528 if ((hardware->dmi.memory_count <= 0)
546 if (hardware->dmi.memory_count > 0) {
549 for (int i = 0; i < hardware->dmi.memory_count; i++) {
hdt-dump-dmi.c 132 if (hardware->dmi.memory_count == 0) {
139 for (int bank=0; bank<hardware->dmi.memory_count;bank++) {
  /external/syslinux/com32/gplinclude/dmi/
dmi.h 73 int memory_count; member in struct:__anon31867
  /external/syslinux/com32/gpllib/dmi/
dmi.c 858 dmi->memory_count++;
859 if (dmi->memory_count > MAX_DMI_MEMORY_ITEMS)
861 s_memory *mem = &dmi->memory[dmi->memory_count - 1];
862 dmi->memory[dmi->memory_count - 1].filled = true;
1010 dmi->memory_count = 0;
  /external/syslinux/com32/lua/src/
dmi.c 322 int i, j, n_mem = dmi_ptr->memory_count;
487 LUA_ADD_NUM_S(L, dmi, memory_count)
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 1066 size_t memory_count = memory_blocks_.size(); local
1067 if (!list.AllocateObjectAndArray(memory_count,
1074 list.get()->number_of_memory_ranges = static_cast<uint32_t>(memory_count);
1077 for (i = 0; i < memory_count; ++i) {
    [all...]
  /external/syslinux/com32/modules/
dmitest.c 45 for (i = 0; i < dmi->memory_count; i++) {
  /external/v8/src/wasm/
module-decoder.cc 403 uint32_t memory_count = consume_u32v("memory count"); local
405 if (memory_count > 1) {
406 error(pos, pos, "invalid memory count %d, maximum 1", memory_count);
409 for (uint32_t i = 0; ok() && i < memory_count; i++) {
    [all...]

Completed in 310 milliseconds