/external/crosvm/x86_64/src/ |
D | interrupts.rs | 44 const fn lapic_byte_offset_to_register(offset_bytes: usize) -> usize { in lapic_byte_offset_to_register() 46 offset_bytes / 16 in lapic_byte_offset_to_register()
|
/external/pigweed/pw_kvs/ |
D | entry.cc | 145 size_t offset_bytes) const { in ReadValue() 146 if (offset_bytes > value_size()) { in ReadValue() 150 const size_t remaining_bytes = value_size() - offset_bytes; in ReadValue() 154 address_ + sizeof(EntryHeader) + key_length() + offset_bytes, in ReadValue()
|
D | key_value_store.cc | 405 size_t offset_bytes) const { in Get() 411 return Get(key, metadata, value_buffer, offset_bytes); in Get() 540 size_t offset_bytes) const { in Get() 545 StatusWithSize result = entry.ReadValue(value_buffer, offset_bytes); in Get() 546 if (result.ok() && options_.verify_on_read && offset_bytes == 0u) { in Get()
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.cc | 42 uint64 offset_bytes, in GetSubBuffer() argument 44 return parent + offset_bytes; in GetSubBuffer()
|
D | executor.h | 71 void *GetSubBuffer(DeviceMemoryBase *parent, uint64 offset_bytes,
|
/external/pigweed/pw_kvs/public/pw_kvs/ |
D | key_value_store.h | 121 size_t offset_bytes = 0) const; 227 size_t offset_bytes = 0) const { 228 return kvs_.Get(key(), *iterator_, value_buffer, offset_bytes); 411 size_t offset_bytes) const;
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp9.cc | 443 size_t offset_bytes = 0; in WriteHeader() local 445 writer.GetCurrentOffset(&offset_bytes, &offset_bits); in WriteHeader() 447 RTC_DCHECK_EQ(offset_bytes, buffer.size()); in WriteHeader()
|
/external/libdrm/freedreno/msm/ |
D | msm_ringbuffer.c | 389 submit_offset = offset_bytes(last_start, ring->start); in finalize_current_cmd() 390 size = offset_bytes(ring->cur, last_start); in finalize_current_cmd() 575 reloc->submit_offset = offset_bytes(ring->cur, ring->start) + in msm_ringbuffer_emit_reloc() 601 reloc_hi->submit_offset = offset_bytes(ring->cur, ring->start) + in msm_ringbuffer_emit_reloc() 640 size = offset_bytes(target->cur, target->start); in msm_ringbuffer_emit_reloc_ring()
|
/external/mesa3d/src/freedreno/drm/ |
D | msm_ringbuffer.c | 333 cmds[i].size = offset_bytes(ring->cur, ring->start); in msm_submit_flush() 472 msm_ring->u.cmds[idx]->size = offset_bytes(ring->cur, ring->start); in finalize_current_cmd() 532 r->submit_offset = offset_bytes(ring->cur, ring->start) + in msm_ringbuffer_emit_reloc() 545 r->submit_offset = offset_bytes(ring->cur, ring->start) + in msm_ringbuffer_emit_reloc() 585 size = offset_bytes(target->cur, target->start); in msm_ringbuffer_emit_reloc_ring()
|
D | freedreno_ringbuffer.h | 209 offset_bytes(void *end, void *start) in offset_bytes() function 222 return offset_bytes(ring->cur, ring->start); in fd_ringbuffer_size()
|
D | msm_ringbuffer_sp.c | 358 msm_ring->u.cmds[idx].size = offset_bytes(ring->cur, ring->start); in finalize_current_cmd() 448 size = offset_bytes(target->cur, target->start); in msm_ringbuffer_sp_emit_reloc_ring()
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.cc | 78 void *HostExecutor::GetSubBuffer(DeviceMemoryBase *parent, uint64 offset_bytes, in GetSubBuffer() argument 80 return reinterpret_cast<char *>(parent->opaque()) + offset_bytes; in GetSubBuffer()
|
D | host_gpu_executor.h | 64 void *GetSubBuffer(DeviceMemoryBase *parent, uint64 offset_bytes,
|
/external/libdrm/freedreno/ |
D | freedreno_ringbuffer.c | 180 return offset_bytes(ring->cur, ring->start); in fd_ringbuffer_size()
|
D | freedreno_priv.h | 200 offset_bytes(void *end, void *start) in offset_bytes() function
|
/external/pigweed/pw_kvs/public/pw_kvs/internal/ |
D | entry.h | 123 size_t offset_bytes = 0) const;
|
/external/libdrm/freedreno/kgsl/ |
D | kgsl_ringbuffer.c | 183 return offset_bytes(target->cur, target->start); in kgsl_ringbuffer_emit_reloc_ring()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_surface_state.c | 728 uint32_t offset_bytes = 4 * offset_dwords; in brw_update_sol_surface() local 730 offset_bytes, in brw_update_sol_surface() 731 buffer_obj->Size - offset_bytes, in brw_update_sol_surface() 786 *out_offset + 4, bo, offset_bytes, RELOC_WRITE); in brw_update_sol_surface()
|
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | gpu_executor.h | 91 void* GetSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes,
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_gpu_executor.cc | 430 void* GpuExecutor::GetSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes, in GetSubBuffer() argument 433 return reinterpret_cast<char*>(mem->opaque()) + offset_bytes; in GetSubBuffer()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_gpu_executor.cc | 522 void* GpuExecutor::GetSubBuffer(DeviceMemoryBase* mem, uint64 offset_bytes, in GetSubBuffer() argument 525 return reinterpret_cast<char*>(mem->opaque()) + offset_bytes; in GetSubBuffer()
|