| /third_party/boost/boost/align/detail/ |
| D | is_aligned.hpp | 15 namespace alignment { namespace 18 is_aligned(const volatile void* ptr, std::size_t alignment) BOOST_NOEXCEPT in is_aligned() 25 is_aligned(std::size_t alignment, const volatile void* ptr) BOOST_NOEXCEPT in is_aligned()
|
| D | align_up.hpp | 15 namespace alignment { namespace 18 align_up(void* ptr, std::size_t alignment) BOOST_NOEXCEPT in align_up()
|
| D | align_down.hpp | 15 namespace alignment { namespace 18 align_down(void* ptr, std::size_t alignment) BOOST_NOEXCEPT in align_down()
|
| D | aligned_alloc_mingw.hpp | 16 namespace alignment { namespace 19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc()
|
| D | aligned_alloc_sunos.hpp | 16 namespace alignment { namespace 19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc()
|
| D | aligned_alloc_android.hpp | 16 namespace alignment { namespace 19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc()
|
| D | aligned_alloc_msvc.hpp | 16 namespace alignment { namespace 19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc()
|
| D | aligned_alloc_posix.hpp | 16 namespace alignment { namespace 19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc()
|
| D | aligned_alloc_macos.hpp | 16 namespace alignment { namespace 19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc()
|
| D | align.hpp | 15 namespace alignment { namespace 18 align(std::size_t alignment, std::size_t size, void*& ptr, in align()
|
| /third_party/flutter/skia/src/sksl/ |
| D | SkSLMemoryLayout.h | 47 size_t alignment(const Type& type) const { in alignment() function 62 size_t alignment = this->alignment(*f.fType); in alignment() local 118 size_t alignment = this->alignment(*f.fType); in size() local 125 size_t alignment = this->alignment(type); in size() local
|
| /third_party/skia/src/sksl/ |
| D | SkSLMemoryLayout.h | 49 size_t alignment(const Type& type) const { in alignment() function 64 size_t alignment = this->alignment(*f.fType); in alignment() local 125 size_t alignment = this->alignment(*f.fType); in size() local 132 size_t alignment = this->alignment(type); in size() local
|
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
| D | align.h | 23 #define ALIGN(alignment) __declspec(align(alignment)) argument 25 #define ALIGN(alignment) __attribute__((aligned(alignment))) argument
|
| /third_party/flutter/skia/third_party/externals/dawn/src/common/ |
| D | Math.cpp | 55 bool IsPtrAligned(const void* ptr, size_t alignment) { in IsPtrAligned() 61 void* AlignVoidPtr(void* ptr, size_t alignment) { in AlignVoidPtr() 68 bool IsAligned(uint32_t value, size_t alignment) { in IsAligned() 76 uint32_t Align(uint32_t value, size_t alignment) { in Align()
|
| D | Math.h | 36 T* AlignPtr(T* ptr, size_t alignment) { in AlignPtr() 41 const T* AlignPtr(const T* ptr, size_t alignment) { in AlignPtr()
|
| /third_party/boost/boost/align/ |
| D | is_aligned.hpp | 16 namespace alignment { namespace 20 is_aligned(T value, std::size_t alignment) BOOST_NOEXCEPT in is_aligned()
|
| D | align_down.hpp | 15 namespace alignment { namespace 19 align_down(T value, std::size_t alignment) BOOST_NOEXCEPT in align_down()
|
| D | align_up.hpp | 15 namespace alignment { namespace 19 align_up(T value, std::size_t alignment) BOOST_NOEXCEPT in align_up()
|
| /third_party/boost/boost/atomic/detail/ |
| D | storage_traits.hpp | 77 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 16u; member 86 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 1u; member 95 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 2u; member 104 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 4u; member 113 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 8u; member 124 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 16u; member 169 static BOOST_CONSTEXPR_OR_CONST std::size_t alignment = 16u; member
|
| /third_party/boost/boost/gil/ |
| D | image.hpp | 61 explicit image(std::size_t alignment=0, in image() 67 std::size_t alignment=0, in image() 75 std::size_t alignment=0, in image() 84 std::size_t alignment = 0, in image() 93 std::size_t alignment = 0, in image() 239 void recreate(const point_t& dims, std::size_t alignment = 0) in recreate() 259 void recreate(x_coord_t width, y_coord_t height, std::size_t alignment = 0) in recreate() 264 void recreate(const point_t& dims, const Pixel& p_in, std::size_t alignment = 0) in recreate() 284 void recreate( x_coord_t width, y_coord_t height, const Pixel& p_in, std::size_t alignment = 0 ) in recreate() 290 void recreate(const point_t& dims, std::size_t alignment, const Alloc alloc_in) in recreate() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| D | Memory.cpp | 76 static void *allocate(size_t bytes, size_t alignment, bool clearToZero) in allocate() 102 void *allocateUninitialized(size_t bytes, size_t alignment) in allocateUninitialized() 107 void *allocateZero(size_t bytes, size_t alignment) in allocateZero() 114 void *allocateZeroOrPoison(size_t bytes, size_t alignment) in allocateZeroOrPoison()
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| D | Math.h | 56 T Align(T value, size_t alignment) { in Align() 65 DAWN_FORCE_INLINE T* AlignPtr(T* ptr, size_t alignment) { in AlignPtr() 73 DAWN_FORCE_INLINE const T* AlignPtr(const T* ptr, size_t alignment) { in AlignPtr()
|
| /third_party/mesa3d/src/util/ |
| D | os_memory_aligned.h | 54 os_malloc_aligned(size_t size, size_t alignment) in os_malloc_aligned() 71 os_malloc_aligned(size_t size, size_t alignment) in os_malloc_aligned() 118 os_realloc_aligned(void *ptr, size_t oldsize, size_t newsize, size_t alignment) in os_realloc_aligned()
|
| /third_party/boost/libs/container/test/ |
| D | memory_resource_logger.hpp | 26 std::size_t alignment; member 40 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) in do_allocate() 54 virtual void do_deallocate(void* p, std::size_t bytes, std::size_t alignment) in do_deallocate()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkAllocationCallbackUtil.cpp | 37 static VKAPI_ATTR void* VKAPI_CALL systemAllocate (void*, size_t size, size_t alignment, VkSystemAl… in systemAllocate() 50 …* VKAPI_CALL systemReallocate (void*, void* pOriginal, size_t size, size_t alignment, VkSystemAllo… in systemReallocate() 80 … void* VKAPI_CALL allocationCallback (void* pUserData, size_t size, size_t alignment, VkSystemAllo… in allocationCallback() 85 …eallocationCallback (void* pUserData, void* pOriginal, size_t size, size_t alignment, VkSystemAllo… in reallocationCallback() 130 AllocationCallbackRecord AllocationCallbackRecord::allocation (size_t size, size_t alignment, VkSys… in allocation() 143 …llocationCallbackRecord::reallocation (void* original, size_t size, size_t alignment, VkSystemAllo… in reallocation() 202 void* ChainedAllocator::allocate (size_t size, size_t alignment, VkSystemAllocationScope allocation… in allocate() 207 void* ChainedAllocator::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocati… in reallocate() 239 void* AllocationCallbackRecorder::allocate (size_t size, size_t alignment, VkSystemAllocationScope … in allocate() 248 void* AllocationCallbackRecorder::reallocate (void* original, size_t size, size_t alignment, VkSyst… in reallocate() [all …]
|