Home
last modified time | relevance | path

Searched refs:off2 (Results 1 - 19 of 19) sorted by relevance

/third_party/optimized-routines/string/aarch64/
H A Dstrcmp-mte.S36 #define off2 x10 define
56 sub off2, src2, src1
59 tst off2, 7
66 ldr data2, [src1, off2]
111 ldr data2, [src1, off2]
153 ldr data2, [src1, off2]
/third_party/ffmpeg/libavcodec/
H A Dscpr.h145 int off2 = ((y * linesize + x) + off) * 4; in decode_run_i() local
154 odst[off2 + 4] - in decode_run_i()
155 odst[off2 - z ]; in decode_run_i()
157 odst[off2 + 5] - in decode_run_i()
158 odst[off2 - z + 1]; in decode_run_i()
160 odst[off2 + 6] - in decode_run_i()
161 odst[off2 - z + 2]; in decode_run_i()
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
H A Dcopy_file_range01.c37 loff_t *off1, loff_t *off2, size_t len) in check_file_content()
48 if (off2 && fseek(fp2, *off2, SEEK_SET)) in check_file_content()
36 check_file_content(const char *fname1, const char *fname2, loff_t *off1, loff_t *off2, size_t len) check_file_content() argument
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidgload.c105 FT_ULong off1, off2; in FT_CALLBACK_DEF() local
117 off2 = cid_get_offset( &p, cid->gd_bytes ); in FT_CALLBACK_DEF()
121 off2 > stream->size || in FT_CALLBACK_DEF()
122 off1 > off2 ) in FT_CALLBACK_DEF()
129 glyph_length = off2 - off1; in FT_CALLBACK_DEF()
/third_party/elfutils/src/
H A Delfcmp.c429 size_t off2 = 0; in main() local
439 if (off2 >= data2->d_size) in main()
447 off2 = gelf_getnote (data2, off2, &note2, in main()
449 if (off2 == 0) in main()
509 if (off2 < data2->d_size) in main()
/third_party/libabigail/src/
H A Dabg-comparison-priv.h692 size_t off2 = get_data_member_offset(second_dm); in operator ()() local
694 if (off1 != off2) in operator ()()
695 return off1 < off2; in operator ()()
717 off2 = get_data_member_offset(second_dm); in operator ()()
719 if (off1 != off2) in operator ()()
720 return off1 < off2; in operator ()()
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.c516 FT_ULong off1, off2 = 0; in FT_LOCAL_DEF() local
537 off2 = cff_index_read_offset( idx, &error ); in FT_LOCAL_DEF()
539 } while ( off2 == 0 && element < idx->count ); in FT_LOCAL_DEF()
550 off2 = idx->offsets[element]; in FT_LOCAL_DEF()
552 } while ( off2 == 0 && element < idx->count ); in FT_LOCAL_DEF()
556 /* XXX: should check off2 does not exceed the end of this entry; */ in FT_LOCAL_DEF()
557 /* at present, only truncate off2 at the end of this stream */ in FT_LOCAL_DEF()
558 if ( off2 > stream->size + 1 || in FT_LOCAL_DEF()
559 idx->data_offset > stream->size - off2 + 1 ) in FT_LOCAL_DEF()
564 off2, strea in FT_LOCAL_DEF()
[all...]
/third_party/elfutils/libcpu/
H A Di386_parse.y124 int off2;
840 else if (instr->operands[n].off2 == 0)
841 instr->operands[n].off2 = bitoff;
940 maxoff[i][1] = MAX (maxoff[i][1], runp->operands[i].off2);
945 if (runp->operands[i].off2 > 0)
946 minoff[i][1] = MIN (minoff[i][1], runp->operands[i].off2);
1010 // printf ("off1 = %d, off2 = %d, off3 = %d\n", nbitoff[i][0], nbitoff[i][1], nbitoff[i][2]);
1236 MAX (0, instr->operands[i].off2 - minoff[i][1]));
/third_party/skia/third_party/externals/libwebp/src/enc/
H A 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()
/third_party/backends/sanei/
H A Dsanei_ir.c1041 int off1, off2, inc, wh, i, j; in sanei_ir_find_crop() local
1051 off2 = width - off1; in sanei_ir_find_crop()
1062 off2 = height - off1; in sanei_ir_find_crop()
1074 for (i = off1; i < off2; i++) in sanei_ir_find_crop()
/third_party/backends/backend/genesys/
H A Dgl841.cpp1681 int off[3],offh[3],offl[3],off1[3],off2[3]; in offset_calibration() local
1931 off2[ch] = off[ch]; in offset_calibration()
1947 DBG(DBG_info, "%s: second set: %d/%d,%d/%d,%d/%d\n", __func__, off2[0], min2[0], off2[1], min2[1], in offset_calibration()
1948 off2[2], min2[2]); in offset_calibration()
1953 at offset off2 in offset_calibration()
1958 min2=real+off2*fact in offset_calibration()
1960 fact=(min1-min2)/(off1-off2) in offset_calibration()
1961 real=min1-off1*(min1-min2)/(off1-off2) in offset_calibration()
1963 off=(min-min1+off1*(min1-min2)/(off1-off2))/((min in offset_calibration()
[all...]
/third_party/rust/crates/nom/src/
H A Derror.rs641 let off2 = off1 + s.len();
642 (off1, off2)
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c722 int off2 = 0x08 - off1; in bitcopy() local
728 cpy_size += off2; in bitcopy()
732 *cpy_dst |= *cpy_src >> off2; in bitcopy()
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-x86.pl664 my ($off1,$off2,$i) = (0,0,);
683 &movq (&QWP($off2-128,"ebp"),$lo[2]) if ($i>1);
685 &movq (&QWP($off2,"ebp"),$hi[2]) if ($i>1);
693 $off2 += 8 if ($i>1);
/third_party/openssl/crypto/modes/asm/
H A Dghash-x86.pl664 my ($off1,$off2,$i) = (0,0,);
683 &movq (&QWP($off2-128,"ebp"),$lo[2]) if ($i>1);
685 &movq (&QWP($off2,"ebp"),$hi[2]) if ($i>1);
693 $off2 += 8 if ($i>1);
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp820 const IVec2& off2 = IVec2(), in GatherArgs()
826 offsets[2] = off2; in GatherArgs()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c987 unsigned off2 = off + (intr->num_components * 4) - 1024; in emit_intrinsic_load_ubo() local
988 addr = ir3_ADD_S(b, addr, 0, create_immed(b, off2), 0); in emit_intrinsic_load_ubo()
989 off -= off2; in emit_intrinsic_load_ubo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp812 const IVec2& off2 = IVec2(), in GatherArgs()
818 offsets[2] = off2; in GatherArgs()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp824 const IVec2& off2 = IVec2(), in GatherArgs()
830 offsets[2] = off2; in GatherArgs()

Completed in 39 milliseconds