Home
last modified time | relevance | path

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

12345678910>>...17

/third_party/ffmpeg/libavcodec/
H A Dv210dec.c130 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 Dh264dsp.c186 int bit_depth, sz, align, dc; in check_idct() local
/third_party/cups-filters/cupsfilters/
H A Dimage-bmp.c73 align; /* Alignment bytes */ in _cupsImageReadBMP() local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_busdma.h125 usb_size_t align; member
/third_party/libwebsockets/lib/core-net/
H A Dlws-dsh.c44 size_t align = sizeof(int *); in lws_dsh_align() local
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.h46 uint32_t align; member
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_register_allocate.c65 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 Dinvocation.cpp73 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 Dioctl.c110 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 Dtest_eu_compact.cpp34 unsigned align; member
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_cpal.c157 GLint saved_align, align; in _mesa_cpal_compressed_teximage2d() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_compute_push_layout.c126 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 Dngtcp2_ksl.h71 uint64_t align; member
95 uint64_t align; member
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.h72 uint64_t align; member
97 uint64_t align; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c207 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 Daiodio_sparse.c55 static void aiodio_sparse(char *filename, long long align, long long ws, in aiodio_sparse() argument
H A Daiodio_append.c43 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 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

Completed in 13 milliseconds

12345678910>>...17