Searched refs:memory_offset (Results 1 – 10 of 10) sorted by relevance
/external/crosvm/devices/src/virtio/gpu/ |
D | udmabuf.rs | 91 fn memory_offset(mem: &GuestMemory, guest_addr: GuestAddress, len: u64) -> UdmabufResult<u64> { in memory_offset() function 140 let offset = memory_offset(mem, addr, len as u64)?; in create_udmabuf() 196 assert_eq!(memory_offset(&mem, GuestAddress(0x300), 1).unwrap(), 0x200); in test_memory_offsets() 198 memory_offset(&mem, GuestAddress(0x1200), 1).unwrap(), in test_memory_offsets() 202 memory_offset(&mem, GuestAddress(0x1100), 0x1000).unwrap(), in test_memory_offsets() 205 assert!(memory_offset(&mem, GuestAddress(0x1100), 0x1001).is_err()); in test_memory_offsets()
|
/external/google-breakpad/src/processor/ |
D | exploitability_win.cc | 207 uint32_t memory_offset = in CheckPlatformExploitability() local 210 instruction_region->GetSize() - memory_offset; in CheckPlatformExploitability() 215 instruction_region->GetMemory() + memory_offset; in CheckPlatformExploitability()
|
/external/kernel-headers/original/uapi/linux/ |
D | nitro_enclaves.h | 304 __u64 memory_offset; member
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.h | 167 size_t memory_offset,
|
D | nnapi_delegate_test.cc | 450 size_t memory_offset, size_t byte_size, in TEST() 455 memory_offset + byte_size > memory_context->byte_size) { in TEST() 460 reinterpret_cast<uint8_t*>(memory_context->memory_data) + memory_offset, in TEST()
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | memory-operands.mir | 55 define void @memory_offset(<8 x float>* %vec) { 284 name: memory_offset 291 ; CHECK: name: memory_offset
|
/external/llvm-project/llvm/test/CodeGen/MIR/X86/ |
D | memory-operands.mir | 55 define void @memory_offset(<8 x float>* %vec) { 286 name: memory_offset 293 ; CHECK: name: memory_offset
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 951 uint32_t memory_offset) in anv_image_bind_memory_plane() argument 962 .offset = memory_offset, in anv_image_bind_memory_plane()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 838 void SetMemBinding(VkDeviceMemory mem, BINDABLE* mem_binding, VkDeviceSize memory_offset,
|
D | core_validation.cpp | 536 …nStateTracker::SetMemBinding(VkDeviceMemory mem, BINDABLE *mem_binding, VkDeviceSize memory_offset, in SetMemBinding() argument 541 mem_binding->binding.offset = memory_offset; in SetMemBinding()
|