/external/compiler-rt/test/tsan/ |
D | unaligned_race.cc | 48 template<int off, int off2> 54 p += off2; in access3() 66 access2(bool main, int sz1, int off2, bool rw, volatile char *obj) { in access2() argument 67 if (off2 == 0) in access2() 69 else if (off2 == 1) in access2() 71 else if (off2 == 2) in access2() 73 else if (off2 == 3) in access2() 75 else if (off2 == 4) in access2() 77 else if (off2 == 5) in access2() 79 else if (off2 == 6) in access2() [all …]
|
D | bench_shadow_flush.cc | 39 for (uptr off2 = 0; off2 < stride2; off2++) in main() local 40 mem[off + off2 * kStride] = 42; in main()
|
/external/libavc/common/ |
D | ih264_inter_pred_filters.c | 538 WORD32 off1, off2, off3; in ih264_inter_pred_luma_vert_qpel() local 544 off2 = src_strd << 1; in ih264_inter_pred_luma_vert_qpel() 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() 559 - (pu1_src[-off1] + pu1_src[off2]) in ih264_inter_pred_luma_vert_qpel() 560 + ((pu1_src[0] + pu1_src[off1] - pu1_src[-off1] - pu1_src[off2]) << 2) in ih264_inter_pred_luma_vert_qpel() 623 WORD32 off1, off2, off3; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local 629 off2 = src_strd << 1; in ih264_inter_pred_luma_horz_qpel_vert_qpel() 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() [all …]
|
/external/fio/ |
D | parse.c | 562 if (o->off2) in __handle_option() 563 val_store(ilp, ull, o->off2, 0, data, o); in __handle_option() 571 if (o->off2) in __handle_option() 572 val_store(ilp, ull, o->off2, 0, data, o); in __handle_option() 583 if (o->off2) in __handle_option() 584 val_store(ullp, ull, o->off2, 0, data, o); in __handle_option() 598 if (o->off2) { in __handle_option() 600 ilp = td_var(data, o, o->off2); in __handle_option() 645 if (o->off2) { in __handle_option() 646 ilp = td_var(data, o, o->off2); in __handle_option() [all …]
|
D | parse.h | 47 unsigned int off2; member
|
D | options.c | 1646 .off2 = td_var_offset(file_size_high), 1704 .off2 = td_var_offset(bs[DDIR_WRITE]), 1721 .off2 = td_var_offset(ba[DDIR_WRITE]), 1737 .off2 = td_var_offset(max_bs[DDIR_READ]), 1887 .off2 = td_var_offset(perc_rand[DDIR_WRITE]), 2141 .off2 = td_var_offset(start_delay_high), 2801 .off2 = td_var_offset(rate[DDIR_WRITE]), 2812 .off2 = td_var_offset(ratemin[DDIR_WRITE]), 2825 .off2 = td_var_offset(rate_iops[DDIR_WRITE]), 2837 .off2 = td_var_offset(rate_iops_min[DDIR_WRITE]), [all …]
|
D | goptions.c | 987 td_var(to, o, o->off2), in gopt_set_option() 1094 td_var(to, o, o->off2), in gopt_add_option() 1237 td_var(gjv->o, o, o->off2), in gopt_handle_range_changed()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffload.c | 482 FT_ULong off1, off2 = 0; in cff_index_access_element() local 503 off2 = cff_index_read_offset( idx, &error ); in cff_index_access_element() 505 while ( off2 == 0 && element < idx->count ); in cff_index_access_element() 516 off2 = idx->offsets[element]; in cff_index_access_element() 518 } while ( off2 == 0 && element < idx->count ); in cff_index_access_element() 524 if ( off2 > stream->size + 1 || in cff_index_access_element() 525 idx->data_offset > stream->size - off2 + 1 ) in cff_index_access_element() 530 off2, stream->size - idx->data_offset + 1 )); in cff_index_access_element() 531 off2 = stream->size - idx->data_offset + 1; in cff_index_access_element() 535 if ( off1 && off2 > off1 ) in cff_index_access_element() [all …]
|
/external/freetype/src/cff/ |
D | cffload.c | 482 FT_ULong off1, off2 = 0; in cff_index_access_element() local 503 off2 = cff_index_read_offset( idx, &error ); in cff_index_access_element() 505 while ( off2 == 0 && element < idx->count ); in cff_index_access_element() 516 off2 = idx->offsets[element]; in cff_index_access_element() 518 } while ( off2 == 0 && element < idx->count ); in cff_index_access_element() 524 if ( off2 > stream->size + 1 || in cff_index_access_element() 525 idx->data_offset > stream->size - off2 + 1 ) in cff_index_access_element() 530 off2, stream->size - idx->data_offset + 1 )); in cff_index_access_element() 531 off2 = stream->size - idx->data_offset + 1; in cff_index_access_element() 535 if ( off1 && off2 > off1 ) in cff_index_access_element() [all …]
|
/external/webp/src/enc/ |
D | picture_csp.c | 395 const int off2 = i + j * picture->y_stride; in ConvertWRGBToYUV() local 400 picture->y[off2] = ConvertRGBToY(r, g, b); in ConvertWRGBToYUV() 466 const int off2 = off1 + rgb_stride; in PreprocessARGB() local 474 ImportOneRow(r_ptr + off2, g_ptr + off2, b_ptr + off2, in PreprocessARGB() 904 const int off2 = (2 * y + 1) * rgb_stride; in ImportYUVAFromRGBA() local 908 WebPConvertRGB24ToY(r_ptr + off2, dst_y + picture->y_stride, width); in ImportYUVAFromRGBA() 911 WebPConvertBGR24ToY(b_ptr + off2, dst_y + picture->y_stride, width); in ImportYUVAFromRGBA() 916 ConvertRowToY(r_ptr + off2, g_ptr + off2, b_ptr + off2, step, in ImportYUVAFromRGBA()
|
/external/llvm/test/CodeGen/ARM/ |
D | vldm-liveness.ll | 31 %off2 = getelementptr float, float* %ptr, i32 2 32 %val2 = load float, float* %off2
|
/external/llvm/test/CodeGen/SystemZ/ |
D | unaligned-01.ll | 16 %off2 = getelementptr i8, i8 *%ptr, i64 2 20 store i8 2, i8 *%off2
|
/external/elfutils/src/ |
D | elfcmp.c | 416 size_t off2 = 0; in main() local 425 if (off2 >= data2->d_size) in main() 433 off2 = gelf_getnote (data2, off2, ¬e2, in main() 435 if (off2 == 0) in main() 494 if (off2 < data2->d_size) in main()
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 126 int off2; member 841 else if (instr->operands[n].off2 == 0) in fillin_arg() 842 instr->operands[n].off2 = bitoff; in fillin_arg() 941 maxoff[i][1] = MAX (maxoff[i][1], runp->operands[i].off2); in find_numbers() 946 if (runp->operands[i].off2 > 0) in find_numbers() 947 minoff[i][1] = MIN (minoff[i][1], runp->operands[i].off2); in find_numbers() 1237 MAX (0, instr->operands[i].off2 - minoff[i][1])); in instrtable_out()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | image.c | 888 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2) in ML_() 891 ensure_valid(img, off2, 1, "ML_(img_strcmp)(second arg)"); in ML_() 894 UChar c2 = get(img, off2); in ML_() 898 off1++; off2++; in ML_()
|
D | priv_image.h | 106 Int ML_(img_strcmp)(DiImage* img, DiOffT off1, DiOffT off2);
|
/external/boringssl/src/crypto/modes/asm/ |
D | ghash-x86.pl | 650 my ($off1,$off2,$i) = (0,0,); 669 &movq (&QWP($off2-128,"ebp"),$lo[2]) if ($i>1); 671 &movq (&QWP($off2,"ebp"),$hi[2]) if ($i>1); 679 $off2 += 8 if ($i>1);
|
/external/kernel-headers/original/uapi/linux/ |
D | ixjuser.h | 135 unsigned int off2; 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 2721 off2 = -((src_strd << 1) + src_strd) + 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 | 803 const IVec2& off2 = IVec2(), in GatherArgs() 809 offsets[2] = off2; in GatherArgs()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |