HomeSort by relevance Sort by last modified time
    Searched refs:entry_index (Results 1 - 7 of 7) sorted by null

  /external/vboot_reference/cgpt/
cgpt.h 150 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index);
152 void SetPriority(struct drive *drive, int secondary, uint32_t entry_index,
154 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index);
155 void SetTries(struct drive *drive, int secondary, uint32_t entry_index,
157 int GetTries(struct drive *drive, int secondary, uint32_t entry_index);
158 void SetSuccessful(struct drive *drive, int secondary, uint32_t entry_index,
160 int GetSuccessful(struct drive *drive, int secondary, uint32_t entry_index);
162 void SetRaw(struct drive *drive, int secondary, uint32_t entry_index,
cgpt_common.c 705 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index) {
710 require(entry_index < header->number_of_entries);
726 return (GptEntry*)(&entries[stride * entry_index]);
729 void SetPriority(struct drive *drive, int secondary, uint32_t entry_index,
733 entry = GetEntry(&drive->gpt, secondary, entry_index);
737 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index) {
739 entry = GetEntry(&drive->gpt, secondary, entry_index);
743 void SetTries(struct drive *drive, int secondary, uint32_t entry_index,
747 entry = GetEntry(&drive->gpt, secondary, entry_index);
751 int GetTries(struct drive *drive, int secondary, uint32_t entry_index) {
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 436 int entry_index = static_cast<int>(reinterpret_cast<intptr_t>(entry->value)); local
437 EntryInfo& entry_info = entries_.at(entry_index);
450 int entry_index = local
452 EntryInfo& entry_info = entries_.at(entry_index);
566 int entry_index = static_cast<int>( local
568 EntryInfo& entry_info = entries_.at(entry_index);
    [all...]
heap-snapshot-generator.h 595 int entry_index(HeapEntry* e) { return e->index() * kNodeFieldsCount; } function in class:v8::internal::HeapSnapshotJSONSerializer
  /libcore/ojluni/src/main/native/
jvm.h 759 * Returns the exception table entry at entry_index of a given method.
766 jint entry_index,
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 409 size_t entry_index = (reinterpret_cast<uintptr_t>(symb) - local
415 Obj->template getEntry<Elf_Versym>(dot_gnu_version_sec, entry_index);
    [all...]
  /external/v8/src/
objects.cc 18018 int entry_index = EntryToIndex(entry); local
18047 int entry_index = EntryToIndex(entry); local
    [all...]

Completed in 540 milliseconds