/external/scudo/standalone/ |
D | wrappers_cpp.cpp | 40 INTERFACE WEAK void *operator new(size_t size, std::align_val_t align) { in operator new() 44 INTERFACE WEAK void *operator new[](size_t size, std::align_val_t align) { in operator new[]() 48 INTERFACE WEAK void *operator new(size_t size, std::align_val_t align, in operator new() 53 INTERFACE WEAK void *operator new[](size_t size, std::align_val_t align, in operator new[]() 78 INTERFACE WEAK void operator delete(void *ptr, std::align_val_t align)NOEXCEPT { in operator delete() 83 std::align_val_t align) NOEXCEPT { in operator delete[]() 87 INTERFACE WEAK void operator delete(void *ptr, std::align_val_t align, in operator delete() 92 INTERFACE WEAK void operator delete[](void *ptr, std::align_val_t align, in operator delete[]() 98 std::align_val_t align)NOEXCEPT { in operator delete() 103 std::align_val_t align) NOEXCEPT { in operator delete[]()
|
/external/mesa3d/src/vulkan/util/ |
D | vk_alloc.h | 33 size_t size, size_t align, in vk_alloc() 41 size_t size, size_t align, in vk_zalloc() 55 void *ptr, size_t size, size_t align, in vk_realloc() 90 size_t size, size_t align, in vk_alloc2() 102 size_t size, size_t align, in vk_zalloc2()
|
/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()
|
D | dupfs.c | 107 int align = ext2fs_get_dio_alignment(src->mmp_fd); in ext2fs_dup_handle() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | matrix_diag_ops_test.py | 44 align=None): argument 77 def repack_diagonals_in_tests(tests, align=None): argument 95 def square_cases(align=None): argument 173 def tall_cases(align=None): argument 261 def fat_cases(align=None): argument 329 def all_tests(align=None): argument
|
/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/clang/test/CodeGen/ |
D | c-strings.c | 24 unsigned char align = 2; variable 26 unsigned char align = 1; variable
|
/external/arm-trusted-firmware/include/plat/marvell/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/u-boot/include/ |
D | memalign.h | 71 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ argument 76 #define ALLOC_ALIGN_BUFFER(type, name, size, align) \ argument 88 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ argument
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | diag_op_test.py | 49 align=None): argument 82 def repack_diagonals_in_tests(tests, align=None): argument 99 def square_cases(align=None): argument 177 def tall_cases(align=None): argument 264 def fat_cases(align=None): argument 323 def all_tests(align=None): argument 329 def _moreCases(self, align=None): argument 720 def _testGrad(self, input_shape, diag_shape, diags, align): argument
|
/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/u-boot/common/ |
D | malloc_simple.c | 17 static void *alloc_simple(size_t bytes, int align) in alloc_simple() 50 void *memalign_simple(size_t align, size_t bytes) in memalign_simple()
|
/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/lzma/C/ |
D | Alloc.c | 67 static void PrintAligned(const char *s, size_t align) in PrintAligned() 85 static void PrintHex(UInt64 v, size_t align) in PrintHex() 92 static void PrintDec(UInt64 v, size_t align) in PrintDec() 124 #define PrintHex(v, align) argument 125 #define PrintDec(v, align) argument 281 #define MY_ALIGN_PTR_DOWN(p, align) ((void *)((((UIntPtr)(p)) & ~((UIntPtr)(align) - 1)))) argument 283 #define MY_ALIGN_PTR_UP_PLUS(p, align) MY_ALIGN_PTR_DOWN(((char *)(p) + (align) + ADJUST_ALLOC_SIZE… argument
|
/external/wpa_supplicant_8/src/utils/ |
D | radiotap.c | 189 int *align, int *size) in find_override() 239 int pad, align, size, subns; in ieee80211_radiotap_iterator_next() local
|
/external/elfutils/libelf/ |
D | elf_getdata.c | 116 __libelf_data_type (Elf *elf, int sh_type, GElf_Xword align) in __libelf_data_type() 141 const size_t align = __libelf_type_align (eclass, type); in convert_data() local 218 Elf64_Xword align; in __libelf_set_rawdata_wrlock() local
|
/external/libvpx/libvpx/vpx_mem/ |
D | vpx_mem.c | 42 static uint64_t get_aligned_malloc_size(size_t size, size_t align) { in get_aligned_malloc_size() 57 void *vpx_memalign(size_t align, size_t size) { in vpx_memalign()
|
/external/libdrm/tests/amdgpu/ |
D | vce_tests.c | 287 unsigned align = (family_id >= AMDGPU_FAMILY_AI) ? 256 : 16; in amdgpu_cs_vce_create() local 355 unsigned align = (family_id >= AMDGPU_FAMILY_AI) ? 256 : 16; in amdgpu_cs_vce_encode_idr() local 405 unsigned align = (family_id >= AMDGPU_FAMILY_AI) ? 256 : 16; in amdgpu_cs_vce_encode_p() local 488 unsigned align = (family_id >= AMDGPU_FAMILY_AI) ? 256 : 16; in amdgpu_cs_vce_encode() local 569 unsigned align = (family_id >= AMDGPU_FAMILY_AI) ? 256 : 16; in amdgpu_cs_vce_mv() local 669 unsigned align = (family_id >= AMDGPU_FAMILY_AI) ? 256 : 16; in amdgpu_cs_vce_encode_mv() local
|
/external/compiler-rt/lib/builtins/ |
D | emutls.c | 37 gcc_word align; /* alignment of the object in bytes */ member 45 static __inline void *emutls_memalign_alloc(size_t align, size_t size) { in emutls_memalign_alloc() 80 size_t align = control->align; in emutls_allocate_object() local
|
/external/deqp/framework/delibs/debase/ |
D | deInt32.h | 304 DE_INLINE deBool deIsAligned32 (int a, int align) in deIsAligned32() 316 DE_INLINE deBool deIsAligned64 (deInt64 a, deInt64 align) in deIsAligned64() 328 DE_INLINE deBool deIsAlignedPtr (const void* ptr, deUintptr align) in deIsAlignedPtr() 340 DE_INLINE deInt32 deAlign32 (deInt32 val, deInt32 align) in deAlign32() 352 DE_INLINE deInt64 deAlign64 (deInt64 val, deInt64 align) in deAlign64() 364 DE_INLINE void* deAlignPtr (void* ptr, deUintptr align) in deAlignPtr() 377 DE_INLINE size_t deAlignSize (size_t val, size_t align) in deAlignSize()
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | commproc.c | 64 m8560_cpm_dpalloc(uint size, uint align) in m8560_cpm_dpalloc() 98 m8560_cpm_hostalloc(uint size, uint align) in m8560_cpm_hostalloc()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_mem_access_bit_sizes.c | 33 unsigned align) in dup_mem_intrinsic() 90 const unsigned align = nir_intrinsic_align(intrin); in lower_mem_load_bit_size() local 169 const unsigned align = nir_intrinsic_align(intrin); in lower_mem_store_bit_size() local
|
/external/python/cpython2/Mac/Modules/icn/ |
D | _Icnmodule.c | 117 IconAlignmentType align; in Icn_PlotIconID() local 252 IconAlignmentType align; in Icn_PlotIconSuite() local 279 IconAlignmentType align; in Icn_LoadIconCache() local 330 IconAlignmentType align; in Icn_PtInIconID() local 356 IconAlignmentType align; in Icn_PtInIconSuite() local 382 IconAlignmentType align; in Icn_RectInIconID() local 408 IconAlignmentType align; in Icn_RectInIconSuite() local 434 IconAlignmentType align; in Icn_IconIDToRgn() local 461 IconAlignmentType align; in Icn_IconSuiteToRgn() local 525 IconAlignmentType align; in Icn_PlotIconHandle() local [all …]
|
/external/libaom/libaom/aom_mem/ |
D | aom_mem.c | 30 static size_t GetAlignedMallocSize(size_t size, size_t align) { in GetAlignedMallocSize() 49 void *aom_memalign(size_t align, size_t size) { in aom_memalign()
|
/external/elfutils/libasm/ |
D | asm_newcomsym.c | 56 GElf_Addr align) in asm_newcomsym()
|