Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/
H A Dpredicated_tile_iterator_residual_last.h372 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 …]
H A Depilogue_predicated_tile_iterator.h340 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
/aosp_15_r20/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 …]
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_a4xx.c33 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
117 struct ir3_instruction *byte_offset) in emit_atomic()
178 struct ir3_instruction *byte_offset = in emit_intrinsic_atomic_ssbo() local
/aosp_15_r20/external/libgav1/src/utils/
H A 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
H A Draw_bit_reader.h47 size_t byte_offset() const { return (bit_offset() + 7) >> 3; } in byte_offset() function
/aosp_15_r20/external/libbrillo/brillo/
H A 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()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Dread.rs61 fn byte_offset(&self) -> usize; in byte_offset() method
322 fn byte_offset(&self) -> usize { in byte_offset() function
529 fn byte_offset(&self) -> usize { in byte_offset() method
656 fn byte_offset(&self) -> usize { in byte_offset() method
737 fn byte_offset(&self) -> usize { in byte_offset() function
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/
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
/aosp_15_r20/external/e2fsprogs/ext2ed/
H A Dinodebitmap_com.c138 int byte_offset,j; in allocate_inode() local
150 int byte_offset,j; in deallocate_inode() local
H A Dblockbitmap_com.c178 int byte_offset,j; in allocate_block() local
193 int byte_offset,j; in deallocate_block() local
/aosp_15_r20/system/update_engine/payload_generator/
H A Dblock_mapping.cc48 BlockMapping::BlockId BlockMapping::AddDiskBlock(int fd, off_t byte_offset) { in AddDiskBlock()
73 off_t byte_offset, in AddBlock()
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream_sequencer.cc52 const QuicStreamOffset byte_offset = frame.offset; in OnStreamFrame() local
76 void QuicStreamSequencer::OnFrameData(QuicStreamOffset byte_offset, in OnFrameData()
H A Dquic_control_frame_manager.cc80 QuicStreamId id, QuicStreamOffset byte_offset) { in WriteOrBufferWindowUpdate()
87 QuicStreamId id, QuicStreamOffset byte_offset) { in WriteOrBufferBlocked()
/aosp_15_r20/frameworks/base/tests/FsVerityTest/block_device_writer/
H A Dblock_device_writer.cpp56 uint64_t byte_offset; member
96 int64_t get_physical_offset(const char* file_name, uint64_t byte_offset) { in get_physical_offset()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A 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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Dread.rs61 fn byte_offset(&self) -> usize; in byte_offset() method
501 fn byte_offset(&self) -> usize { in byte_offset() function
758 fn byte_offset(&self) -> usize { in byte_offset() method
902 fn byte_offset(&self) -> usize { in byte_offset() method
979 fn byte_offset(&self) -> usize { in byte_offset() function
/aosp_15_r20/external/coreboot/src/acpi/
H A Dacpigen.c2399 static void _create_field(uint8_t aml_op, uint8_t srcop, size_t byte_offset, const char *name) in _create_field()
2407 void acpigen_write_create_byte_field(uint8_t op, size_t byte_offset, const char *name) in acpigen_write_create_byte_field()
2412 void acpigen_write_create_word_field(uint8_t op, size_t byte_offset, const char *name) in acpigen_write_create_word_field()
2417 void acpigen_write_create_dword_field(uint8_t op, size_t byte_offset, const char *name) in acpigen_write_create_dword_field()
2422 void acpigen_write_create_qword_field(uint8_t op, size_t byte_offset, const char *name) in acpigen_write_create_qword_field()
/aosp_15_r20/external/vixl/test/
H A Dtest-utils.cc51 void ExecuteMemory(byte* buffer, size_t size, int byte_offset) { in ExecuteMemory()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_executor_interface.h47 CreateTemporaryDeviceMemory(int64_t memory_space, int64_t byte_offset, in CreateTemporaryDeviceMemory()
/aosp_15_r20/external/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/
H A D_region.py23 byte_offset: int = dataclasses.field( variable in Region
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_rst_stream_frame.h51 QuicStreamOffset byte_offset = 0; member
/aosp_15_r20/external/rust/android-crates-io/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()
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/dec/src/
H A Damrdecode.cpp403 Word16 byte_offset = -1; in AMRDecode() local

12345678