Home
last modified time | relevance | path

Searched defs:entry_index (Results 1 – 7 of 7) 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/profiler/
Dheap-snapshot-generator.h594 int entry_index(HeapEntry* e) { return e->index() * kNodeFieldsCount; } in entry_index() function
Dheap-snapshot-generator.cc434 int entry_index = static_cast<int>(reinterpret_cast<intptr_t>(entry->value)); in FindEntry() local
448 int entry_index = in FindOrAddEntry() local
557 int entry_index = static_cast<int>( in FindUntrackedObjects() local
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp409 size_t entry_index = (reinterpret_cast<uintptr_t>(symb) - 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
/external/v8/src/
Dcode-stub-assembler.cc1553 Node* entry_index = Int32Mul(entry, Int32Constant(Dictionary::kEntrySize)); in EntryToIndex() local
Dobjects.cc17194 int entry_index = EntryToIndex(entry); in Age() local
17233 int entry_index = EntryToIndex(entry); in Remove() local