| /external/bazelbuild-rules_rust/ffi/cc/allocator_library/ |
| D | allocator_library.cc | 28 uintptr_t align) { in __rust_alloc() 34 uintptr_t align) { in __rust_dealloc() 41 uintptr_t align, in __rust_realloc() 47 uintptr_t align) { in __rust_alloc_zeroed() 52 uintptr_t size, uintptr_t align) { in __rust_alloc_error_handler()
|
| /external/sdv/vsomeip/third_party/boost/endian/test/ |
| D | float_typedef_test.cpp | 10 template<class T> struct align struct 15 explicit align( typename T::value_type y ): _(), v( y ) in align() argument
|
| /external/scudo/standalone/ |
| D | wrappers_cpp.cpp | 60 INTERFACE WEAK void *operator new(size_t size, std::align_val_t align) { in operator new() 66 INTERFACE WEAK void *operator new[](size_t size, std::align_val_t align) { in operator new[]() 72 INTERFACE WEAK void *operator new(size_t size, std::align_val_t align, in operator new() 79 INTERFACE WEAK void *operator new[](size_t size, std::align_val_t align, in operator new[]() 114 std::align_val_t align) NOEXCEPT { in operator delete() 120 std::align_val_t align) NOEXCEPT { in operator delete[]() 125 INTERFACE WEAK void operator delete(void *ptr, std::align_val_t align, in operator delete() 131 INTERFACE WEAK void operator delete[](void *ptr, std::align_val_t align, in operator delete[]() 138 std::align_val_t align) NOEXCEPT { in operator delete() 144 std::align_val_t align) NOEXCEPT { in operator delete[]()
|
| /external/cronet/build/rust/std/ |
| D | remap_alloc.cc | 89 REMAP_ALLOC_ATTRIBUTES void* __rust_alloc(size_t size, size_t align) { in __rust_alloc() 132 REMAP_ALLOC_ATTRIBUTES void __rust_dealloc(void* p, size_t size, size_t align) { in __rust_dealloc() 138 size_t align, in __rust_realloc() 149 REMAP_ALLOC_ATTRIBUTES void* __rust_alloc_zeroed(size_t size, size_t align) { in __rust_alloc_zeroed() 160 size_t align) { in __rust_alloc_error_handler()
|
| /external/angle/build/rust/std/ |
| D | remap_alloc.cc | 91 REMAP_ALLOC_ATTRIBUTES void* __rust_alloc(size_t size, size_t align) { in __rust_alloc() 132 REMAP_ALLOC_ATTRIBUTES void __rust_dealloc(void* p, size_t size, size_t align) { in __rust_dealloc() 146 size_t align, in __rust_realloc() 157 REMAP_ALLOC_ATTRIBUTES void* __rust_alloc_zeroed(size_t size, size_t align) { in __rust_alloc_zeroed() 168 size_t align) { in __rust_alloc_error_handler()
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | inline.c | 46 unsigned long align, void *ptr) in ext2fs_get_memalign() 85 static int isaligned(void *ptr, unsigned long align) in isaligned() 90 static errcode_t test_memalign(unsigned long align) in test_memalign()
|
| /external/libaom/test/ |
| D | aom_image_test.cc | 31 unsigned int align = 31; in TEST() local 42 unsigned int align = 32; in TEST() local 58 unsigned int align = 32; in TEST() local 68 unsigned int align = 32; in TEST() local
|
| /external/libvpx/test/ |
| D | vpx_image_test.cc | 31 unsigned int align = 31; in TEST() local 42 unsigned int align = 32; in TEST() local 58 unsigned int align = 32; in TEST() local 68 unsigned int align = 32; in TEST() local
|
| /external/igt-gpu-tools/tools/null_state_gen/ |
| D | intel_batchbuffer.c | 123 static void bb_area_align(struct bb_area *a, unsigned align) in bb_area_align() 152 static void intel_batch_cmd_align(struct intel_batchbuffer *batch, unsigned align) in intel_batch_cmd_align() 157 static void intel_batch_state_align(struct intel_batchbuffer *batch, unsigned align) in intel_batch_state_align() 182 uint32_t intel_batch_state_offset(struct intel_batchbuffer *batch, unsigned align) in intel_batch_state_offset() 188 uint32_t intel_batch_state_alloc(struct intel_batchbuffer *batch, unsigned bytes, unsigned align, in intel_batch_state_alloc() 206 unsigned align, in intel_batch_state_copy()
|
| /external/tensorflow/tensorflow/compiler/tests/ |
| D | matrix_diag_ops_test.py | 41 align=None): argument 74 def repack_diagonals_in_tests(tests, align=None): argument 93 def square_cases(align=None): argument 171 def tall_cases(align=None): argument 259 def fat_cases(align=None): argument 327 def all_tests(align=None): argument
|
| /external/mesa3d/src/vulkan/util/ |
| D | vk_alloc.h | 45 size_t size, size_t align, in vk_alloc() 53 size_t size, size_t align, in vk_zalloc() 67 void *ptr, size_t size, size_t align, in vk_realloc() 128 size_t size, size_t align, in vk_alloc2() 140 size_t size, size_t align, in vk_zalloc2() 181 size_t align; member 192 void **ptr, size_t size, size_t align) in vk_multialloc_add_size_align()
|
| /external/cronet/third_party/libc++/src/src/ |
| D | memory_resource.cpp | 32 static bool is_aligned_to(void* ptr, size_t align) { in is_aligned_to() 41 void* do_allocate(size_t bytes, size_t align) override { in do_allocate() 56 …void do_deallocate(void* p, size_t bytes, size_t align) override { std::__libcpp_deallocate(p, byt… in do_deallocate() 157 …pool_resource::__adhoc_pool::__do_allocate(memory_resource* upstream, size_t bytes, size_t align) { in __do_allocate() 177 memory_resource* upstream, void* p, size_t bytes, size_t align) { in __do_deallocate() 341 void* unsynchronized_pool_resource::do_allocate(size_t bytes, size_t align) { in do_allocate() 395 void unsynchronized_pool_resource::do_deallocate(void* p, size_t bytes, size_t align) { in do_deallocate() 414 static void* align_down(size_t align, size_t size, void*& ptr, size_t& space) { in align_down() 430 …onic_buffer_resource::__initial_descriptor::__try_allocate_from_chunk(size_t bytes, size_t align) { in __try_allocate_from_chunk() 441 … monotonic_buffer_resource::__chunk_footer::__try_allocate_from_chunk(size_t bytes, size_t align) { in __try_allocate_from_chunk() [all …]
|
| /external/mesa3d/src/util/tests/ |
| D | gc_alloc_tests.cpp | 34 TEST(gc_alloc, align) in TEST() argument 37 for (size_t align = 4; align <= HEADER_ALIGN; align *= 2) { in TEST() local
|
| /external/libaom/aom_mem/ |
| D | aom_mem.c | 19 static size_t GetAllocationPaddingSize(size_t align) { in GetAllocationPaddingSize() 27 size_t align) { in check_size_argument_overflow() 55 void *aom_memalign(size_t align, size_t size) { in aom_memalign()
|
| /external/tensorflow/tensorflow/python/kernel_tests/array_ops/ |
| D | diag_op_test.py | 45 align=None): argument 78 def repack_diagonals_in_tests(tests, align=None): argument 95 def square_cases(align=None): argument 173 def tall_cases(align=None): argument 260 def fat_cases(align=None): argument 319 def all_tests(align=None): argument 325 def _moreCases(self, align=None): argument 715 def _testGrad(self, input_shape, diag_shape, diags, align): argument
|
| /external/clang/test/CodeGen/ |
| D | c-strings.c | 24 unsigned char align = 2; variable 26 unsigned char align = 1; variable
|
| /external/libtextclassifier/native/utils/base/ |
| D | arena.h | 114 void* GetMemory(const size_t size, const int align) { in GetMemory() 186 UnsafeArena(const size_t block_size, bool align) in UnsafeArena() 195 UnsafeArena(char* first_block, const size_t block_size, bool align) in UnsafeArena() 201 void* AllocAligned(const size_t size, const int align) { in AllocAligned() 218 void* CallocAligned(const size_t size, const int align) { in CallocAligned()
|
| /external/perfetto/protos/perfetto/trace/ftrace/ |
| D | cma.proto | 9 optional uint32 align = 1; field 14 optional uint32 align = 1; field
|
| /external/arm-trusted-firmware/include/plat/marvell/armada/common/ |
| D | mvebu.h | 16 #define IS_NOT_ALIGN(number, align) ((number) & ((align) - 1)) argument 19 #define ALIGN_UP(number, align) (((number) & ((align) - 1)) ? \ argument
|
| /external/trusty/arm-trusted-firmware/include/plat/marvell/armada/common/ |
| D | mvebu.h | 16 #define IS_NOT_ALIGN(number, align) ((number) & ((align) - 1)) argument 19 #define ALIGN_UP(number, align) (((number) & ((align) - 1)) ? \ argument
|
| /external/mesa3d/src/nouveau/winsys/ |
| D | nouveau_bo.c | 60 uint64_t req_addr, uint64_t size, uint64_t align, in nouveau_ws_alloc_vma() 156 uint64_t size, uint64_t align, in nouveau_ws_bo_new_mapped() 178 uint64_t size, uint64_t align, in nouveau_ws_bo_new_locked() 250 uint64_t size, uint64_t align, in nouveau_ws_bo_new() 303 uint64_t align = (1ULL << 12); in nouveau_ws_bo_from_dma_buf_locked() local
|
| /external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.res.pool/mem.res.pool.mem/ |
| D | unsync_deallocate_matches_allocate.pass.cpp | 26 std::size_t align; member 37 void* do_allocate(std::size_t bytes, size_t align) override { in do_allocate() 42 void do_deallocate(void* p, std::size_t bytes, size_t align) override { in do_deallocate()
|
| D | sync_deallocate_matches_allocate.pass.cpp | 26 std::size_t align; member 37 void* do_allocate(std::size_t bytes, size_t align) override { in do_allocate() 42 void do_deallocate(void* p, std::size_t bytes, size_t align) override { in do_deallocate()
|
| /external/libchrome/base/allocator/ |
| D | allocator_shim_override_linker_wrapped_symbols.h | 32 SHIM_ALWAYS_EXPORT void* __wrap_memalign(size_t align, size_t size) { in __wrap_memalign() 37 size_t align, in __wrap_posix_memalign()
|
| /external/llvm-libc/src/__support/CPP/ |
| D | new.h | 47 LIBC_INLINE static void *aligned_alloc(size_t s, std::align_val_t align, in aligned_alloc() 62 LIBC_INLINE void *operator new(size_t size, std::align_val_t align, in new()
|