Home
last modified time | relevance | path

Searched defs:align (Results 101 - 125 of 350) sorted by relevance

12345678910>>...14

/third_party/node/deps/v8/src/diagnostics/
H A Dgdb-jit.cc117 void Align(uintptr_t align) { in Align() argument
[all...]
/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
/third_party/ffmpeg/libavcodec/
H A Dmjpegenc_common.c391 int align= (-(size_t)(buf))&3; in ff_mjpeg_escape_FF() local
H A Dpafvideo.c172 int align; in decode_0() local
/third_party/elfio/elfio/
H A Delfio.hpp811 Elf_Xword align = seg->get_align() > 0 ? seg->get_align() : 1; variable
896 Elf_Xword align = sec->get_addr_align(); variable
[all...]
/third_party/elfutils/libelf/
H A Delf32_updatefile.c347 size_t align; in __elfw2() local
H A Delf_compress.c307 __libelf_reset_rawdata (Elf_Scn *scn, void *buf, size_t size, size_t align, in __libelf_reset_rawdata() argument
/third_party/elfutils/libdwfl/
H A Ddwfl_report_elf.c82 const GElf_Xword align = shdr->sh_addralign ?: 1; in __libdwfl_elf_address_range() local
[all...]

Completed in 19 milliseconds

12345678910>>...14