Home
last modified time | relevance | path

Searched defs:byte_offset (Results 1 – 25 of 67) sorted by relevance

123

/external/libbrillo/brillo/
Dpointer_utils.h15 inline void* AdvancePointer(void* pointer, ssize_t byte_offset) { in AdvancePointer()
18 inline const void* AdvancePointer(const void* pointer, ssize_t byte_offset) { in AdvancePointer()
/external/mesa3d/src/freedreno/ir3/
Dir3_a4xx.c51 struct ir3_instruction *byte_offset) in byte_offset_to_address()
74 struct ir3_instruction *ldgb, *src0, *src1, *byte_offset, *offset; in emit_intrinsic_load_ssbo() local
101 struct ir3_instruction *stgb, *src0, *src1, *src2, *byte_offset, *offset; in emit_intrinsic_store_ssbo() local
135 struct ir3_instruction *byte_offset) in emit_atomic()
196 struct ir3_instruction *byte_offset = in emit_intrinsic_atomic_ssbo() local
/external/libgav1/src/utils/
Draw_bit_reader.cc52 const size_t byte_offset = DivideBy8(bit_offset_, false); in ReadBitImpl() local
102 size_t byte_offset = DivideBy8(bit_offset_, false); in ReadLittleEndian() local
127 const size_t byte_offset = DivideBy8(bit_offset_, false); in ReadUnsignedLeb128() local
Draw_bit_reader.h47 size_t byte_offset() const { return (bit_offset() + 7) >> 3; } in byte_offset() function
/external/e2fsprogs/ext2ed/
Dinodebitmap_com.c138 int byte_offset,j; in allocate_inode() local
150 int byte_offset,j; in deallocate_inode() local
Dblockbitmap_com.c178 int byte_offset,j; in allocate_block() local
193 int byte_offset,j; in deallocate_block() local
/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dinterlocked.hpp194 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER(dest, byte_offset) ((void*)BOOST_ATOMIC_INTER… argument
200 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER(dest, byte_offset) ((void*)BOOST_ATOMIC_INTER… argument
287 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER(dest, byte_offset) ((void*)BOOST_ATOMIC_INTER… argument
288 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER_RELAXED(dest, byte_offset) ((void*)BOOST_ATOM… argument
289 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER_ACQUIRE(dest, byte_offset) ((void*)BOOST_ATOM… argument
290 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER_RELEASE(dest, byte_offset) ((void*)BOOST_ATOM… argument
292 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER(dest, byte_offset) ((void*)BOOST_ATOMIC_INTER… argument
293 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER_RELAXED(dest, byte_offset) ((void*)BOOST_ATOM… argument
294 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER_ACQUIRE(dest, byte_offset) ((void*)BOOST_ATOM… argument
295 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER_RELEASE(dest, byte_offset) ((void*)BOOST_ATOM… argument
[all …]
/external/vixl/test/
Dtest-utils.cc51 void ExecuteMemory(byte* buffer, size_t size, int byte_offset) { in ExecuteMemory()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_stream_sequencer.cc52 const QuicStreamOffset byte_offset = frame.offset; in OnStreamFrame() local
76 void QuicStreamSequencer::OnFrameData(QuicStreamOffset byte_offset, in OnFrameData()
Dquic_control_frame_manager.cc80 QuicStreamId id, QuicStreamOffset byte_offset) { in WriteOrBufferWindowUpdate()
87 QuicStreamId id, QuicStreamOffset byte_offset) { in WriteOrBufferBlocked()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
Dtpu_executor_interface.h47 CreateTemporaryDeviceMemory(int64_t memory_space, int64_t byte_offset, in CreateTemporaryDeviceMemory()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dcontext_list_entry.h46 int64_t num_traced_bytes, size_t byte_offset) in ContextListEntry()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
Dquic_rst_stream_frame.h51 QuicStreamOffset byte_offset = 0; member
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dcontext_list_entry.h44 int64_t num_traced_bytes, size_t byte_offset, in ContextListEntry()
/external/libxaac/decoder/
Dixheaacd_common_initfuncs.c169 WORD32 byte_offset; in ixheaacd_read_bidirection() local
/external/rust/crates/serde_json/src/
Diter.rs43 pub fn byte_offset(&self) -> usize { in byte_offset() function
Dread.rs59 fn byte_offset(&self) -> usize; in byte_offset() method
320 fn byte_offset(&self) -> usize { in byte_offset() function
527 fn byte_offset(&self) -> usize { in byte_offset() method
654 fn byte_offset(&self) -> usize { in byte_offset() method
735 fn byte_offset(&self) -> usize { in byte_offset() function
/external/webrtc/modules/audio_coding/codecs/
Dlegacy_encoded_audio_frame.cc71 size_t byte_offset; in SplitBySamples() local
/external/webrtc/modules/audio_coding/codecs/ilbc/
Daudio_decoder_ilbc.cc88 size_t byte_offset; in ParsePayload() local
/external/mesa3d/src/intel/compiler/elk/
Delk_ir_vec4.h100 byte_offset(src_reg reg, unsigned bytes) in byte_offset() function
181 byte_offset(dst_reg reg, unsigned bytes) in byte_offset() function
/external/mesa3d/src/compiler/nir/
Dnir_lower_ubo_vec4.c90 nir_def *byte_offset = intr->src[1].ssa; in nir_lower_ubo_vec4_lower() local
/external/rust/crates/serde_cbor/src/
Dread.rs120 fn byte_offset(&self) -> usize; in byte_offset() method
271 fn byte_offset(&self) -> usize { in byte_offset() function
332 fn byte_offset(&self) -> usize { in byte_offset() method
520 fn byte_offset(&self) -> usize { in byte_offset() method
/external/webrtc/common_video/h264/
Dpps_parser_unittest.cc127 size_t byte_offset; in WritePps() local
/external/libwebm/common/
Dvp9_header_parser.cc119 const size_t byte_offset = off >> 3; in ReadBit() local
/external/webrtc/rtc_base/
Dbit_buffer.cc87 bool BitBufferWriter::Seek(size_t byte_offset, size_t bit_offset) { in Seek()

123