Home
last modified time | relevance | path

Searched defs:entry_index (Results 1 – 8 of 8) 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/eigen/bench/
Danalyze-blocking-sizes.cpp278 for (size_t entry_index = 0; entry_index < num_entries; entry_index++) { in check_all_files_in_same_exact_order() local
307 size_t entry_index = 0; in efficiency_of_subset() local
340 size_t entry_index = 0; in dump_table_for_subset() local
/external/v8/src/profiler/
Dheap-snapshot-generator.h598 int entry_index(HeapEntry* e) { return e->index() * kNodeFieldsCount; } in entry_index() function
Dheap-snapshot-generator.cc426 int entry_index = static_cast<int>(reinterpret_cast<intptr_t>(entry->value)); in FindEntry() local
440 int entry_index = in FindOrAddEntry() local
549 int entry_index = static_cast<int>( in FindUntrackedObjects() local
/external/v8/src/wasm/
Dwasm-interpreter.cc919 InterpreterCode* GetIndirectCode(uint32_t table_index, uint32_t entry_index) { in GetIndirectCode()
1425 uint32_t entry_index = Pop().to<uint32_t>(); in Execute() local
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp654 size_t entry_index = (reinterpret_cast<uintptr_t>(symb) - in getSymbolVersion() local
/external/v8/src/
Dobjects.cc17912 int entry_index = EntryToIndex(entry); in Age() local
17941 int entry_index = EntryToIndex(entry); in Remove() local
Dcode-stub-assembler.cc4063 Node* entry_index = IntPtrMul(entry, IntPtrConstant(Dictionary::kEntrySize)); in EntryToIndex() local