Searched defs:entry_index (Results 1 – 8 of 8) sorted by relevance
| /external/vboot_reference/cgpt/ |
| D | cgpt_common.c | 705 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/ |
| D | analyze-blocking-sizes.cpp | 278 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/ |
| D | heap-snapshot-generator.h | 598 int entry_index(HeapEntry* e) { return e->index() * kNodeFieldsCount; } in entry_index() function
|
| D | heap-snapshot-generator.cc | 426 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/ |
| D | wasm-interpreter.cc | 919 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/ |
| D | ELFDumper.cpp | 654 size_t entry_index = (reinterpret_cast<uintptr_t>(symb) - in getSymbolVersion() local
|
| /external/v8/src/ |
| D | objects.cc | 17912 int entry_index = EntryToIndex(entry); in Age() local 17941 int entry_index = EntryToIndex(entry); in Remove() local
|
| D | code-stub-assembler.cc | 4063 Node* entry_index = IntPtrMul(entry, IntPtrConstant(Dictionary::kEntrySize)); in EntryToIndex() local
|