Home
last modified time | relevance | path

Searched refs:m_byte_offset (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dcio.c290 p_stream->m_byte_offset += (OPJ_OFF_T)p_size; in opj_stream_read_data()
299 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer; in opj_stream_read_data()
311 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer; in opj_stream_read_data()
342 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer; in opj_stream_read_data()
349 p_stream->m_byte_offset += (OPJ_OFF_T)p_size; in opj_stream_read_data()
371 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer; in opj_stream_read_data()
376 p_stream->m_byte_offset += (OPJ_OFF_T)p_stream->m_bytes_in_buffer; in opj_stream_read_data()
407 p_stream->m_byte_offset += (OPJ_OFF_T)p_size; in opj_stream_write_data()
423 p_stream->m_byte_offset += (OPJ_OFF_T)l_remaining_bytes; in opj_stream_write_data()
477 p_stream->m_byte_offset += l_skip_nb_bytes; in opj_stream_read_skip()
[all …]
Dcio.h151 OPJ_OFF_T m_byte_offset; member
/external/llvm-project/lldb/source/Core/
DValueObjectChild.cpp36 m_byte_size(byte_size), m_byte_offset(byte_offset), in ValueObjectChild()
173 m_byte_offset += overhang_bytes; in UpdateValue()
181 m_value.GetScalar() += m_byte_offset; in UpdateValue()
189 scalar.ExtractBitfield(8 * m_byte_size, 8 * m_byte_offset); in UpdateValue()
/external/llvm-project/lldb/include/lldb/Core/
DValueObjectChild.h35 lldb::offset_t GetByteOffset() override { return m_byte_offset; } in GetByteOffset()
67 int32_t m_byte_offset; variable