Home
last modified time | relevance | path

Searched defs:align (Results 376 - 400 of 1374) sorted by relevance

1...<<11121314151617181920>>...55

/third_party/mesa3d/src/vulkan/util/
H A Dvk_alloc.h44 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 Dcipher_cts.c62 size_t align; member
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTableTest.java248 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 Dmod.rs199 mod align; modules
/third_party/rust/crates/libc/src/unix/bsd/apple/b32/
H A Dmod.rs116 mod align; modules
/third_party/pulseaudio/src/tests/
H A Dcpu-remap-test.c37 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 Dcpu-mix-test.c50 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 Dcpu-volume-test.c39 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 Dcpu-sconv-test.c36 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 DMath.hpp356 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 Dcipher_cts.c62 size_t align; member
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdapistd.c158 int ci, align, orig_downsampled_width; in jpeg_crop_scanline() local
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsConic.h62 void align(int endIndex, SkDPoint* dstPt) const { in align() function
/third_party/optimized-routines/string/bench/
H A Dmemcpy.c47 typedef struct { uint8_t align; uint16_t freq; } align_data_t; member
H A Dstrlen.c55 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 Dcpio.c50 static char *strpad(int fd, unsigned len, unsigned align) in strpad() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dradiotap_iter.h13 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 Dradiotap_iter.h13 uint8_t align:4, size:4; member
17 uint8_t align:4, size:4; member
/arkcompiler/runtime_core/libpandabase/tests/
H A Darena_allocator_test.cpp96 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 Darena_allocator_test.cpp104 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 Dhumongous_obj_allocator-inl.h45 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 Delf_file.h29 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 Daarch64_memlayout.cpp88 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 Dmir_type.cpp363 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 Ddfx_elf_define.h45 uint64_t align = 0; member

Completed in 12 milliseconds

1...<<11121314151617181920>>...55