Searched defs:entry_index (Results 1 – 11 of 11) 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/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | LoadedArsc.java | 101 int GetFlagsForEntryIndex(int entry_index) { in GetFlagsForEntryIndex() 369 short entry_index) { in GetEntry() 377 static int GetEntryOffset(ResTable_type type_chunk, int entry_index) { in GetEntryOffset()
|
/external/google-breakpad/src/common/ |
D | simple_string_dictionary.h | 178 size_t entry_index = GetEntryIndexForKey(key); in SetKeyValue() local
|
/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/harfbuzz_ng/src/ |
D | hb-ot-name-table.hh | 39 #define entry_index var.u16[1] macro
|
/external/python/cpython3/Python/ |
D | hashtable.c | 300 size_t entry_index = entry->key_hash & (new_size - 1); in hashtable_rehash() local
|
/external/llvm-project/lld/ELF/ |
D | SyntheticSections.h | 1124 llvm::DenseMap<std::pair<const Symbol *, int64_t>, uint32_t> entry_index; variable
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | stats_ops.cc | 1619 int entry_index = 0; in Compute() 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/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 2767 for (uint32_t entry_index = 0; in ParseSymtab() local
|