/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstmpeg4parser.c | 372 guint markersize = 0, off1, off2; in gst_mpeg4_next_resync() local 384 off1 = 0; in gst_mpeg4_next_resync() 386 off1 = gst_byte_reader_masked_scan_uint32 (&br, mask, pattern, 0, size); in gst_mpeg4_next_resync() 389 if (off1 == -1) in gst_mpeg4_next_resync() 392 GST_DEBUG ("Resync code found at %i", off1); in gst_mpeg4_next_resync() 394 packet->offset = off1; in gst_mpeg4_next_resync() 399 off1 + 2, size - off1 - 2); in gst_mpeg4_next_resync() 404 packet->size = off2 - off1; in gst_mpeg4_next_resync() 432 gint off1, off2; in gst_mpeg4_parse() local 458 off1 = packet->offset; in gst_mpeg4_parse() [all …]
|
D | gstvc1parser.c | 1674 gint off1, off2; in gst_vc1_identify_next_bdu() local 1683 off1 = scan_for_start_codes (data, size); in gst_vc1_identify_next_bdu() 1685 if (off1 < 0) { in gst_vc1_identify_next_bdu() 1690 bdu->sc_offset = off1; in gst_vc1_identify_next_bdu() 1692 bdu->offset = off1 + 4; in gst_vc1_identify_next_bdu()
|
D | gsth264parser.c | 1436 gint off1; in gst_h264_parser_identify_nalu_unchecked() local 1446 off1 = scan_for_start_codes (data + offset, size - offset); in gst_h264_parser_identify_nalu_unchecked() 1448 if (off1 < 0) { in gst_h264_parser_identify_nalu_unchecked() 1453 nalu->sc_offset = offset + off1; in gst_h264_parser_identify_nalu_unchecked() 1459 nalu->offset = offset + off1 + 3; in gst_h264_parser_identify_nalu_unchecked()
|
D | gsth265parser.c | 1398 gint off1; in gst_h265_parser_identify_nalu_unchecked() local 1408 off1 = scan_for_start_codes (data + offset, size - offset); in gst_h265_parser_identify_nalu_unchecked() 1410 if (off1 < 0) { in gst_h265_parser_identify_nalu_unchecked() 1415 nalu->sc_offset = offset + off1; in gst_h265_parser_identify_nalu_unchecked() 1428 nalu->offset = offset + off1 + 3; in gst_h265_parser_identify_nalu_unchecked()
|
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range01.c | 37 loff_t *off1, loff_t *off2, size_t len) in check_file_content() argument 44 if (off1 && fseek(fp1, *off1, SEEK_SET)) in check_file_content()
|
/third_party/ffmpeg/libavcodec/ |
D | scpr.h | 149 int off1 = (ly * linesize + lx) * 4; in decode_run_i() local 158 r = odst[off1] + in decode_run_i() 161 g = odst[off1 + 1] + in decode_run_i() 164 b = odst[off1 + 2] + in decode_run_i()
|
D | iff.c | 1453 GetByteContext off0, off1, dgb, ogb; in decode_delta_l() local 1465 bytestream2_init(&off1, buf + 32, buf_end - (buf + 32)); in decode_delta_l() 1472 poff1 = bytestream2_get_be32(&off1); in decode_delta_l()
|
/third_party/optimized-routines/string/aarch64/ |
D | strcmp-mte.S | 30 #define off1 x5 macro 147 sub off1, src2, src1 152 ldr data3, [src1, off1]
|
/third_party/flutter/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.c | 109 FT_ULong off1, off2; in cid_load_glyph() local 119 off1 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ); in cid_load_glyph() 126 off1 > off2 ) in cid_load_glyph() 133 glyph_length = off2 - off1; in cid_load_glyph() 138 if ( FT_STREAM_READ_AT( cid->data_offset + off1, in cid_load_glyph()
|
/third_party/freetype/src/cid/ |
D | cidgload.c | 105 FT_ULong off1, off2; in cid_load_glyph() local 115 off1 = cid_get_offset( &p, cid->gd_bytes ); in cid_load_glyph() 122 off1 > off2 ) in cid_load_glyph() 129 glyph_length = off2 - off1; in cid_load_glyph() 133 FT_STREAM_READ_AT( cid->data_offset + off1, in cid_load_glyph()
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.c | 105 FT_ULong off1, off2; in cid_load_glyph() local 115 off1 = cid_get_offset( &p, cid->gd_bytes ); in cid_load_glyph() 122 off1 > off2 ) in cid_load_glyph() 129 glyph_length = off2 - off1; in cid_load_glyph() 133 FT_STREAM_READ_AT( cid->data_offset + off1, in cid_load_glyph()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 516 FT_ULong off1, off2 = 0; in cff_index_access_element() local 528 off1 = cff_index_read_offset( idx, &error ); in cff_index_access_element() 532 if ( off1 != 0 ) in cff_index_access_element() 544 off1 = idx->offsets[element]; in cff_index_access_element() 545 if ( off1 ) in cff_index_access_element() 569 if ( off1 && off2 > off1 ) in cff_index_access_element() 571 *pbyte_len = off2 - off1; in cff_index_access_element() 576 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element() 581 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) || in cff_index_access_element() 582 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
|
/third_party/freetype/src/cff/ |
D | cffload.c | 516 FT_ULong off1, off2 = 0; in cff_index_access_element() local 528 off1 = cff_index_read_offset( idx, &error ); in cff_index_access_element() 532 if ( off1 != 0 ) in cff_index_access_element() 544 off1 = idx->offsets[element]; in cff_index_access_element() 545 if ( off1 ) in cff_index_access_element() 569 if ( off1 && off2 > off1 ) in cff_index_access_element() 571 *pbyte_len = off2 - off1; in cff_index_access_element() 576 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element() 581 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) || in cff_index_access_element() 582 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 510 FT_ULong off1, off2 = 0; in cff_index_access_element() local 522 off1 = cff_index_read_offset( idx, &error ); in cff_index_access_element() 526 if ( off1 != 0 ) in cff_index_access_element() 538 off1 = idx->offsets[element]; in cff_index_access_element() 539 if ( off1 ) in cff_index_access_element() 563 if ( off1 && off2 > off1 ) in cff_index_access_element() 565 *pbyte_len = off2 - off1; in cff_index_access_element() 570 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element() 575 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) || in cff_index_access_element() 576 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
|
/third_party/libabigail/src/ |
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/mesa3d/src/gallium/drivers/lima/ir/pp/ |
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/elfutils/libcpu/ |
D | i386_parse.y | 123 int off1; member 838 if (instr->operands[n].off1 == 0) in fillin_arg() 839 instr->operands[n].off1 = bitoff; in fillin_arg() 939 maxoff[i][0] = MAX (maxoff[i][0], runp->operands[i].off1); in find_numbers() 943 if (runp->operands[i].off1 > 0) in find_numbers() 944 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1); in find_numbers() 1232 MAX (0, instr->operands[i].off1 - minoff[i][0])); in instrtable_out()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
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/flutter/skia/third_party/externals/libwebp/src/enc/ |
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/ |
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/openssl/crypto/modes/asm/ |
D | ghash-x86.pl | 658 my ($off1,$off2,$i) = (0,0,); 673 &movq (&QWP($off1-128,"edi"),$lo[1]) if ($i>0 && $i<17); 675 &movq (&QWP($off1,"edi"),$hi[1]) if ($i>0 && $i<17); 686 $off1 += 8 if ($i>0);
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 529 guint off0, off1, off2, off3; in GST_START_TEST() local 555 off1 = GST_VIDEO_INFO_COMP_OFFSET (&vinfo, 1); in GST_START_TEST() 560 GST_TRACE ("off1 %d <> %d", off1, GPOINTER_TO_INT (paintinfo.up)); in GST_START_TEST() 565 fail_unless_equals_int (off1, GPOINTER_TO_INT (paintinfo.up)); in GST_START_TEST() 583 fail_unless (cs0 <= off1); in GST_START_TEST()
|
/third_party/littlefs/ |
D | lfs.c | 1504 lfs_off_t off1 = 0; in lfs_dir_commitcrc() local 1543 if (off1 == 0) { in lfs_dir_commitcrc() 1544 off1 = commit->off + sizeof(uint32_t); in lfs_dir_commitcrc() 1561 lfs_off_t noff = off1; in lfs_dir_commitcrc() 1567 if (i == off1 && crc != crc1) { in lfs_dir_commitcrc()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 819 const IVec2& off1 = IVec2(), in GatherArgs() 825 offsets[1] = off1; in GatherArgs()
|
/third_party/python/Lib/test/ |
D | datetimetester.py | 5147 off1 = dt.replace(fold=1).utcoffset() 5148 if off0 is None or off1 is None or dt.dst() is None: 5150 if off0 == off1: 5152 off1 = ldt.utcoffset() 5153 if off0 == off1: 5157 for off in [off0, off1]:
|