/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/flatbuffers/swift/Sources/FlatBuffers/ |
D | Table.swift | 129 static public func compare(_ off1: Int32, _ off2: Int32, fbb: ByteBuffer) -> Int32 { in compare() 131 let _off1 = off1 + fbb.read(def: Int32.self, position: Int(off1)) in compare() 148 static public func compare(_ off1: Int32, _ key: [Byte], fbb: ByteBuffer) -> Int32 { in compare() 150 let _off1 = off1 + fbb.read(def: Int32.self, position: Int(off1)) in compare()
|
/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/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/freetype/src/cid/ |
D | cidgload.c | 108 FT_ULong off1, off2; in cid_load_glyph() local 118 off1 = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ); in cid_load_glyph() 125 off1 > off2 ) in cid_load_glyph() 132 glyph_length = off2 - off1; in cid_load_glyph() 137 if ( 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/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/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/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | codegen.c | 677 int off1 = dst_offset & 0x1f; in bitcopy() local 682 if (off1) { in bitcopy() 683 int off2 = 32 - off1; in bitcopy() 686 *cpy_dst |= *cpy_src << off1; in bitcopy() 696 cpy_size += off1; in bitcopy()
|
/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/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/flatbuffers/tests/FlatBuffers.Test/ |
D | FlatBuffersFuzzTests.cs | 489 var off1 = builder.EndTable(); in TestTwoFinishTable() 490 builder.Finish(off1); in TestTwoFinishTable()
|
/third_party/openssl/crypto/modes/asm/ |
D | ghash-x86.pl | 659 my ($off1,$off2,$i) = (0,0,); 674 &movq (&QWP($off1-128,"edi"),$lo[1]) if ($i>0 && $i<17); 676 &movq (&QWP($off1,"edi"),$hi[1]) if ($i>0 && $i<17); 687 $off1 += 8 if ($i>0);
|
/third_party/flatbuffers/tests/ |
D | go_test.go | 1446 off1 := b.CreateSharedString(s1) 1449 if (s1 == s2) && (off1 != off2) { 1452 if (s1 != s2) && (off1 == off2) {
|
/third_party/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 2653 let off1 = b.create_string("moop"); in layout_06_create_string() localVariable 2654 assert_eq!(20, off1.value()); in layout_06_create_string() 2678 let off1 = b.create_byte_string(b"moop"); in layout_06c_create_byte_string() localVariable 2679 assert_eq!(20, off1.value()); in layout_06c_create_byte_string() 2704 let off1 = b.end_table(off0); in layout_08_vtable_with_one_true_bool() localVariable 2705 assert_eq!(8, off1.value()); in layout_08_vtable_with_one_true_bool()
|
/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 | 1347 lfs_off_t off1 = 0; in lfs_dir_commitcrc() local 1386 if (off1 == 0) { in lfs_dir_commitcrc() 1387 off1 = commit->off + sizeof(uint32_t); in lfs_dir_commitcrc() 1404 lfs_off_t noff = off1; in lfs_dir_commitcrc() 1410 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()
|