/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libjpeg-turbo/simd/arm/ |
D | align.h | 23 #define ALIGN(alignment) __declspec(align(alignment)) argument 25 #define ALIGN(alignment) __attribute__((aligned(alignment))) argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libjpeg-turbo/simd/arm/ |
D | align.h | 23 #define ALIGN(alignment) __declspec(align(alignment)) argument 25 #define ALIGN(alignment) __attribute__((aligned(alignment))) argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/include/boost/align/detail/ |
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_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_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_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()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/include/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()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | BufferManager.cpp | 89 uint32_t alignment) { in can_fit() 96 uint32_t alignment = 4; in starting_alignment() local 114 ScratchBuffer::ScratchBuffer(uint32_t size, uint32_t alignment, in ScratchBuffer() 235 size_t alignment) { in getSsboWriter()
|
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_bo.c | 149 uint64_t alignment, in pvr_srv_winsys_buffer_create() 354 uint64_t alignment, in pvr_srv_heap_alloc_carveout() 420 uint64_t alignment, in pvr_srv_winsys_heap_alloc()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/ |
H A D | Allocator.cpp | 33 void *Allocator::allocate(size_t size, size_t alignment) in allocate() 44 std::unique_ptr<IMemoryRegion> Allocator::make_region(size_t size, size_t alignment) in make_region()
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/ |
H A D | AlignmentUtils.java | 34 public static int alignOffset(int offset, int alignment) { in alignOffset() 40 public static boolean isAligned(int offset, int alignment) { in isAligned()
|
/aosp_15_r20/system/tools/aidl/ |
D | generate_rust.cpp | 1082 auto alignment = cpp::AlignmentOf(var_type, typenames); in GenerateParcelBody() local 1102 auto alignment = cpp::AlignmentOf(var_type, typenames); in GenerateParcelBody() local 1158 auto alignment = cpp::AlignmentOf(var_type, typenames); in GenerateParcelDefault() local 1251 auto alignment = cpp::AlignmentOfDefinedType(*parcel, typenames); in GenerateParcelBody() local 1483 auto alignment = cpp::AlignmentOf(aidl_backing_type, typenames); in GenerateRustEnumDeclaration() local
|
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
H A D | AlignmentRules.java | 35 public static AlignmentRule constant(int alignment) { in constant() 49 public static AlignmentRule constantForSuffix(@Nonnull String suffix, int alignment) { in constantForSuffix()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/ |
H A D | CLBufferAllocator.cpp | 35 void *CLBufferAllocator::allocate(size_t size, size_t alignment) in allocate() 48 std::unique_ptr<IMemoryRegion> CLBufferAllocator::make_region(size_t size, size_t alignment) in make_region()
|
/aosp_15_r20/external/webrtc/rtc_base/memory/ |
H A D | aligned_malloc.h | 40 T* GetRightAlign(const T* ptr, size_t alignment) { in GetRightAlign() 45 T* AlignedMalloc(size_t size, size_t alignment) { in AlignedMalloc()
|
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/ |
H A D | BCJOptions.java | 13 private final int alignment; field in BCJOptions 16 BCJOptions(int alignment) { in BCJOptions()
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/ |
H A D | DefaultAllocator.hpp | 22 void* allocate(size_t size, size_t alignment = 0) override in allocate() 38 void* GetMemoryRegionAtOffset(void* buffer, size_t offset, size_t alignment = 0) override in GetMemoryRegionAtOffset()
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | malloc_common.cpp | 160 extern "C" void* memalign(size_t alignment, size_t bytes) { in memalign() 172 extern "C" int posix_memalign(void** memptr, size_t alignment, size_t size) { in posix_memalign() 186 extern "C" void* aligned_alloc(size_t alignment, size_t size) { in aligned_alloc()
|