Searched defs:entry_index (Results 1 – 10 of 10) 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/python/cpython3/Modules/ |
| D | hashtable.c | 441 size_t entry_index; in hashtable_rehash() 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 | 429 int entry_index = static_cast<int>(reinterpret_cast<intptr_t>(entry->value)); in FindEntry() local 443 int entry_index = in FindOrAddEntry() local 552 int entry_index = static_cast<int>( in FindUntrackedObjects() local
|
| /external/v8/src/wasm/ |
| D | wasm-interpreter.cc | 872 InterpreterCode* GetIndirectCode(uint32_t table_index, uint32_t entry_index) { in GetIndirectCode() 1410 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/iproute2/devlink/ |
| D | devlink.c | 3645 uint32_t entry_index; in dpipe_entry_show() local
|
| /external/v8/src/ |
| D | code-stub-assembler.cc | 4373 Node* entry_index = IntPtrMul(entry, IntPtrConstant(Dictionary::kEntrySize)); in EntryToIndex() local
|
| D | objects.cc | 17673 int entry_index = EntryToIndex(entry); in Age() local 17707 int entry_index = EntryToIndex(entry); in Remove() local
|