| /third_party/ffmpeg/libavcodec/ |
| H A D | v210dec.c | 130 static int v210_stride(int width, int align) { in v210_stride() argument 148 int align; in decode_frame() local [all...] |
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | h264dsp.c | 186 int bit_depth, sz, align, dc; in check_idct() local
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | image-bmp.c | 73 align; /* Alignment bytes */ in _cupsImageReadBMP() local [all...] |
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_busdma.h | 125 usb_size_t align; member
|
| /third_party/libwebsockets/lib/core-net/ |
| H A D | lws-dsh.c | 44 size_t align = sizeof(int *); in lws_dsh_align() local
|
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_rtld.h | 46 uint32_t align; member
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_register_allocate.c | 65 agx_assign_regs(BITSET_WORD *used_regs, unsigned count, unsigned align, unsigned max) in agx_assign_regs() argument 166 unsigned align = (I->dest[d].size == AGX_SIZE_16) ? 1 : 2; in agx_ra_assign_local() local
|
| /third_party/mesa3d/src/gallium/frontends/clover/nir/ |
| H A D | invocation.cpp | 73 clover_arg_size_align(const glsl_type *type, unsigned *size, unsigned *align) in clover_arg_size_align() argument
|
| /third_party/musl/src/misc/ |
| H A D | ioctl.c | 110 int align = map->force_align ? sizeof(time_t) : alignof(time_t); in convert_ioctl_struct() local 140 long long align; in ioctl() member
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | test_eu_compact.cpp | 34 unsigned align; member
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texcompress_cpal.c | 157 GLint saved_align, align; in _mesa_cpal_compressed_teximage2d() local
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_nir_compute_push_layout.c | 126 const unsigned align = compiler->scalar_stage[nir->info.stage] ? 4 : 16; in anv_nir_compute_push_layout() local
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_ksl.h | 71 uint64_t align; member 95 uint64_t align; member
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_ksl.h | 72 uint64_t align; member 97 uint64_t align; member
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_shader.c | 207 shared_type_info(const struct glsl_type *type, unsigned *size, unsigned *align) in shared_type_info() argument
|
| /third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
| H A D | aiodio_sparse.c | 55 static void aiodio_sparse(char *filename, long long align, long long ws, in aiodio_sparse() argument
|
| H A D | aiodio_append.c | 43 static void aiodio_append(char *filename, int bcount, long long align, long long ws, int naio) in aiodio_append() argument
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | gdb-jit.cc | 117 void Align(uintptr_t align) { in Align() argument [all...] |
| /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
|