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

  /art/runtime/
indirect_reference_table.cc 177 if (last_known_previous_state_.top_index >= segment_state_.top_index ||
178 last_known_previous_state_.top_index < prev_state.top_index) {
179 const size_t top_index = segment_state_.top_index; local
180 size_t count = CountNullEntries(table_, prev_state.top_index, top_index);
184 << " Current prev=" << prev_state.top_index
185 << " Current top_index=" << top_inde
249 size_t top_index = segment_state_.top_index; local
350 const uint32_t top_index = segment_state_.top_index; local
374 << " vs " << bottom_index << "-" << top_index << ")"; local
380 << " (bottom=" << bottom_index << " top=" << top_index << ")"; local
445 const size_t top_index = Capacity(); local
485 size_t top_index = segment_state_.top_index; local
    [all...]
indirect_reference_table-inl.h 47 const uint32_t top_index = segment_state_.top_index; local
49 if (UNLIKELY(idx >= top_index)) {
55 top_index);
indirect_reference_table.h 115 // deletion of an entry may reduce "top_index" by more than one.
147 uint32_t top_index; member in struct:art::IRTSegmentState
292 return segment_state_.top_index;
monitor_pool.h 138 size_t top_index = index / kMaxListSize; local
141 uintptr_t base = monitor_chunks_[top_index][list_index];
jni_internal_test.cc     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 732 int *top_index) {
804 *top_index = active_worst_quality;
815 *top_index = active_worst_quality + qdelta;
816 *top_index = (*top_index > *bottom_index) ? *top_index : *bottom_index;
826 if (q > *top_index) {
829 *top_index = q;
831 q = *top_index;
834 assert(*top_index <= rc->worst_quality && *top_index >= rc->best_quality)
    [all...]
vp9_ratectrl.h 252 int *top_index);
vp9_encoder.c 3470 int q = 0, bottom_index = 0, top_index = 0; \/\/ Dummy variables. local
3692 int bottom_index, top_index; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-xgate.h 84 int top_index; member in struct:xgate_elf_link_hash_table
elf32-m68hc1x.h 119 int top_index; member in struct:m68hc11_elf_link_hash_table
elf32-m68hc1x.c 240 unsigned int top_id, top_index; local
288 for (section = output_bfd->sections, top_index = 0;
292 if (top_index < section->index)
293 top_index = section->index;
296 htab->top_index = top_index;
297 amt = sizeof (asection *) * (top_index + 1);
305 list = input_list + top_index;
    [all...]
elf32-hppa.c 273 unsigned int top_index; member in struct:elf32_hppa_link_hash_table
2505 unsigned int top_id, top_index; local
    [all...]
elf32-metag.c 841 unsigned int top_index; member in struct:elf_metag_link_hash_table
3726 unsigned int top_id, top_index; local
    [all...]
elf32-avr.c 92 unsigned int top_index; member in struct:elf32_avr_link_hash_table
3416 unsigned int top_id, top_index; local
    [all...]
elf32-nios2.c 1818 unsigned int top_index; member in struct:elf32_nios2_link_hash_table
2248 unsigned int top_id, top_index; local
    [all...]
elfnn-aarch64.c 2336 unsigned int top_index; member in struct:elf_aarch64_link_hash_table
3048 unsigned int top_id, top_index; local
    [all...]
elf32-arm.c 3188 unsigned int top_index; member in struct:elf32_arm_link_hash_table
4760 unsigned int top_id, top_index; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 3277 int top_index; local
    [all...]

Completed in 430 milliseconds