Home
last modified time | relevance | path

Searched refs:read_offset (Results 1 – 14 of 14) sorted by relevance

/external/piex/src/binary_parse/
Drange_checked_byte_ptr.h491 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_;
/external/llvm/test/Instrumentation/AddressSanitizer/
Dscale-offset.ll8 define i32 @read_offset(i32* %a) sanitize_address {
13 ; CHECK-OFFSET-LABEL: @read_offset
/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_compute.c374 uint16_t read_offset, per_thread_read_len, cross_thread_read_len; in compute_set_gen6_INTERFACE_DESCRIPTOR_DATA() local
381 read_offset = interface->curbe_read_offset / 32; in compute_set_gen6_INTERFACE_DESCRIPTOR_DATA()
395 read_offset << GEN6_IDRT_DW4_CURBE_READ_OFFSET__SHIFT; in compute_set_gen6_INTERFACE_DESCRIPTOR_DATA()
/external/libchrome/base/strings/
Dstring_util.cc750 size_t read_offset = offset + find_length; in DoReplaceSubstringsAfterOffset() local
752 str->find(find_this.data(), read_offset, find_this.size()), in DoReplaceSubstringsAfterOffset()
754 size_t length = offset - read_offset; in DoReplaceSubstringsAfterOffset()
756 memmove(&(*str)[write_offset], &(*str)[read_offset], in DoReplaceSubstringsAfterOffset()
791 size_t read_offset = current_match + find_length; in DoReplaceSubstringsAfterOffset() local
792 size_t length = prev_match - read_offset; in DoReplaceSubstringsAfterOffset()
795 memmove(&(*str)[write_offset], &(*str)[read_offset], in DoReplaceSubstringsAfterOffset()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_buffer_objects.c612 GLintptr read_offset, GLintptr write_offset, in brw_copy_buffer_subdata() argument
624 src_bo = intel_bufferobj_buffer(brw, intel_src, read_offset, size); in brw_copy_buffer_subdata()
628 src_bo, read_offset, size); in brw_copy_buffer_subdata()
Dbrw_fs_nir.cpp2182 fs_reg read_offset = bld.vgrf(BRW_REGISTER_TYPE_UD); in do_untyped_vector_read() local
2183 bld.MOV(read_offset, offset_reg); in do_untyped_vector_read()
2198 fs_reg read_result = emit_untyped_read(bld, surf_index, read_offset, in do_untyped_vector_read()
2215 bld.ADD(read_offset, read_offset, brw_imm_ud(16)); in do_untyped_vector_read()
Dbrw_fs_generator.cpp1143 uint32_t read_offset = offset.ud; in generate_uniform_pull_constant_load() local
1146 read_offset, surf_index); in generate_uniform_pull_constant_load()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_buffer_objects.c598 GLintptr read_offset, GLintptr write_offset, in intel_bufferobj_copy_subdata() argument
620 memmove(ptr + write_offset, ptr + read_offset, size); in intel_bufferobj_copy_subdata()
633 memcpy(dst_ptr + write_offset, src_ptr + read_offset, size); in intel_bufferobj_copy_subdata()
648 src_bo, read_offset + src_offset, size); in intel_bufferobj_copy_subdata()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format3.cc65 int32_t read_offset = in Loca() local
68 return read_offset; in Loca()
/external/libmojo/mojo/edk/system/
Ddata_pipe_consumer_dispatcher.cc39 uint32_t read_offset; member
342 state->read_offset = read_offset_; in EndSerialize()
420 dispatcher->read_offset_ = state->read_offset; in Deserialize()
/external/syslinux/gpxe/src/drivers/net/
Datl1e.c363 rx_page_desc->rx_page[j].read_offset = 0; in atl1e_init_ring_ptrs()
768 if (rx_page->read_offset >= write_offset) in atl1e_clean_rx_irq()
774 rx_page->read_offset); in atl1e_clean_rx_irq()
814 rx_page->read_offset += in atl1e_clean_rx_irq()
820 if (rx_page->read_offset >= rx_ring->page_size) { in atl1e_clean_rx_irq()
825 rx_page->read_offset = in atl1e_clean_rx_irq()
835 } while (rx_page->read_offset < write_offset); in atl1e_clean_rx_irq()
Datl1e.h187 u32 read_offset; /* the offset where we have read */ member
/external/pdfium/third_party/libtiff/
Dtif_read.c51 uint64 read_offset; in TIFFFillStripPartial() local
103 read_offset = td->td_stripoffset[strip] in TIFFFillStripPartial()
106 if (!SeekOK(tif, read_offset)) { in TIFFFillStripPartial()
Dtif_dirwrite.c2582 uint64 read_offset; in _TIFFRewriteField() local
2618 read_offset = tif->tif_diroff; in _TIFFRewriteField()
2631 read_offset += 2; in _TIFFRewriteField()
2644 read_offset += 8; in _TIFFRewriteField()
2666 read_offset += dirsize; in _TIFFRewriteField()
2791 entry_offset = read_offset + 8; in _TIFFRewriteField()
2799 entry_offset = read_offset + 12; in _TIFFRewriteField()
2887 if (!SeekOK(tif, read_offset )) { in _TIFFRewriteField()