Home
last modified time | relevance | path

Searched defs:alignment (Results 1 – 25 of 666) sorted by relevance

12345678910>>...27

/external/libcxxabi/src/
Dstdlib_new_delete.cpp141 operator new(std::size_t size, std::align_val_t alignment) _THROW_BAD_ALLOC in operator new()
173 operator new(size_t size, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator new()
192 operator new[](size_t size, std::align_val_t alignment) _THROW_BAD_ALLOC in operator new[]()
199 operator new[](size_t size, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator new[]()
230 operator delete(void* ptr, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator delete()
237 operator delete(void* ptr, size_t, std::align_val_t alignment) _NOEXCEPT in operator delete()
244 operator delete[] (void* ptr, std::align_val_t alignment) _NOEXCEPT in operator delete[]()
251 operator delete[] (void* ptr, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
258 operator delete[] (void* ptr, size_t, std::align_val_t alignment) _NOEXCEPT in operator delete[]()
/external/libcxx/src/
Dnew.cpp180 operator new(std::size_t size, std::align_val_t alignment) _THROW_BAD_ALLOC in operator new()
212 operator new(size_t size, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator new()
231 operator new[](size_t size, std::align_val_t alignment) _THROW_BAD_ALLOC in operator new[]()
238 operator new[](size_t size, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator new[]()
268 operator delete(void* ptr, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator delete()
275 operator delete(void* ptr, size_t, std::align_val_t alignment) _NOEXCEPT in operator delete()
282 operator delete[] (void* ptr, std::align_val_t alignment) _NOEXCEPT in operator delete[]()
289 operator delete[] (void* ptr, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
296 operator delete[] (void* ptr, size_t, std::align_val_t alignment) _NOEXCEPT in operator delete[]()
/external/webrtc/rtc_base/memory/
Daligned_malloc_unittest.cc26 bool CorrectUsage(size_t size, size_t alignment) { in CorrectUsage()
38 const size_t alignment = 32; in TEST() local
53 const size_t alignment = 64; in TEST() local
65 size_t alignment = 2; in TEST() local
71 size_t alignment = 32; in TEST() local
77 size_t alignment = 128; in TEST() local
Daligned_malloc.cc28 uintptr_t GetRightAlign(uintptr_t start_pos, size_t alignment) { in GetRightAlign()
35 bool ValidAlignment(size_t alignment) { in ValidAlignment()
42 void* GetRightAlign(const void* pointer, size_t alignment) { in GetRightAlign()
53 void* AlignedMalloc(size_t size, size_t alignment) { in AlignedMalloc()
Daligned_malloc.h40 T* GetRightAlign(const T* ptr, size_t alignment) { in GetRightAlign()
45 T* AlignedMalloc(size_t size, size_t alignment) { in AlignedMalloc()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ssa/
DSsaStyle.java87 @SsaAlignment public final int alignment; field in SsaStyle
89 private SsaStyle(String name, @SsaAlignment int alignment) { in SsaStyle()
118 @SsaAlignment int alignment = Integer.parseInt(alignmentStr.trim()); in parseAlignment() local
129 private static boolean isValidAlignment(@SsaAlignment int alignment) { in isValidAlignment()
217 @SsaAlignment public final int alignment; field in SsaStyle.Overrides
220 private Overrides(@SsaAlignment int alignment, @Nullable PointF position) { in Overrides()
226 @SsaAlignment int alignment = SSA_ALIGNMENT_UNKNOWN; in parseFromDialogue() local
/external/skia/src/sksl/
DSkSLMemoryLayout.h49 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
/external/tensorflow/tensorflow/core/lib/core/
Darena.cc72 bool Arena::SatisfyAlignment(size_t alignment) { in SatisfyAlignment()
110 void Arena::MakeNewBlock(const uint32 alignment) { in MakeNewBlock()
136 const uint32 alignment) { in AllocNewBlock()
194 void* Arena::GetMemoryFallback(const size_t size, const int alignment) { in GetMemoryFallback()
/external/libtextclassifier/native/utils/base/
Darena.cc71 char* AllocateAlignedBytes(size_t size, size_t alignment) { in AllocateAlignedBytes()
76 void DeallocateBytes(void* ptr, size_t size, size_t alignment) { in DeallocateBytes()
190 bool BaseArena::SatisfyAlignment(size_t alignment) { in SatisfyAlignment()
235 void BaseArena::MakeNewBlock(const uint32 alignment) { in MakeNewBlock()
274 const uint32 alignment) { in AllocNewBlock()
371 void* BaseArena::GetMemoryFallback(const size_t size, const int alignment) { in AllocNewBlock()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DResourceAlignmentExtraField.java49 private short alignment; field in ResourceAlignmentExtraField
58 public ResourceAlignmentExtraField(int alignment) { in ResourceAlignmentExtraField()
62 public ResourceAlignmentExtraField(int alignment, boolean allowMethodChange) { in ResourceAlignmentExtraField()
66 public ResourceAlignmentExtraField(int alignment, boolean allowMethodChange, int padding) { in ResourceAlignmentExtraField()
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_inlines_c.h67 ipallocztm(tsdn_t *tsdn, size_t usize, size_t alignment, bool zero, in ipallocztm()
87 ipalloct(tsdn_t *tsdn, size_t usize, size_t alignment, bool zero, in ipalloct()
93 ipalloc(tsd_t *tsd, size_t usize, size_t alignment, bool zero) { in ipalloc()
136 size_t extra, size_t alignment, bool zero, tcache_t *tcache, in iralloct_realign()
173 iralloct(tsdn_t *tsdn, void *ptr, size_t oldsize, size_t size, size_t alignment, in iralloct()
195 iralloc(tsd_t *tsd, void *ptr, size_t oldsize, size_t size, size_t alignment, in iralloc()
203 size_t alignment, bool zero) { in ixalloc()
/external/libchrome/mojo/public/c/system/
Dmacros.h49 #define MOJO_ALIGNAS(alignment) alignas(alignment) argument
51 #define MOJO_ALIGNAS(alignment) __attribute__((aligned(alignment))) argument
53 #define MOJO_ALIGNAS(alignment) __declspec(align(alignment)) argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp37 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 …]
/external/swiftshader/src/System/
DMemory.cpp76 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()
/external/jemalloc_new/test/integration/
Daligned_alloc.c17 size_t alignment; in TEST_BEGIN() local
38 size_t alignment, size; in TEST_BEGIN() local
83 size_t alignment, size, total; in TEST_BEGIN() local
Dposix_memalign.c17 size_t alignment; in TEST_BEGIN() local
36 size_t alignment, size; in TEST_BEGIN() local
75 size_t alignment, size, total; in TEST_BEGIN() local
/external/libjpeg-turbo/simd/arm/
Dalign.h23 #define ALIGN(alignment) __declspec(align(alignment)) argument
25 #define ALIGN(alignment) __attribute__((aligned(alignment))) argument
/external/mesa3d/src/util/
Dos_memory_aligned.h54 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()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/
DSsaStyle.java96 public final @SsaAlignment int alignment; field in SsaStyle
106 @SsaAlignment int alignment, in SsaStyle()
163 @SsaAlignment int alignment = Integer.parseInt(alignmentStr.trim()); in parseAlignment() local
174 private static boolean isValidAlignment(@SsaAlignment int alignment) { in isValidAlignment()
375 public final @SsaAlignment int alignment; field in SsaStyle.Overrides
378 private Overrides(@SsaAlignment int alignment, @Nullable PointF position) { in Overrides()
384 @SsaAlignment int alignment = SSA_ALIGNMENT_UNKNOWN; in parseFromDialogue() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/
DSsaStyle.java93 @SsaAlignment public final int alignment; field in SsaStyle
103 @SsaAlignment int alignment, in SsaStyle()
161 @SsaAlignment int alignment = Integer.parseInt(alignmentStr.trim()); in parseAlignment() local
172 private static boolean isValidAlignment(@SsaAlignment int alignment) { in isValidAlignment()
373 @SsaAlignment public final int alignment; field in SsaStyle.Overrides
376 private Overrides(@SsaAlignment int alignment, @Nullable PointF position) { in Overrides()
382 @SsaAlignment int alignment = SSA_ALIGNMENT_UNKNOWN; in parseFromDialogue() local
/external/ComputeLibrary/src/runtime/
DITensorAllocator.cpp38 void ITensorAllocator::init(const TensorInfo &input, size_t alignment) in init()
54 size_t ITensorAllocator::alignment() const in alignment() function in ITensorAllocator
DAllocator.cpp34 void *Allocator::allocate(size_t size, size_t alignment) in allocate()
45 std::unique_ptr<IMemoryRegion> Allocator::make_region(size_t size, size_t alignment) in make_region()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAlignmentUtils.java35 public static int alignOffset(int offset, int alignment) { in alignOffset()
41 public static boolean isAligned(int offset, int alignment) { in isAligned()
/external/perfetto/src/profiling/memory/
Dmalloc_interceptor_glibc_preload.cc71 int posix_memalign(void** memptr, size_t alignment, size_t size) { in posix_memalign()
84 void* aligned_alloc(size_t alignment, size_t size) { in aligned_alloc()
89 void* memalign(size_t alignment, size_t size) { in memalign()
/external/ComputeLibrary/src/runtime/GLES_COMPUTE/
DGCBufferAllocator.cpp34 void *GCBufferAllocator::allocate(size_t size, size_t alignment) in allocate()
54 std::unique_ptr<IMemoryRegion> GCBufferAllocator::make_region(size_t size, size_t alignment) in make_region()

12345678910>>...27