Home
last modified time | relevance | path

Searched refs:off2 (Results 1 – 25 of 30) sorted by relevance

12

/external/compiler-rt/test/tsan/
Dunaligned_race.cc48 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 …]
Dbench_shadow_flush.cc39 for (uptr off2 = 0; off2 < stride2; off2++) in main() local
40 mem[off + off2 * kStride] = 42; in main()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c151 int off2 = 64; in vpx_quantize_b_vsx() local
157 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_vsx()
172 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_vsx()
180 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vpx_quantize_b_vsx()
185 nonzero_scanindex(qcoeff2, zero_mask2, iscan_ptr, off2)); in vpx_quantize_b_vsx()
191 off2 += 48; in vpx_quantize_b_vsx()
212 int off2 = 64; in vpx_quantize_b_32x32_vsx() local
266 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_32x32_vsx()
285 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_32x32_vsx()
289 vec_vsx_st(dequantize_coeff_32(qcoeff2, dequant), off2, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx()
[all …]
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c100 int off2 = 64; in vp9_quantize_fp_vsx() local
105 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_vsx()
108 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_vsx()
127 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_vsx()
129 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vp9_quantize_fp_vsx()
138 off2 += 48; in vp9_quantize_fp_vsx()
180 int off2 = 64; in vp9_quantize_fp_32x32_vsx() local
239 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_32x32_vsx()
242 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_32x32_vsx()
270 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
[all …]
/external/libavc/common/
Dih264_inter_pred_filters.c538 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/
Dempty_ranges.ll26 ; CHECK-NEXT: %off2 = add i32 %idx, -60
27 ; CHECK-NEXT: %c3 = icmp slt i32 %off2, 40
56 %off2 = add i32 %idx, -60
57 %c3 = icmp slt i32 %off2, 40
/external/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c65 loff_t *off1, loff_t *off2, size_t len) in check_file_content() argument
76 if (off2 && fseek(fp2, *off2, SEEK_SET)) in check_file_content()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dvldm-liveness.ll18 %off2 = getelementptr float, float* %ptr, i32 2
19 %val2 = load float, float* %off2
/external/freetype/src/cid/
Dcidgload.c109 FT_ULong off1, off2; in cid_load_glyph() local
121 off2 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ); in cid_load_glyph()
125 off2 > stream->size || in cid_load_glyph()
126 off1 > off2 ) in cid_load_glyph()
133 glyph_length = off2 - off1; in cid_load_glyph()
/external/freetype/src/cff/
Dcffload.c510 FT_ULong off1, off2 = 0; in cff_index_access_element() local
531 off2 = cff_index_read_offset( idx, &error ); in cff_index_access_element()
533 } while ( off2 == 0 && element < idx->count ); in cff_index_access_element()
544 off2 = idx->offsets[element]; in cff_index_access_element()
546 } while ( off2 == 0 && element < idx->count ); in cff_index_access_element()
552 if ( off2 > stream->size + 1 || in cff_index_access_element()
553 idx->data_offset > stream->size - off2 + 1 ) in cff_index_access_element()
558 off2, stream->size - idx->data_offset + 1 )); in cff_index_access_element()
559 off2 = stream->size - idx->data_offset + 1; in cff_index_access_element()
563 if ( off1 && off2 > off1 ) in cff_index_access_element()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dunaligned-01.ll13 %off2 = getelementptr i8, i8 *%ptr, i64 2
17 store i8 2, i8 *%off2
/external/llvm/test/CodeGen/ARM/
Dvldm-liveness.ll31 %off2 = getelementptr float, float* %ptr, i32 2
32 %val2 = load float, float* %off2
/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua213 local off2 = self:Offset() - off + SOffsetT.bytewidth
214 self:Place(off2, SOffsetT)
221 local off2 = soffset - off + UOffsetT.bytewidth
222 self:Place(off2, UOffsetT)
/external/llvm/test/CodeGen/SystemZ/
Dunaligned-01.ll16 %off2 = getelementptr i8, i8 *%ptr, i64 2
20 store i8 2, i8 *%off2
/external/elfutils/src/
Delfcmp.c430 size_t off2 = 0; in main() local
440 if (off2 >= data2->d_size) in main()
448 off2 = gelf_getnote (data2, off2, &note2, in main()
450 if (off2 == 0) in main()
510 if (off2 < data2->d_size) in main()
/external/flatbuffers/python/flatbuffers/
Dbuilder.py353 off2 = self.Offset() - off + N.SOffsetTFlags.bytewidth
354 self.PlaceSOffsetT(off2)
367 off2 = self.Offset() - off + N.UOffsetTFlags.bytewidth
368 self.PlaceUOffsetT(off2)
/external/flatbuffers/go/
Dbuilder.go272 off2 := SOffsetT(b.Offset()) - off + SOffsetT(SizeSOffsetT)
273 b.PlaceSOffsetT(off2)
282 off2 := b.Offset() - off + UOffsetT(SizeUOffsetT)
283 b.PlaceUOffsetT(off2)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/ARM/
Dsink-addrmode.ll70 define void @test_phi_twogep_nonconst_offset(i32* %ptr, i32 %value, i32 %off1, i32 %off2) {
73 ; CHECK: phi i32 [ %off2, %if.else ], [ %off1, %if.then ]
83 %gep2 = getelementptr inbounds i32, i32* %ptr, i32 %off2
179 define void @test_select_twogep_nonconst_offset(i32* %ptr, i32 %value, i32 %off1, i32 %off2) {
182 ; CHECK: select i1 %cmp, i32 %off1, i32 %off2
186 %gep2 = getelementptr inbounds i32, i32* %ptr, i32 %off2
/external/elfutils/libcpu/
Di386_parse.y125 int off2; member
840 else if (instr->operands[n].off2 == 0) in fillin_arg()
841 instr->operands[n].off2 = bitoff; in fillin_arg()
940 maxoff[i][1] = MAX (maxoff[i][1], runp->operands[i].off2); in find_numbers()
945 if (runp->operands[i].off2 > 0) in find_numbers()
946 minoff[i][1] = MIN (minoff[i][1], runp->operands[i].off2); in find_numbers()
1236 MAX (0, instr->operands[i].off2 - minoff[i][1])); in instrtable_out()
/external/honggfuzz/
Dmangle.c824 size_t off2 = util_rndGet(0, run->dynamicFileSz - 1); in mangle_CloneByte() local
827 run->dynamicFile[off1] = run->dynamicFile[off2]; in mangle_CloneByte()
828 run->dynamicFile[off2] = tmp; in mangle_CloneByte()
/external/webp/src/enc/
Dpicture_psnr_enc.c101 const int off2 = x - VP8_SSIM_KERNEL + (y - VP8_SSIM_KERNEL) * ref_stride; in AccumulateSSIM() local
102 sum += VP8SSIMGet(src + off1, src_stride, ref + off2, ref_stride); in AccumulateSSIM()
/external/boringssl/src/crypto/fipsmodule/modes/asm/
Dghash-x86.pl431 my ($off1,$off2,$i) = (0,0,);
450 &movq (&QWP($off2-128,"ebp"),$lo[2]) if ($i>1);
452 &movq (&QWP($off2,"ebp"),$hi[2]) if ($i>1);
460 $off2 += 8 if ($i>1);
/external/syzkaller/sys/linux/
Dbpf.txt231 off2 const[0, int16]
243 off2 const[0, int16]
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs2455 let off2 = b.end_table(off); in layout_16_table_with_some_elements() localVariable
2456 b.finish_minimal(off2); in layout_16_table_with_some_elements()
2489 let off2 = b.end_table(off); in layout_17_one_unfinished_table_and_one_finished_table() localVariable
2490 b.finish_minimal(off2); in layout_17_one_unfinished_table_and_one_finished_table()
2533 let off2 = b.end_table(off); in layout_18_a_bunch_of_bools() localVariable
2534 b.finish_minimal(off2); in layout_18_a_bunch_of_bools()
2569 let off2 = b.end_table(off); in layout_19_three_bools() localVariable
2570 b.finish_minimal(off2); in layout_19_three_bools()
/external/libavc/common/x86/
Dih264_inter_pred_filters_ssse3.c2689 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()

12