Home
last modified time | relevance | path

Searched refs:read_offset (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Drange_checked_byte_ptr.h491 const size_t read_offset = current_pos_ + i; in operator []() local
495 // "read_offset < page_begin_offset_" explicitly; if it occurs, it will in operator []()
498 size_t pos_in_page = read_offset - page_begin_offset_; in operator []()
505 if (read_offset >= sub_array_begin_ && read_offset < sub_array_end_) { in operator []()
506 // Read the page that contains the offset "read_offset". in operator []()
507 loadPageForOffset(read_offset); in operator []()
510 pos_in_page = read_offset - page_begin_offset_; in operator []()
512 // After the call to loadPageForOffset(), read_offset must lie within in operator []()
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidparse.c118 FT_ULong read_offset = 0; in FT_LOCAL_DEF() local
155 if ( read_offset + read_len < STARTDATA_LEN ) in FT_LOCAL_DEF()
163 buffer + read_offset + read_len - STARTDATA_LEN, in FT_LOCAL_DEF()
168 read_offset = STARTDATA_LEN; in FT_LOCAL_DEF()
169 p = buffer + read_offset; in FT_LOCAL_DEF()
/third_party/backends/backend/
H A Dhpljm1005.c156 int read_offset; member
945 dev->read_offset = 0; in sane_start()
1024 dev->write_offset_b) <= dev->read_offset) in sane_read()
1031 dev->write_offset_b) <= dev->read_offset) in sane_read()
1040 while (dev->write_offset_r <= dev->read_offset) in sane_read()
1044 if (dev->write_offset_r <= dev->read_offset) in sane_read()
1049 *len = available - dev->read_offset; in sane_read()
1052 memcpy (buf, dev->buffer + dev->read_offset, *len); in sane_read()
1053 dev->read_offset += *len; in sane_read()
1054 if (dev->read_offset in sane_read()
[all...]
/third_party/jerryscript/jerry-core/api/
H A Dgenerate-bytecode.c124 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/
H A Dstring_util.cc754 // unsearched region of the string so long as |write_offset| <= |read_offset|; in DoReplaceMatchesAfterOffset()
758 // |write_offset| grows slower than |read_offset|. in DoReplaceMatchesAfterOffset()
761 // |read_offset|, but |expansion| is big enough so that |write_offset| in DoReplaceMatchesAfterOffset()
762 // will only catch up to |read_offset| at the point of the last match. in DoReplaceMatchesAfterOffset()
765 size_t read_offset = first_match + expansion; in DoReplaceMatchesAfterOffset() local
772 read_offset += find_length; in DoReplaceMatchesAfterOffset()
775 size_t match = std::min(matcher.Find(*str, read_offset), str_length); in DoReplaceMatchesAfterOffset()
777 size_t length = match - read_offset; in DoReplaceMatchesAfterOffset()
779 CharTraits::move(buffer + write_offset, buffer + read_offset, length); in DoReplaceMatchesAfterOffset()
781 read_offset in DoReplaceMatchesAfterOffset()
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format3.cc65 int32_t read_offset = in Loca() local
68 return read_offset; in Loca()
/third_party/ffmpeg/libavcodec/x86/
H A Dsnowdsp.c799 #define snow_inner_add_yblock_mmx_mix(read_offset, write_offset)\
803 "paddw "read_offset"(%%"FF_REG_D"), %%mm1 \n\t"\
804 "paddw "read_offset"+8(%%"FF_REG_D"), %%mm5 \n\t"\
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/
H A Dpvr_rogue_fwif_shared.h176 uint32_t read_offset; member
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcdcacm.c126 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/python/Lib/
H A Dzipfile.py1101 read_offset = new_pos - curr_pos
1102 buff_offset = read_offset + self._offset
1107 read_offset = 0
1108 elif read_offset < 0:
1118 read_offset = new_pos
1122 while read_offset > 0:
1123 read_len = min(self.MAX_SEEK_READ, read_offset)
1125 read_offset -= read_len
/third_party/mesa3d/include/drm-uapi/
H A Detnaviv_drm.h178 __u32 read_offset; /* in, offset from read_bo */ member
/third_party/libdrm/etnaviv/
H A Detnaviv_drm.h178 __u32 read_offset; /* in, offset from read_bo */ member
H A Detnaviv_cmd_stream.c275 pmr->read_offset = p->offset; in etna_cmd_stream_perf()
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c295 pmr->read_offset = p->offset; in etna_cmd_stream_perf()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_generator.cpp1526 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/
H A Dpsp.rs2659 read_offset: *mut u32, in sceAtracGetStreamDataInfo()

Completed in 28 milliseconds