Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
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()
/external/deqp/framework/delibs/decpp/
DdeMemPool.hpp108 inline void *MemPool::alignedAlloc(uintptr_t numBytes, uint32_t alignBytes) in alignedAlloc()
/external/deqp/framework/delibs/depool/
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()
/external/zstd/lib/compress/
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()