Home
last modified time | relevance | path

Searched refs:aligned_alloc_size (Results 1 – 22 of 22) sorted by relevance

/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/secp256k1/src/
H A Dutil.h135 size_t aligned_alloc_size = ROUND_TO_ALIGN(alloc_size); in manual_alloc() local
142 …VERIFY_CHECK((unsigned char*)*prealloc_ptr - (unsigned char*)base + aligned_alloc_size <= max_size… in manual_alloc()
144 *((unsigned char**)prealloc_ptr) += aligned_alloc_size; in manual_alloc()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/secp256k1/src/
H A Dutil.h135 size_t aligned_alloc_size = ROUND_TO_ALIGN(alloc_size); in manual_alloc() local
142 …VERIFY_CHECK((unsigned char*)*prealloc_ptr - (unsigned char*)base + aligned_alloc_size <= max_size… in manual_alloc()
144 *((unsigned char**)prealloc_ptr) += aligned_alloc_size; in manual_alloc()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/secp256k1/src/
H A Dutil.h135 size_t aligned_alloc_size = ROUND_TO_ALIGN(alloc_size); in manual_alloc() local
142 …VERIFY_CHECK((unsigned char*)*prealloc_ptr - (unsigned char*)base + aligned_alloc_size <= max_size… in manual_alloc()
144 *((unsigned char**)prealloc_ptr) += aligned_alloc_size; in manual_alloc()
/dports/security/py-coincurve/coincurve-16.0.0/libsecp256k1/src/
H A Dutil.h135 size_t aligned_alloc_size = ROUND_TO_ALIGN(alloc_size); in manual_alloc() local
142 …VERIFY_CHECK((unsigned char*)*prealloc_ptr - (unsigned char*)base + aligned_alloc_size <= max_size… in manual_alloc()
144 *((unsigned char**)prealloc_ptr) += aligned_alloc_size; in manual_alloc()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/secp256k1/src/
H A Dutil.h135 size_t aligned_alloc_size = ROUND_TO_ALIGN(alloc_size); in manual_alloc() local
142 …VERIFY_CHECK((unsigned char*)*prealloc_ptr - (unsigned char*)base + aligned_alloc_size <= max_size… in manual_alloc()
144 *((unsigned char**)prealloc_ptr) += aligned_alloc_size; in manual_alloc()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/secp256k1-sys-0.4.1/depend/secp256k1/src/
H A Dutil.h119 size_t aligned_alloc_size = ROUND_TO_ALIGN(alloc_size); in manual_alloc() local
126 …VERIFY_CHECK((unsigned char*)*prealloc_ptr - (unsigned char*)base + aligned_alloc_size <= max_size… in manual_alloc()
128 *prealloc_ptr = (unsigned char*)*prealloc_ptr + aligned_alloc_size; in manual_alloc()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/secp256k1/src/
H A Dutil.h135 size_t aligned_alloc_size = ROUND_TO_ALIGN(alloc_size); in manual_alloc() local
142 …VERIFY_CHECK((unsigned char*)*prealloc_ptr - (unsigned char*)base + aligned_alloc_size <= max_size… in manual_alloc()
144 *prealloc_ptr = (unsigned char*)*prealloc_ptr + aligned_alloc_size; in manual_alloc()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/secp256k1/src/
H A Dutil.h135 size_t aligned_alloc_size = ROUND_TO_ALIGN(alloc_size); in test_exhaustive_addition()
142 …VERIFY_CHECK((unsigned char*)*prealloc_ptr - (unsigned char*)base + aligned_alloc_size <= max_size… in test_exhaustive_addition()
144 *prealloc_ptr = (unsigned char*)*prealloc_ptr + aligned_alloc_size; in test_exhaustive_addition()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/secp256k1/src/
H A Dutil.h135 size_t aligned_alloc_size = ROUND_TO_ALIGN(alloc_size); in manual_alloc() local
142 …VERIFY_CHECK((unsigned char*)*prealloc_ptr - (unsigned char*)base + aligned_alloc_size <= max_size… in manual_alloc()
144 *prealloc_ptr = (unsigned char*)*prealloc_ptr + aligned_alloc_size; in manual_alloc()
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Dsample.cpp61 std::size_t aligned_alloc_size = alloc_size; in alloc()
63 aligned_alloc_size += (kAlignment - alloc_size % kAlignment); in alloc()
65 DEBUG_ASSERT(aligned_alloc_size % kAlignment == 0); in alloc()
66 return static_cast<CSAMPLE*>(std::aligned_alloc(kAlignment, aligned_alloc_size)); in alloc()
/dports/lang/clover/mesa-21.3.6/src/intel/vulkan/
H A Danv_device.c3621 VkDeviceSize aligned_alloc_size = in anv_AllocateMemory() local
3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()
3635 if (mem_heap_used + aligned_alloc_size > mem_heap->size) in anv_AllocateMemory()
3766 if (mem->bo->size < aligned_alloc_size) { in anv_AllocateMemory()
3771 aligned_alloc_size, mem->bo->size); in anv_AllocateMemory()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/vulkan/
H A Danv_device.c3621 VkDeviceSize aligned_alloc_size = in anv_AllocateMemory() local
3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()
3635 if (mem_heap_used + aligned_alloc_size > mem_heap->size) in anv_AllocateMemory()
3766 if (mem->bo->size < aligned_alloc_size) { in anv_AllocateMemory()
3771 aligned_alloc_size, mem->bo->size); in anv_AllocateMemory()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/vulkan/
H A Danv_device.c3621 VkDeviceSize aligned_alloc_size = in anv_AllocateMemory() local
3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()
3635 if (mem_heap_used + aligned_alloc_size > mem_heap->size) in anv_AllocateMemory()
3766 if (mem->bo->size < aligned_alloc_size) { in anv_AllocateMemory()
3771 aligned_alloc_size, mem->bo->size); in anv_AllocateMemory()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/vulkan/
H A Danv_device.c3621 VkDeviceSize aligned_alloc_size = in anv_AllocateMemory() local
3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()
3635 if (mem_heap_used + aligned_alloc_size > mem_heap->size) in anv_AllocateMemory()
3766 if (mem->bo->size < aligned_alloc_size) { in anv_AllocateMemory()
3771 aligned_alloc_size, mem->bo->size); in anv_AllocateMemory()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/vulkan/
H A Danv_device.c3621 VkDeviceSize aligned_alloc_size = in anv_AllocateMemory() local
3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()
3635 if (mem_heap_used + aligned_alloc_size > mem_heap->size) in anv_AllocateMemory()
3766 if (mem->bo->size < aligned_alloc_size) { in anv_AllocateMemory()
3771 aligned_alloc_size, mem->bo->size); in anv_AllocateMemory()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/vulkan/
H A Danv_device.c3406 VkDeviceSize aligned_alloc_size = in anv_AllocateMemory() local
3409 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()
3420 if (mem_heap_used + aligned_alloc_size > mem_heap->size) in anv_AllocateMemory()
3560 if (mem->bo->size < aligned_alloc_size) { in anv_AllocateMemory()
3565 aligned_alloc_size, mem->bo->size); in anv_AllocateMemory()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/vulkan/
H A Danv_device.c3621 VkDeviceSize aligned_alloc_size = in anv_AllocateMemory() local
3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()
3635 if (mem_heap_used + aligned_alloc_size > mem_heap->size) in anv_AllocateMemory()
3766 if (mem->bo->size < aligned_alloc_size) { in anv_AllocateMemory()
3771 aligned_alloc_size, mem->bo->size); in anv_AllocateMemory()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/vulkan/
H A Danv_device.c3621 VkDeviceSize aligned_alloc_size = in anv_AllocateMemory() local
3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()
3635 if (mem_heap_used + aligned_alloc_size > mem_heap->size) in anv_AllocateMemory()
3766 if (mem->bo->size < aligned_alloc_size) { in anv_AllocateMemory()
3771 aligned_alloc_size, mem->bo->size); in anv_AllocateMemory()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/vulkan/
H A Danv_device.c3621 VkDeviceSize aligned_alloc_size = in anv_AllocateMemory() local
3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()
3635 if (mem_heap_used + aligned_alloc_size > mem_heap->size) in anv_AllocateMemory()
3766 if (mem->bo->size < aligned_alloc_size) { in anv_AllocateMemory()
3771 aligned_alloc_size, mem->bo->size); in anv_AllocateMemory()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/vulkan/
H A Danv_device.c3621 VkDeviceSize aligned_alloc_size = in anv_AllocateMemory() local
3624 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()
3635 if (mem_heap_used + aligned_alloc_size > mem_heap->size) in anv_AllocateMemory()
3766 if (mem->bo->size < aligned_alloc_size) { in anv_AllocateMemory()
3771 aligned_alloc_size, mem->bo->size); in anv_AllocateMemory()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/vulkan/
H A Danv_device.c3707 VkDeviceSize aligned_alloc_size = in anv_AllocateMemory() local
3710 if (aligned_alloc_size > MAX_MEMORY_ALLOCATION_SIZE) in anv_AllocateMemory()
3721 if (mem_heap_used + aligned_alloc_size > mem_heap->size) in anv_AllocateMemory()
3850 if (mem->bo->size < aligned_alloc_size) { in anv_AllocateMemory()
3855 aligned_alloc_size, mem->bo->size); in anv_AllocateMemory()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/imagination/vulkan/
H A Dpvr_device.c1194 VkDeviceSize aligned_alloc_size = in pvr_AllocateMemory() local
1215 if (aligned_alloc_size > mem->bo->size) { in pvr_AllocateMemory()