/third_party/skia/third_party/externals/piex/src/binary_parse/ |
D | range_checked_byte_ptr.h | 491 const size_t read_offset = current_pos_ + i; variable 498 size_t pos_in_page = read_offset - page_begin_offset_; 505 if (read_offset >= sub_array_begin_ && read_offset < sub_array_end_) { 507 loadPageForOffset(read_offset); 510 pos_in_page = read_offset - page_begin_offset_;
|
/third_party/flutter/skia/third_party/externals/piex/src/binary_parse/ |
D | range_checked_byte_ptr.h | 491 const size_t read_offset = current_pos_ + i; variable 498 size_t pos_in_page = read_offset - page_begin_offset_; 505 if (read_offset >= sub_array_begin_ && read_offset < sub_array_end_) { 507 loadPageForOffset(read_offset); 510 pos_in_page = read_offset - page_begin_offset_;
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidparse.c | 118 FT_ULong read_offset = 0; in cid_parser_new() local 155 if ( read_offset + read_len < STARTDATA_LEN ) in cid_parser_new() 163 buffer + read_offset + read_len - STARTDATA_LEN, in cid_parser_new() 168 read_offset = STARTDATA_LEN; in cid_parser_new() 169 p = buffer + read_offset; in cid_parser_new()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cid/ |
D | cidparse.c | 115 FT_ULong read_offset = 0; in cid_parser_new() local 152 if ( read_offset + read_len < STARTDATA_LEN ) in cid_parser_new() 160 buffer + read_offset + read_len - STARTDATA_LEN, in cid_parser_new() 165 read_offset = STARTDATA_LEN; in cid_parser_new() 166 p = buffer + read_offset; in cid_parser_new()
|
/third_party/freetype/src/cid/ |
D | cidparse.c | 118 FT_ULong read_offset = 0; in cid_parser_new() local 155 if ( read_offset + read_len < STARTDATA_LEN ) in cid_parser_new() 163 buffer + read_offset + read_len - STARTDATA_LEN, in cid_parser_new() 168 read_offset = STARTDATA_LEN; in cid_parser_new() 169 p = buffer + read_offset; in cid_parser_new()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitfilesrc.c | 417 guint64 read_offset; in gst_split_file_src_create() local 447 read_offset = offset - cur_part.start; in gst_split_file_src_create() 450 src->cur_part, read_offset, cur_part.path); in gst_split_file_src_create() 454 if (!g_seekable_seek (seekable, read_offset, G_SEEK_SET, cancel, &err)) in gst_split_file_src_create() 459 bytes_to_end_of_part = (cur_part.stop - cur_part.start) + 1 - read_offset; in gst_split_file_src_create() 515 ("Seek to %" G_GUINT64_FORMAT " in %s failed", read_offset, in gst_split_file_src_create() 527 ("Read from %" G_GUINT64_FORMAT " in %s failed", read_offset, in gst_split_file_src_create()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstadapter.c | 1019 gsize read_offset = 0; in gst_adapter_get_buffer() local 1024 while (idx < len && read_offset < nbytes + adapter->skip) { in gst_adapter_get_buffer() 1028 read_offset += gst_buffer_get_size (cur); in gst_adapter_get_buffer() 1551 gsize read_offset = 0; in gst_adapter_prev_pts_at_offset() local 1561 while (idx < len && read_offset < offset + adapter->skip) { in gst_adapter_prev_pts_at_offset() 1566 pts_offset = read_offset; in gst_adapter_prev_pts_at_offset() 1569 read_offset += gst_buffer_get_size (cur); in gst_adapter_prev_pts_at_offset() 1601 gsize read_offset = 0; in gst_adapter_prev_dts_at_offset() local 1611 while (idx < len && read_offset < offset + adapter->skip) { in gst_adapter_prev_dts_at_offset() 1616 dts_offset = read_offset; in gst_adapter_prev_dts_at_offset() [all …]
|
/third_party/jerryscript/jerry-core/api/ |
D | generate-bytecode.c | 124 int read_offset = 0; in read_js_or_snapshot_file() local 143 tmp_read = read(fd, target_file + read_offset, here_to_read); in read_js_or_snapshot_file() 149 read_offset = read_offset + here_to_read; in read_js_or_snapshot_file() 152 if (read_offset != *file_bytesize) { in read_js_or_snapshot_file()
|
/third_party/gn/src/base/strings/ |
D | string_util.cc | 772 size_t read_offset = first_match + expansion; in DoReplaceMatchesAfterOffset() local 779 read_offset += find_length; in DoReplaceMatchesAfterOffset() 782 size_t match = std::min(matcher.Find(*str, read_offset), str_length); in DoReplaceMatchesAfterOffset() 784 size_t length = match - read_offset; in DoReplaceMatchesAfterOffset() 786 CharTraits::move(buffer + write_offset, buffer + read_offset, length); in DoReplaceMatchesAfterOffset() 788 read_offset += length; in DoReplaceMatchesAfterOffset() 790 } while (read_offset < str_length); in DoReplaceMatchesAfterOffset()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table_format3.cc | 65 int32_t read_offset = in Loca() local 68 return read_offset; in Loca()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table_format3.cc | 65 int32_t read_offset = in Loca() local 68 return read_offset; in Loca()
|
/third_party/openGLES/extensions/NV/ |
D | GLX_NV_copy_buffer.txt | 112 8 INT64 read_offset 126 8 INT64 read_offset
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | GLX_NV_copy_buffer.txt | 112 8 INT64 read_offset 126 8 INT64 read_offset
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | cdcacm.c | 126 uint32_t read_offset; /* Quick command offset */ member 448 ret = usbd_copy_to_user(read_buf, req->len, (req_buf + priv->read_offset), buflen); in cdcacm_fill_rdrequest() 456 priv->read_offset += buflen; in cdcacm_fill_rdrequest() 458 if (priv->read_offset < req->xfrd) in cdcacm_fill_rdrequest() 469 priv->read_offset = 0; in cdcacm_fill_rdrequest()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/ |
D | pvr_rogue_fwif_shared.h | 176 uint32_t read_offset; member
|
/third_party/ffmpeg/libavcodec/x86/ |
D | snowdsp.c | 797 #define snow_inner_add_yblock_mmx_mix(read_offset, write_offset)\ argument 801 "paddw "read_offset"(%%"FF_REG_D"), %%mm1 \n\t"\ 802 "paddw "read_offset"+8(%%"FF_REG_D"), %%mm5 \n\t"\
|
/third_party/python/Lib/ |
D | zipfile.py | 1068 read_offset = new_pos - curr_pos 1069 buff_offset = read_offset + self._offset 1074 read_offset = 0 1075 elif read_offset < 0: 1085 read_offset = new_pos 1089 while read_offset > 0: 1090 read_len = min(self.MAX_SEEK_READ, read_offset) 1092 read_offset -= read_len
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.h | 135 gint64 read_offset; member
|
D | gstoggdemux.c | 2617 ogg->read_offset = offset; in gst_ogg_demux_seek() 2634 ogg->read_offset, ogg->length, end_offset); in gst_ogg_demux_get_data() 2636 if (end_offset > 0 && ogg->read_offset >= end_offset) in gst_ogg_demux_get_data() 2639 if (ogg->read_offset == ogg->length) in gst_ogg_demux_get_data() 2651 gst_pad_pull_range (ogg->sinkpad, ogg->read_offset, ogg->chunk_size, in gst_ogg_demux_get_data() 2661 ogg->read_offset += size; in gst_ogg_demux_get_data()
|
/third_party/libdrm/etnaviv/ |
D | etnaviv_drm.h | 178 __u32 read_offset; /* in, offset from read_bo */ member
|
D | etnaviv_cmd_stream.c | 275 pmr->read_offset = p->offset; in etna_cmd_stream_perf()
|
/third_party/mesa3d/include/drm-uapi/ |
D | etnaviv_drm.h | 178 __u32 read_offset; /* in, offset from read_bo */ member
|
/third_party/mesa3d/src/etnaviv/drm/ |
D | etnaviv_cmd_stream.c | 295 pmr->read_offset = p->offset; in etna_cmd_stream_perf()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_generator.cpp | 1526 uint32_t read_offset = offset.ud; in generate_uniform_pull_constant_load() local 1529 read_offset, surf_index); in generate_uniform_pull_constant_load()
|
/third_party/rust/crates/libc/src/ |
D | psp.rs | 2659 read_offset: *mut u32, in sceAtracGetStreamDataInfo()
|