/hardware/intel/img/psb_video/src/ |
tng_slotorder.c | 63 int i, slot_idx = 0; local 81 slot_idx = i; 86 last_info->slot_consume_dpy_order[slot_idx] = last_info->max_dpy_num; 87 last_info->slot_consume_enc_order[slot_idx] = 92 return slot_idx;
|
tng_picmgmt.c | 675 "%s slot_idx = %d, frame_count = %d\n", __FUNCTION__, [all...] |
/art/runtime/gc/allocator/ |
rosalloc.cc | 866 const uint32_t slot_idx = ffz + first_search_vec_idx_ * sizeof(*alloc_bitmap_ptr) * kBitsPerByte; local 876 << ", bracket_size=" << std::dec << bracketSizes[idx] << ", slot_idx=" << slot_idx; local 898 size_t slot_idx = offset_from_slot_base \/ bracket_size; local 917 << ", bracket_size=" << std::dec << bracketSizes[idx] << ", slot_idx=" << slot_idx; local 1011 size_t slot_idx = offset_from_slot_base \/ bracket_size; local 1027 << ", bracket_size=" << std::dec << bracketSizes[idx] << ", slot_idx=" << slot_idx; local [all...] |
/external/chromium_org/v8/src/heap/ |
mark-compact.cc | [all...] |