Searched refs:cur_entry (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cc87 ReportStack *cur_entry = NewReportStackEntry(addr_frames[i]); local
88 CHECK(cur_entry);
91 top = cur_entry;
93 bottom->next = cur_entry;
94 bottom = cur_entry;
/external/qemu/hw/
H A Dfw_cfg.c50 uint16_t cur_entry; member in struct:_FWCfgState
56 int arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL);
57 FWCfgEntry *e = &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK];
61 if (s->cur_entry & FW_CFG_WRITE_CHANNEL && s->cur_offset < e->len) {
76 s->cur_entry = FW_CFG_INVALID;
79 s->cur_entry = key;
90 int arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL);
91 FWCfgEntry *e = &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK];
94 if (s->cur_entry == FW_CFG_INVALID || !e->data || s->cur_offset >= e->len)
171 qemu_put_be16s(f, &s->cur_entry);
[all...]
/external/grub/stage2/
H A Dcmdline.c186 char *cur_entry = script; local
214 old_entry = cur_entry;
215 while (*cur_entry++)
218 grub_memmove (heap, old_entry, (int) cur_entry - (int) old_entry);
H A Dstage2.c243 char *cur_entry = 0; local
351 cur_entry = NULL;
518 cur_entry = get_entry (menu_entries,
524 grub_memmove (cur_entry + 2, cur_entry,
525 ((int) heap) - ((int) cur_entry));
527 cur_entry[0] = ' ';
528 cur_entry[1] = 0;
540 grub_memmove (cur_entry, ptr,
542 heap -= (((int) ptr) - ((int) cur_entry));
[all...]
/external/chromium/base/
H A Dfile_util_posix.cc698 DirectoryEntryInfo* cur_entry = &directory_entries_[current_directory_entry_];
699 memcpy(&(info->stat), &(cur_entry->stat), sizeof(info->stat));
700 info->filename.assign(cur_entry->filename.value());

Completed in 123 milliseconds