Home
last modified time | relevance | path

Searched defs:alignment (Results 1 - 25 of 666) sorted by relevance

12345678910>>...27

/kernel/liteos_a/compat/posix/src/
H A Dposix_memalign.c36 int posix_memalign(void **memAddr, size_t alignment, size_t size) in posix_memalign() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Daligned_memory.cpp23 void *AlignedAlloc(size_t size, size_t alignment) in AlignedAlloc() argument
47 << "size=" << size << ", alignment=" << alignment; in AlignedAlloc() local
[all...]
H A DPoolAlloc_unittest.cpp60 int alignment = GetParam(); in TEST_P() local
/kernel/linux/linux-5.10/drivers/clk/tegra/
H A Dclk-dfll.h33 struct rail_alignment alignment; member
/kernel/linux/linux-6.6/drivers/clk/tegra/
H A Dclk-dfll.h33 struct rail_alignment alignment; member
/third_party/libdrm/amdgpu/
H A Dhandle_table.c35 uint32_t alignment = sysconf(_SC_PAGESIZE) / sizeof(void*); in handle_table_insert() local
/third_party/libdrm/tests/radeon/
H A Drbo.h38 unsigned alignment; member
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-allocator-inl.h21 AllocateRaw(int object_size, AllocationAlignment alignment, AllocationOrigin origin) AllocateRaw() argument
37 AllocateInLab( int object_size, AllocationAlignment alignment, AllocationOrigin origin) AllocateInLab() argument
H A Dlocal-factory.cc46 AllocateRaw(int size, AllocationType allocation, AllocationAlignment alignment) AllocateRaw() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dallocation.cc44 Allocate( cppgc::AllocationHandle& handle, size_t size, AlignVal alignment, GCInfoIndex index) Allocate() argument
64 Allocate( cppgc::AllocationHandle& handle, size_t size, AlignVal alignment, GCInfoIndex index, CustomSpaceIndex space_index) Allocate() argument
H A Dvirtual-memory.cc13 VirtualMemory(PageAllocator* page_allocator, size_t size, size_t alignment, void* hint) VirtualMemory() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_binder.h43 uint32_t alignment; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkMemory.cpp22 void *allocateDeviceMemory(size_t bytes, size_t alignment) in allocateDeviceMemory() argument
38 void *allocateHostMemory(size_t bytes, size_t alignment, const VkAllocationCallbacks *pAllocator, VkSystemAllocationScope allocationScope) in allocateHostMemory() argument
/third_party/skia/third_party/externals/tint/src/utils/
H A Dmath.h30 inline T RoundUp(T alignment, T value) { in RoundUp() argument
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_allocator.h26 size_t alignment; member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_allocator.h26 size_t alignment; member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_allocator.h27 size_t alignment; member
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_allocator.h26 size_t alignment; member
/kernel/linux/linux-5.10/tools/testing/selftests/exec/
H A Dload_address.c11 unsigned long long alignment; member
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dcma.h35 cma_declare_contiguous(phys_addr_t base, phys_addr_t size, phys_addr_t limit, phys_addr_t alignment, unsigned int order_per_bit, bool fixed, const char *name, struct cma **res_cma) cma_declare_contiguous() argument
/kernel/linux/linux-6.6/include/linux/
H A Dcma.h39 cma_declare_contiguous(phys_addr_t base, phys_addr_t size, phys_addr_t limit, phys_addr_t alignment, unsigned int order_per_bit, bool fixed, const char *name, struct cma **res_cma) cma_declare_contiguous() argument
/kernel/linux/linux-6.6/tools/testing/selftests/exec/
H A Dload_address.c11 unsigned long long alignment; member
[all...]
/third_party/lame/libmp3lame/i386/
H A Dnasm.h212 ; %1 does not align if it LE bytes to next alignment variable
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_staging_mgr.c94 virgl_staging_alloc(struct virgl_staging_mgr *staging, unsigned size, unsigned alignment, unsigned *out_offset, struct virgl_hw_res **outbuf, void **ptr) virgl_staging_alloc() argument
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_bo.c72 pvr_bo_alloc(struct pvr_device *device, struct pvr_winsys_heap *heap, uint64_t size, uint64_t alignment, uint64_t flags, struct pvr_bo **const pvr_bo_out) pvr_bo_alloc() argument

Completed in 6 milliseconds

12345678910>>...27