/third_party/backends/sanei/ |
H A D | sanei_ir.c | 1041 int off1, off2, inc, wh, i, j; in sanei_ir_find_crop() local 1050 off1 = width / 8; /* only middle 3/4 */ in sanei_ir_find_crop() 1051 off2 = width - off1; in sanei_ir_find_crop() 1052 n = width - 2 * off1; in sanei_ir_find_crop() 1053 src = dist_map + off1; /* first row */ in sanei_ir_find_crop() 1061 off1 = height / 8; /* only middle 3/4 */ in sanei_ir_find_crop() 1062 off2 = height - off1; in sanei_ir_find_crop() 1063 n = height - 2 * off1; in sanei_ir_find_crop() 1064 src = dist_map + (off1 * width); /* first column */ in sanei_ir_find_crop() 1074 for (i = off1; in sanei_ir_find_crop() [all...] |
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
H A D | copy_file_range01.c | 37 loff_t *off1, loff_t *off2, size_t len) in check_file_content() 44 if (off1 && fseek(fp1, *off1, 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/ffmpeg/libavcodec/ |
H A D | scpr.h | 144 int off1 = (ly * linesize + lx) * 4; in decode_run_i() local 153 r = odst[off1] + in decode_run_i() 156 g = odst[off1 + 1] + in decode_run_i() 159 b = odst[off1 + 2] + in decode_run_i()
|
H A D | iff.c | 1453 GetByteContext off0, off1, dgb, ogb; in decode_delta_l() local 1466 bytestream2_init(&off1, buf + 32, buf_end - (buf + 32)); in decode_delta_l() 1473 poff1 = bytestream2_get_be32(&off1); in decode_delta_l()
|
/third_party/optimized-routines/string/aarch64/ |
H A D | strcmp-mte.S | 30 #define off1 x5 define 147 sub off1, src2, src1 152 ldr data3, [src1, off1]
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | cidgload.c | 105 FT_ULong off1, off2; in FT_CALLBACK_DEF() local 115 off1 = cid_get_offset( &p, cid->gd_bytes ); in FT_CALLBACK_DEF() 122 off1 > off2 ) in FT_CALLBACK_DEF() 129 glyph_length = off2 - off1; in FT_CALLBACK_DEF() 133 FT_STREAM_READ_AT( cid->data_offset + off1, in FT_CALLBACK_DEF()
|
/third_party/libabigail/src/ |
H A D | abg-comparison-priv.h | 691 size_t off1 = get_data_member_offset(first_dm); in operator ()() local 694 if (off1 != off2) in operator ()() 695 return off1 < off2; in operator ()() 716 off1 = get_data_member_offset(first_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 D | cffload.c | 516 FT_ULong off1, off2 = 0; in FT_LOCAL_DEF() local 528 off1 = cff_index_read_offset( idx, &error ); in FT_LOCAL_DEF() 532 if ( off1 != 0 ) in FT_LOCAL_DEF() 544 off1 = idx->offsets[element]; in FT_LOCAL_DEF() 545 if ( off1 ) in FT_LOCAL_DEF() 569 if ( off1 && off2 > off1 ) in FT_LOCAL_DEF() 571 *pbyte_len = off2 - off1; in FT_LOCAL_DEF() 576 *pbytes = idx->bytes + off1 - 1; in FT_LOCAL_DEF() 581 if ( FT_STREAM_SEEK( idx->data_offset + off1 in FT_LOCAL_DEF() [all...] |
/third_party/elfutils/libcpu/ |
H A D | i386_parse.y | 123 int off1; 838 if (instr->operands[n].off1 == 0) 839 instr->operands[n].off1 = bitoff; 939 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1); 943 if (runp->operands[i].off1 > 0) 944 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1); 1010 // printf ("off1 = %d, off2 = %d, off3 = %d\n", nbitoff[i][0], nbitoff[i][1], nbitoff[i][2]); 1232 MAX (0, instr->operands[i].off1 - minoff[i][0]));
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | codegen.c | 717 int off1 = dst_offset & 0x07; in bitcopy() local 721 if (off1) { in bitcopy() 722 int off2 = 0x08 - off1; in bitcopy() 725 *cpy_dst |= *cpy_src << off1; in bitcopy() 735 cpy_size += off1; in bitcopy()
|
/third_party/rust/crates/nom/src/ |
H A D | error.rs | 640 let off1 = s.as_ptr() as usize - start as usize; 641 let off2 = off1 + s.len(); 642 (off1, off2)
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_psnr_enc.c | 100 const int off1 = x - VP8_SSIM_KERNEL + (y - VP8_SSIM_KERNEL) * src_stride; in AccumulateSSIM() local 102 sum += VP8SSIMGet(src + off1, src_stride, ref + off2, ref_stride); in AccumulateSSIM()
|
/third_party/elfutils/src/ |
H A D | elfcmp.c | 428 size_t off1 = 0; in main() local 432 while (off1 < data1->d_size in main() 433 && (off1 = gelf_getnote (data1, off1, ¬e1, in main()
|
/third_party/backends/backend/genesys/ |
H A D | gl841.cpp | 1681 int off[3],offh[3],offl[3],off1[3],off2[3]; in offset_calibration() local 1840 off1[ch] = off[ch]; in offset_calibration() 1944 DBG(DBG_info, "%s: first set: %d/%d,%d/%d,%d/%d\n", __func__, off1[0], min1[0], off1[1], min1[1], in offset_calibration() 1945 off1[2], min1[2]); in offset_calibration() 1952 based on minimal pixel value min1 at offset off1 and minimal pixel value min2 in offset_calibration() 1957 min1=real+off1*fact in offset_calibration() 1960 fact=(min1-min2)/(off1-off2) in offset_calibration() 1961 real=min1-off1*(min1-min2)/(off1 in offset_calibration() [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-x86.pl | 664 my ($off1,$off2,$i) = (0,0,); 679 &movq (&QWP($off1-128,"edi"),$lo[1]) if ($i>0 && $i<17); 681 &movq (&QWP($off1,"edi"),$hi[1]) if ($i>0 && $i<17); 692 $off1 += 8 if ($i>0);
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-x86.pl | 664 my ($off1,$off2,$i) = (0,0,); 679 &movq (&QWP($off1-128,"edi"),$lo[1]) if ($i>0 && $i<17); 681 &movq (&QWP($off1,"edi"),$hi[1]) if ($i>0 && $i<17); 692 $off1 += 8 if ($i>0);
|
/third_party/littlefs/ |
H A D | lfs.c | 1628 lfs_off_t off1 = 0; in lfs_dir_commitcrc() local 1706 if (off1 == 0) { in lfs_dir_commitcrc() 1707 off1 = commit->off + sizeof(lfs_tag_t); in lfs_dir_commitcrc() 1735 NULL, &lfs->rcache, off1+sizeof(uint32_t), in lfs_dir_commitcrc() 1736 commit->block, off, off1-off, &crc); in lfs_dir_commitcrc() 1750 commit->block, off1, sizeof(uint32_t), &crc); in lfs_dir_commitcrc()
|
/third_party/python/Lib/test/ |
H A D | datetimetester.py | 5451 off1 = dt.replace(fold=1).utcoffset() 5452 if off0 is None or off1 is None or dt.dst() is None: 5454 if off0 == off1: 5456 off1 = ldt.utcoffset() 5457 if off0 == off1: 5461 for off in [off0, off1]:
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 819 const IVec2& off1 = IVec2(), in GatherArgs() 825 offsets[1] = off1; in GatherArgs()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 811 const IVec2& off1 = IVec2(), in GatherArgs() 817 offsets[1] = off1; in GatherArgs()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 823 const IVec2& off1 = IVec2(), in GatherArgs() 829 offsets[1] = off1; in GatherArgs()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 12975 const int off1 = off0 + 1 + tex_width; in nk_font_bake_custom_data() local 12977 pixels[off1] = (texture_data_mask[n] == black) ? 0xFF : 0x00; in nk_font_bake_custom_data()
|