| /third_party/mesa3d/src/vulkan/util/ |
| H A D | vk_alloc.h | 44 vk_alloc(const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_alloc() argument 52 vk_zalloc(const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_zalloc() argument 66 vk_realloc(const VkAllocationCallbacks *alloc, void *ptr, size_t size, size_t align, VkSystemAllocationScope scope) vk_realloc() argument 126 vk_alloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_alloc2() argument 138 vk_zalloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) vk_zalloc2() argument 181 size_t align; global() member 191 vk_multialloc_add_size_align(struct vk_multialloc *ma, void **ptr, size_t size, size_t align) vk_multialloc_add_size_align() argument [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_cts.c | 62 size_t align; member
|
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
| H A D | CsvTableTest.java | 248 private static String export(CsvTable<?> csv, boolean align) { in export() argument
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
| H A D | mod.rs | 199 mod align; modules
|
| /third_party/rust/crates/libc/src/unix/bsd/apple/b32/ |
| H A D | mod.rs | 116 mod align; modules
|
| /third_party/pulseaudio/src/tests/ |
| H A D | cpu-remap-test.c | 37 run_remap_test_float( pa_remap_t *remap_func, pa_remap_t *remap_orig, int align, bool correct, bool perf) run_remap_test_float() argument 92 run_remap_test_s16( pa_remap_t *remap_func, pa_remap_t *remap_orig, int align, bool correct, bool perf) run_remap_test_s16() argument 146 run_remap_test_s32( pa_remap_t *remap_func, pa_remap_t *remap_orig, int align, bool correct, bool perf) run_remap_test_s32() argument [all...] |
| H A D | cpu-mix-test.c | 50 run_mix_test( pa_do_mix_func_t func, pa_do_mix_func_t orig_func, int align, int channels, bool correct, bool perf) run_mix_test() argument
|
| H A D | cpu-volume-test.c | 39 run_volume_test( pa_do_volume_func_t func, pa_do_volume_func_t orig_func, int align, int channels, bool correct, bool perf) run_volume_test() argument
|
| H A D | cpu-sconv-test.c | 36 run_conv_test_float_to_s16( pa_convert_func_t func, pa_convert_func_t orig_func, int align, bool correct, bool perf) run_conv_test_float_to_s16() argument 88 run_conv_test_s16_to_float( pa_convert_func_t func, pa_convert_func_t orig_func, int align, bool correct, bool perf) run_conv_test_s16_to_float() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| H A D | Math.hpp | 356 inline T align(T value, unsigned int alignment) in align() function 362 inline T align(T value) in align() function
|
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_cts.c | 62 size_t align; member
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | jdapistd.c | 158 int ci, align, orig_downsampled_width; in jpeg_crop_scanline() local [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsConic.h | 62 void align(int endIndex, SkDPoint* dstPt) const { in align() function
|
| /third_party/optimized-routines/string/bench/ |
| H A D | memcpy.c | 47 typedef struct { uint8_t align; uint16_t freq; } align_data_t; member
|
| H A D | strlen.c | 55 typedef struct { uint8_t align; uint16_t freq; } align_data_t; member 122 int align = strlen_align_arr[rand32 (0) & ALIGN_MASK]; in init_strlen_tests() local 182 int align = 9; in main() local
|
| /third_party/toybox/toys/posix/ |
| H A D | cpio.c | 50 static char *strpad(int fd, unsigned len, unsigned align) in strpad() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | radiotap_iter.h | 13 uint8_t align:4, size:4; member 17 uint8_t align:4, size:4; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | radiotap_iter.h | 13 uint8_t align:4, size:4; member 17 uint8_t align:4, size:4; member
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | arena_allocator_test.cpp | 96 ASSERT_NE(arr[i], nullptr) << "value of i: " << i << ", align: " << align; in AllocateWithAlignment() local 97 ASSERT_EQ(reinterpret_cast<size_t>(arr[i]) & mask, 0U) << "value of i: " << i << ", align: " << align; in AllocateWithAlignment() local 123 size_t align = MIN_LOG_ALIGN_SIZE_T + random_value % (MAX_LOG_ALIGN_SIZE_T - MIN_LOG_ALIGN_SIZE_T); AllocateWithDiffAlignment() local 127 ASSERT_EQ(reinterpret_cast<size_t>(arr[i]) & mask, 0U) << "value of i: " << i << ", align: " << align; AllocateWithDiffAlignment() local [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | arena_allocator_test.cpp | 104 ASSERT_NE(arr[i], nullptr) << "value of i: " << i << ", align: " << align; in AllocateWithAlignment() local 105 ASSERT_EQ(reinterpret_cast<size_t>(arr[i]) & mask, 0U) << "value of i: " << i << ", align: " << align; in AllocateWithAlignment() local 131 size_t align = MIN_LOG_ALIGN_SIZE_T + randomValue % (MAX_LOG_ALIGN_SIZE_T - MIN_LOG_ALIGN_SIZE_T); AllocateWithDiffAlignment() local 135 ASSERT_EQ(reinterpret_cast<size_t>(arr[i]) & mask, 0U) << "value of i: " << i << ", align: " << align; AllocateWithDiffAlignment() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | humongous_obj_allocator-inl.h | 45 void *HumongousObjAllocator<AllocConfigT, LockConfigT>::Alloc(const size_t size, const Alignment align) in Alloc() argument 319 Alloc( size_t size, Alignment align) Alloc() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| H A D | elf_file.h | 29 static T Align(T offset, T align) in Align() argument 40 Section(const std::string &name, Word type, Xword flags, Xword align) : name(name) in Section() argument 149 DataSection(const std::string &name, Word type, Xword flags, Xword align) : Section(name, type, flags, align) {} in DataSection() argument 198 StringSection(const std::string &name, Word type, Xword flags, Xword align) : DataSection(name, type, flags, align) in StringSection() argument 215 RelaSection(const std::string &name, Word type, Xword flags, Word info, Xword align, const Section &link) RelaSection() argument 246 SymbolSection(const std::string &name, Word type, Xword flags, Xword align, const Section &link) SymbolSection() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_memlayout.cpp | 88 uint32 align; in LayoutFormalParams() local 98 uint32 align; in LayoutFormalParams() local 156 uint32 align = ty->GetAlign(); LayoutLocalVariables() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| H A D | mir_type.cpp | 363 static constexpr uint64 RoundUpConst(uint64 offset, uint32 align) in RoundUpConst() argument 372 static inline uint64 RoundUp(uint64 offset, uint32 align) in RoundUp() argument [all...] |
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
| H A D | dfx_elf_define.h | 45 uint64_t align = 0; member
|