/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 277 const int old_idx = cm->ref_frame_map[ref_index]; in swap_frame_buffers() local 279 decrease_ref_count(old_idx, frame_bufs, pool); in swap_frame_buffers() 283 decrease_ref_count(old_idx, frame_bufs, pool); in swap_frame_buffers() 291 const int old_idx = cm->ref_frame_map[ref_index]; in swap_frame_buffers() local 292 decrease_ref_count(old_idx, frame_bufs, pool); in swap_frame_buffers() 323 const int old_idx = cm->ref_frame_map[ref_index]; in release_fb_on_decoder_exit() local 325 decrease_ref_count(old_idx, frame_bufs, pool); in release_fb_on_decoder_exit() 329 decrease_ref_count(old_idx, frame_bufs, pool); in release_fb_on_decoder_exit() 336 const int old_idx = cm->ref_frame_map[ref_index]; in release_fb_on_decoder_exit() local 337 decrease_ref_count(old_idx, frame_bufs, pool); in release_fb_on_decoder_exit()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | while_loop_simplifier.cc | 164 int64 old_idx = new_to_old_tuple_idx[new_idx]; in TryRemoveDeadWhileParams() local 165 old_to_new_tuple_idx[old_idx] = new_idx; in TryRemoveDeadWhileParams() 166 VLOG(2) << "Remapping tuple index " << old_idx << " to " << new_idx; in TryRemoveDeadWhileParams() 172 for (int64 old_idx : new_to_old_tuple_idx) { in TryRemoveDeadWhileParams() local 174 while_init->shape().tuple_shapes(old_idx)); in TryRemoveDeadWhileParams() 201 int64 old_idx = user->tuple_index(); in TryRemoveDeadWhileParams() local 202 auto new_idx_iter = old_to_new_tuple_idx.find(old_idx); in TryRemoveDeadWhileParams() 239 for (int64 old_idx : new_to_old_tuple_idx) { in TryRemoveDeadWhileParams() local 241 while_body_root->mutable_operand(old_idx)); in TryRemoveDeadWhileParams() 254 for (int64 old_idx : new_to_old_tuple_idx) { in TryRemoveDeadWhileParams() local [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext_attr.c | 1393 int old_idx, int in_inode) in xattr_array_update() argument 1410 if (old_idx >= 0 && old_idx < h->ibody_count) { in xattr_array_update() 1412 if (!h->attrs[old_idx].ea_ino) in xattr_array_update() 1414 h->attrs[old_idx].value_len); in xattr_array_update() 1418 if (old_idx < 0) { in xattr_array_update() 1425 ret = xattr_update_entry(h->fs, &h->attrs[old_idx], name, in xattr_array_update() 1429 if (h->ibody_count <= old_idx) { in xattr_array_update() 1431 tmp = h->attrs[old_idx]; in xattr_array_update() 1434 (old_idx - h->ibody_count) * sizeof(*h->attrs)); in xattr_array_update() 1441 if (h->ibody_count <= old_idx) { in xattr_array_update() [all …]
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.c | 686 unsigned int old_idx; in rc_make_conversion_swizzle() local 688 for (old_idx = 0; old_idx < 4; old_idx++) { in rc_make_conversion_swizzle() 689 if (!GET_BIT(old_mask, old_idx)) in rc_make_conversion_swizzle() 693 SET_SWZ(conversion_swizzle, old_idx, new_idx); in rc_make_conversion_swizzle()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_uniforms_to_ubo.c | 41 nir_ssa_def *old_idx = nir_ssa_for_src(b, instr->src[0], 1); in lower_instr() local 42 nir_ssa_def *new_idx = nir_iadd(b, old_idx, nir_imm_int(b, 1)); in lower_instr()
|
D | nir_lower_atomics_to_ssbo.c | 66 nir_ssa_def *old_idx = nir_ssa_for_src(b, instr->src[idx_src], 1); in lower_instr() local 67 nir_ssa_def *new_idx = nir_iadd(b, old_idx, nir_imm_int(b, ssbo_offset)); in lower_instr()
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | keycodes.c | 90 xkb_led_index_t old_idx; in AddLedName() local 97 old = FindLedByName(info, new->name, &old_idx); in AddLedName() 99 if (old_idx == new_idx) { in AddLedName() 108 xkb_led_index_t use = (replace ? new_idx + 1 : old_idx + 1); in AddLedName() 109 xkb_led_index_t ignore = (replace ? old_idx + 1 : new_idx + 1); in AddLedName()
|
/external/u-boot/fs/ubifs/ |
D | tnc.c | 73 struct ubifs_old_idx *old_idx, *o; in insert_old_idx() local 76 old_idx = kmalloc(sizeof(struct ubifs_old_idx), GFP_NOFS); in insert_old_idx() 77 if (unlikely(!old_idx)) in insert_old_idx() 79 old_idx->lnum = lnum; in insert_old_idx() 80 old_idx->offs = offs; in insert_old_idx() 82 p = &c->old_idx.rb_node; in insert_old_idx() 96 kfree(old_idx); in insert_old_idx() 100 rb_link_node(&old_idx->rb, parent, p); in insert_old_idx() 101 rb_insert_color(&old_idx->rb, &c->old_idx); in insert_old_idx() 175 struct ubifs_old_idx *old_idx, *n; in destroy_old_idx() local [all …]
|
D | ubifs.h | 1890 struct rb_root old_idx; member
|
D | super.c | 2214 c->old_idx = RB_ROOT; in alloc_ubifs_info()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 4670 int old_idx = src->index; in rename_temp_handle_src() local 4671 if (renames[old_idx].valid) in rename_temp_handle_src() 4672 src->index = renames[old_idx].new_reg; in rename_temp_handle_src() 4700 int old_idx = inst->dst[j].index; in rename_temp_registers() local 4701 if (renames[old_idx].valid) in rename_temp_registers() 4702 inst->dst[j].index = renames[old_idx].new_reg; in rename_temp_registers()
|