/external/piex/src/binary_parse/ |
range_checked_byte_ptr.h | 491 const size_t read_offset = current_pos_ + i; local 495 // "read_offset < page_begin_offset_" explicitly; if it occurs, it will 498 size_t pos_in_page = read_offset - page_begin_offset_; 505 if (read_offset >= sub_array_begin_ && read_offset < sub_array_end_) { 506 // Read the page that contains the offset "read_offset". 507 loadPageForOffset(read_offset); 510 pos_in_page = read_offset - page_begin_offset_; 512 // After the call to loadPageForOffset(), read_offset must lie within
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
index_sub_table_format3.cc | 65 int32_t read_offset = local 68 return read_offset;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 618 uint32_t read_offset = offset.dw1.ud; local 621 read_offset, surf_index);
|
/external/opencv3/3rdparty/libtiff/ |
tif_read.c | 51 uint64 read_offset; local 103 read_offset = td->td_stripoffset[strip] 106 if (!SeekOK(tif, read_offset)) { [all...] |
tif_dirwrite.c | 2582 uint64 read_offset; local [all...] |
/external/pdfium/third_party/libtiff/ |
tif_read.c | 51 uint64 read_offset; local 103 read_offset = td->td_stripoffset[strip] 106 if (!SeekOK(tif, read_offset)) { [all...] |
tif_dirwrite.c | 2582 uint64 read_offset; local [all...] |
/external/libchrome/base/strings/ |
string_util.cc | 751 size_t read_offset = offset + find_length; local 753 str->find(find_this.data(), read_offset, find_this.size()), 755 size_t length = offset - read_offset; 757 memmove(&(*str)[write_offset], &(*str)[read_offset], 792 size_t read_offset = current_match + find_length; local 793 size_t length = prev_match - read_offset; 796 memmove(&(*str)[write_offset], &(*str)[read_offset], [all...] |