/external/libavc/common/ |
D | ih264_inter_pred_filters.c | 538 WORD32 off1, off2, off3; in ih264_inter_pred_luma_vert_qpel() local 545 off3 = off1 + off2; in ih264_inter_pred_luma_vert_qpel() 558 i2_temp = pu1_src[-off2] + pu1_src[off3] in ih264_inter_pred_luma_vert_qpel() 623 WORD32 off1, off2, off3; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local 630 off3 = off1 + off2; in ih264_inter_pred_luma_horz_qpel_vert_qpel() 645 i2_temp_vert = pu1_pred_vert[-off2] + pu1_pred_vert[off3] in ih264_inter_pred_luma_horz_qpel_vert_qpel()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | unaligned-01.ll | 17 %off3 = getelementptr i8, i8 *%ptr, i64 3 21 store i8 3, i8 *%off3
|
/external/fio/ |
D | parse.c | 566 if (o->off3) in __handle_option() 567 val_store(ilp, ull, o->off3, 0, data, o); in __handle_option() 575 if (o->off3) in __handle_option() 576 val_store(ilp, ull, o->off3, 0, data, o); in __handle_option() 746 if (o->off3 && o->off4) { in __handle_option() 747 val_store(ilp, ul1, o->off3, 0, data, o); in __handle_option() 759 if (o->off3 && o->off4) { in __handle_option() 760 val_store(ilp, ul1, o->off3, 0, data, o); in __handle_option()
|
D | parse.h | 48 unsigned int off3; member
|
D | options.c | 1705 .off3 = td_var_offset(bs[DDIR_TRIM]), 1722 .off3 = td_var_offset(ba[DDIR_TRIM]), 1738 .off3 = td_var_offset(min_bs[DDIR_WRITE]), 1888 .off3 = td_var_offset(perc_rand[DDIR_TRIM]), 2802 .off3 = td_var_offset(rate[DDIR_TRIM]), 2813 .off3 = td_var_offset(ratemin[DDIR_TRIM]), 2826 .off3 = td_var_offset(rate_iops[DDIR_TRIM]), 2838 .off3 = td_var_offset(rate_iops_min[DDIR_TRIM]),
|
D | goptions.c | 988 td_var(to, o, o->off3), in gopt_set_option() 1095 td_var(to, o, o->off3), in gopt_add_option() 1238 td_var(gjv->o, o, o->off3), in gopt_handle_range_changed()
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 127 int off3; member 843 else if (instr->operands[n].off3 == 0) in fillin_arg() 844 instr->operands[n].off3 = bitoff; in fillin_arg() 942 maxoff[i][2] = MAX (maxoff[i][2], runp->operands[i].off3); in find_numbers() 948 if (runp->operands[i].off3 > 0) in find_numbers() 949 minoff[i][2] = MIN (minoff[i][2], runp->operands[i].off3); in find_numbers() 1241 MAX (0, instr->operands[i].off3 - minoff[i][2])); in instrtable_out()
|
D | ChangeLog | 378 * i386_parse.y (struct instruction): Add off3 field.
|
/external/kernel-headers/original/uapi/linux/ |
D | ixjuser.h | 137 unsigned int off3; member
|
/external/libavc/common/x86/ |
D | ih264_inter_pred_filters_ssse3.c | 2689 WORD32 off0,off1, off2, off3, off4, off5; in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() local 2722 off3 = -(src_strd << 1) + 8; in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() 2763 … + ((pu1_src[off2] + pu1_src[off3] - pu1_src[off1] - pu1_src[off4]) << 2) in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() 2764 + ((pu1_src[off2] + pu1_src[off3]) << 4); in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() 2786 … + ((pu1_src[off2] + pu1_src[off3] - pu1_src[off1] - pu1_src[off4]) << 2) in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3() 2787 + ((pu1_src[off2] + pu1_src[off3]) << 4); in ih264_inter_pred_luma_horz_qpel_vert_hpel_ssse3()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 804 const IVec2& off3 = IVec2()) in GatherArgs() 810 offsets[3] = off3; in GatherArgs()
|