Home
last modified time | relevance | path

Searched defs:alignBytes (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/framework/delibs/debase/
H A DdeMemory.c140 void *deAlignedMalloc(size_t numBytes, size_t alignBytes) in deAlignedMalloc()
187 void *deAlignedRealloc(void *ptr, size_t numBytes, size_t alignBytes) in deAlignedRealloc()
/aosp_15_r20/external/deqp/framework/delibs/depool/
H A DdeMemPool.c429 DE_INLINE void *deMemPool_allocInternal(deMemPool *pool, size_t numBytes, uint32_t alignBytes) in deMemPool_allocInternal()
521 void *deMemPool_alignedAlloc(deMemPool *pool, size_t numBytes, uint32_t alignBytes) in deMemPool_alignedAlloc()
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeMemPool.hpp108 inline void *MemPool::alignedAlloc(uintptr_t numBytes, uint32_t alignBytes) in alignedAlloc()
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_cwksp.h262 MEM_STATIC size_t ZSTD_cwksp_bytes_to_align_ptr(void* ptr, const size_t alignBytes) { in ZSTD_cwksp_bytes_to_align_ptr()
/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/
H A DGmmGen9ResourceULT.cpp1711 #define ULT_ALIGNED_MALLOC(Size, alignBytes) _aligned_malloc(Size, alignBytes) in TEST_F() argument