Home
last modified time | relevance | path

Searched defs:entry_index (Results 1 – 6 of 6) sorted by relevance

/external/vboot_reference/cgpt/
Dcgpt_common.c705 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index) { in GetEntry()
729 void SetPriority(struct drive *drive, int secondary, uint32_t entry_index, in SetPriority()
737 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index) { in GetPriority()
743 void SetTries(struct drive *drive, int secondary, uint32_t entry_index, in SetTries()
751 int GetTries(struct drive *drive, int secondary, uint32_t entry_index) { in GetTries()
757 void SetSuccessful(struct drive *drive, int secondary, uint32_t entry_index, in SetSuccessful()
765 int GetSuccessful(struct drive *drive, int secondary, uint32_t entry_index) { in GetSuccessful()
771 void SetRaw(struct drive *drive, int secondary, uint32_t entry_index, in SetRaw()
/external/v8/src/
Dheap-snapshot-generator.h583 int entry_index(HeapEntry* e) { return e->index() * kNodeFieldsCount; } in entry_index() function
Dheap-snapshot-generator.cc441 int entry_index = static_cast<int>(reinterpret_cast<intptr_t>(entry->value)); in FindEntry() local
455 int entry_index = in FindOrAddEntry() local
571 int entry_index = static_cast<int>( in FindUntrackedObjects() local
Dobjects.cc14803 int entry_index = EntryToIndex(entry); in Remove() local
/external/llvm/include/llvm/Object/
DELF.h957 size_t entry_index = ((const char *)symb - (const char *)DynSymRegion.Addr) / in getSymbolVersion() local
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1976 … for (uint32_t entry_index = 0; entry_index < local_symbols_info.entriesCount; entry_index++) in ParseSymtab() local