/external/libbrillo/brillo/ |
D | pointer_utils.h | 15 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/ |
D | ir3_a4xx.c | 33 struct ir3_instruction *byte_offset) in byte_offset_to_address() 56 struct ir3_instruction *ldgb, *src0, *src1, *byte_offset, *offset; in emit_intrinsic_load_ssbo() local 83 struct ir3_instruction *stgb, *src0, *src1, *src2, *byte_offset, *offset; in emit_intrinsic_store_ssbo() local 114 struct ir3_instruction *byte_offset) in emit_atomic() 175 struct ir3_instruction *byte_offset = in emit_intrinsic_atomic_ssbo() local
|
/external/libgav1/src/utils/ |
D | raw_bit_reader.cc | 52 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
|
D | raw_bit_reader.h | 47 size_t byte_offset() const { return (bit_offset() + 7) >> 3; } in byte_offset() function
|
/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/ |
D | epilogue_predicated_tile_iterator.h | 340 void load_with_byte_offset(Fragment& frag, int64_t byte_offset) const { in load_with_byte_offset() 413 void store_with_byte_offset(Fragment const& frag, int64_t byte_offset) const { in store_with_byte_offset() 498 int64_t byte_offset, in downsample_load_with_byte_offset() 534 int64_t byte_offset = in downsample_load_with_byte_offset() local 573 int64_t byte_offset, in upsample_load_with_byte_offset() 616 int64_t byte_offset = in upsample_load_with_byte_offset() local
|
D | predicated_tile_iterator_residual_last.h | 372 void load_with_byte_offset(Fragment& frag, LongIndex byte_offset) { in load_with_byte_offset() 416 void store_with_byte_offset(Fragment const& frag, LongIndex byte_offset) { in store_with_byte_offset() 652 void load_with_byte_offset(Fragment& frag, LongIndex byte_offset) { in load_with_byte_offset() 670 void store_with_byte_offset(Fragment const& frag, LongIndex byte_offset) { in store_with_byte_offset() 882 void load_with_byte_offset(Fragment& frag, LongIndex byte_offset) { in load_with_byte_offset() 900 void store_with_byte_offset(Fragment const& frag, LongIndex byte_offset) { in store_with_byte_offset() 1124 void load_with_byte_offset(Fragment& frag, LongIndex byte_offset) { in load_with_byte_offset() 1168 void store_with_byte_offset(Fragment const& frag, LongIndex byte_offset) { in store_with_byte_offset() 1399 void load_with_byte_offset(Fragment& frag, LongIndex byte_offset) { in load_with_byte_offset() 1417 void store_with_byte_offset(Fragment const& frag, LongIndex byte_offset) { in store_with_byte_offset() [all …]
|
/external/e2fsprogs/ext2ed/ |
D | inodebitmap_com.c | 138 int byte_offset,j; in allocate_inode() local 150 int byte_offset,j; in deallocate_inode() local
|
D | blockbitmap_com.c | 178 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/ |
D | interlocked.hpp | 194 #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/ |
D | test-utils.cc | 51 void ExecuteMemory(byte* buffer, size_t size, int byte_offset) { in ExecuteMemory()
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/ |
D | tpu_executor_interface.h | 47 CreateTemporaryDeviceMemory(int64_t memory_space, int64_t byte_offset, in CreateTemporaryDeviceMemory()
|
/external/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/ |
D | _region.py | 23 byte_offset: int = dataclasses.field( variable in Region
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_stream_sequencer.cc | 53 const QuicStreamOffset byte_offset = frame.offset; in OnStreamFrame() local 81 void QuicStreamSequencer::OnFrameData(QuicStreamOffset byte_offset, in OnFrameData()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_stream_sequencer.cc | 53 const QuicStreamOffset byte_offset = frame.offset; in OnStreamFrame() local 81 void QuicStreamSequencer::OnFrameData(QuicStreamOffset byte_offset, in OnFrameData()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/frames/ |
D | quic_rst_stream_frame.h | 51 QuicStreamOffset byte_offset = 0; member
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | context_list_entry.h | 46 int64_t num_traced_bytes, size_t byte_offset) in ContextListEntry()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/frames/ |
D | quic_rst_stream_frame.h | 51 QuicStreamOffset byte_offset = 0; member
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | context_list_entry.h | 44 int64_t num_traced_bytes, size_t byte_offset, in ContextListEntry()
|
/external/libxaac/decoder/ |
D | ixheaacd_common_initfuncs.c | 169 WORD32 byte_offset; in ixheaacd_read_bidirection() local
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.3/src/ |
D | iter.rs | 43 pub fn byte_offset(&self) -> usize { in byte_offset() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/src/ |
D | iter.rs | 43 pub fn byte_offset(&self) -> usize { in byte_offset() function
|
/external/rust/android-crates-io/crates/serde_json/src/ |
D | iter.rs | 43 pub fn byte_offset(&self) -> usize { in byte_offset() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/src/ |
D | iter.rs | 43 pub fn byte_offset(&self) -> usize { in byte_offset() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.3/src/ |
D | iter.rs | 43 pub fn byte_offset(&self) -> usize { in byte_offset() function
|
/external/webrtc/modules/audio_coding/codecs/ |
D | legacy_encoded_audio_frame.cc | 71 size_t byte_offset; in SplitBySamples() local
|