Home
last modified time | relevance | path

Searched defs:buffer_slice (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dalias_analysis.cc37 BufferAllocation::Slice buffer_slice; in AddAliasingInformationToIrArray() local
106 const BufferAllocation::Slice& buffer_slice, llvm::MDNode* domain) { in GetAliasScopeMetadataForBuffer()
121 const BufferAllocation::Slice& buffer_slice, llvm::MDNode* domain, in GetNoaliasMetadataForBuffer()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.h41 BufferAllocation::Slice buffer_slice; member
H A Dir_emitter_unnested.cc3040 const BufferAllocation::Slice& buffer_slice = slice.buffer_slice; in BuildKernelThunkImpl() local
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/
H A Dshm_vios.rs435 let buffer_slice = self.tx.buffer_at(dst_offset, size)?; in inject_audio_data() localVariable
468 let buffer_slice = self.rx.buffer_at(src_offset, recv_size)?; in request_audio_data() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/engine/
Dmod.rs321 let buffer_slice = &mut buffer.as_mut_slice()[starting_output_len..]; in decode_vec() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/base64-0.13.1/src/
H A Ddecode.rs162 let buffer_slice = &mut buffer.as_mut_slice()[starting_output_len..]; in decode_config_buf() localVariable
/aosp_15_r20/external/python/cpython2/Objects/
Dbufferobject.c485 buffer_slice(PyBufferObject *self, Py_ssize_t left, Py_ssize_t right) in buffer_slice() function
/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/
H A Dmod.rs1344 let buffer_slice = std::slice::from_raw_parts_mut( in get_buffer() localVariable