HomeSort by relevance Sort by last modified time
    Searched defs:read_offset (Results 1 - 15 of 15) sorted by null

  /external/freetype/src/cid/
cidparse.c 115 FT_ULong read_offset = 0; local
152 if ( read_offset + read_len < STARTDATA_LEN )
160 buffer + read_offset + read_len - STARTDATA_LEN,
165 read_offset = STARTDATA_LEN;
166 p = buffer + read_offset;
  /external/adhd/cras/src/common/
cras_file_wait.c 137 ssize_t read_offset; local
144 read_offset = 0;
160 } else while (rc == 0 && read_offset < read_rc) {
162 (file_wait->event_buf + read_offset);
163 read_offset += sizeof(*event) + event->len;
cras_shm.h 36 * read_offset - offset of the next sample to read (one per buffer).
53 uint32_t read_offset[CRAS_NUM_SHM_BUFFERS]; member in struct:cras_audio_shm_area
114 unsigned read_offset, write_offset; local
116 read_offset =
117 cras_shm_check_read_offset(shm, shm->area->read_offset[i]);
121 if (read_offset > write_offset)
124 return (write_offset - read_offset) / shm->config.frame_bytes;
178 unsigned read_offset, write_offset, final_offset; local
182 read_offset =
184 shm->area->read_offset[buf_idx])
213 unsigned read_offset, write_offset; local
240 unsigned read_offset, write_offset; local
    [all...]
  /external/perfetto/include/perfetto/protozero/
proto_decoder.h 68 inline size_t read_offset() const { function in class:protozero::ProtoDecoder
  /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/grpc-grpc/test/core/tsi/
transport_security_test_lib.cc 245 size_t read_offset = 0; local
261 read_offset = 0;
272 protector, read_buffer + read_offset, &processed_size, message_buffer,
279 read_offset += processed_size;
  /external/libchrome/mojo/core/
data_pipe_consumer_dispatcher.cc 37 uint32_t read_offset; member in struct:mojo::core::__anon27740::SerializedState
310 state->read_offset = read_offset_;
405 dispatcher->read_offset_ = state->read_offset;
  /external/pdfium/third_party/libtiff/
tif_read.c 171 uint64 read_offset; local
229 read_offset = td->td_stripoffset[strip]
232 if (!SeekOK(tif, read_offset)) {
    [all...]
tif_dirwrite.c 2671 uint64 read_offset; local
    [all...]
  /external/mesa3d/src/intel/compiler/
brw_fs_generator.cpp 1238 uint32_t read_offset = offset.ud; local
    [all...]
  /bionic/libc/kernel/uapi/drm/
etnaviv_drm.h 109 __u32 read_offset; member in struct:drm_etnaviv_gem_submit_pmr
  /external/kernel-headers/original/uapi/drm/
etnaviv_drm.h 169 __u32 read_offset; /* in, offset from read_bo */ member in struct:drm_etnaviv_gem_submit_pmr
  /external/libchrome/base/strings/
string_util.cc 832 // unsearched region of the string so long as |write_offset| <= |read_offset|;
836 // |write_offset| grows slower than |read_offset|.
839 // |read_offset|, but |expansion| is big enough so that |write_offset|
840 // will only catch up to |read_offset| at the point of the last match.
843 size_t read_offset = first_match + expansion; local
850 read_offset += find_length;
853 size_t match = std::min(matcher.Find(*str, read_offset), str_length);
855 size_t length = match - read_offset;
857 CharTraits::move(buffer + write_offset, buffer + read_offset, length);
859 read_offset += length
    [all...]
  /external/libdrm/etnaviv/
etnaviv_drm.h 169 __u32 read_offset; /* in, offset from read_bo */ member in struct:drm_etnaviv_gem_submit_pmr

Completed in 406 milliseconds