Home
last modified time | relevance | path

Searched defs:align (Results 176 - 200 of 568) sorted by relevance

12345678910>>...23

/third_party/pulseaudio/src/tests/
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
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_define.h45 uint64_t align = 0; member
/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c63 static inline size_t AlignRoundUp(size_t val, size_t align) in AlignRoundUp() argument
278 static void* AllocMmap(size_t align, size_t size) in AllocMmap() argument
314 static void* AllocImpl(size_t align, size_t size) in AllocImpl() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/include/adapt/
H A Dhi_comm_sys_adapt.h45 hi_u32 align; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H A Dcma_allocator.c126 __mmb_alloc(const char *name, unsigned long size, unsigned long align, unsigned long gfp, const char *mmz_name, hil_mmz_t *_user_mmz) __mmb_alloc() argument
222 __mmb_alloc_v2(const char *name, unsigned long size, unsigned long align, unsigned long gfp, const char *mmz_name, hil_mmz_t *_user_mmz, unsigned int order) __mmb_alloc_v2() argument
[all...]
H A Dhisi_allocator.c63 find_fixed_region(unsigned long *region_len, hil_mmz_t *mmz, unsigned long size, unsigned long align) find_fixed_region() argument
154 find_fixed_region_from_highaddr(unsigned long *region_len, hil_mmz_t *mmz, unsigned long size, unsigned long align) find_fixed_region_from_highaddr() argument
226 __mmb_alloc(const char *name, unsigned long size, unsigned long align, unsigned long gfp, const char *mmz_name, hil_mmz_t *_user_mmz) __mmb_alloc() argument
298 __mmb_alloc_v2(const char *name, unsigned long size, unsigned long align, unsigned long gfp, const char *mmz_name, hil_mmz_t *_user_mmz, unsigned int order) __mmb_alloc_v2() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
H A Dvgs_img.c99 MppFrmCreate( VIDEO_FRAME_INFO_S* frm, int width, int height, PIXEL_FORMAT_E pixelFormat, DATA_BITWIDTH_E bitWidth, COMPRESS_MODE_E compressMode, int align) MppFrmCreate() argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Ddrv_mmz_ioctl.h28 HI_U32 align; /* phys-memory's special align size */ member
64 HI_U32 align; member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dvideobuf2-rdma-sg.c44 unsigned int i, align = get_order(buf->size); in vb2_dma_sg_alloc_contiguous() local
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
H A Dcma_heap.c280 unsigned long align = get_order(size); in cma_heap_allocate() local
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dvideobuf2-rdma-sg.c45 unsigned int i, align = get_order(buf->size); in vb2_dma_sg_alloc_contiguous() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_algorithm.cpp95 auto align = Alignment::CENTER; in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_layout_algorithm.cpp179 Alignment align = isRtl ? Alignment::CENTER_RIGHT : Alignment::CENTER_LEFT; in UpdateIconMargin() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp92 FlexAlign align = selfAlign == FlexAlign::AUTO ? crossAxisAlign_ : selfAlign; in SetChildPosition() local

Completed in 14 milliseconds

12345678910>>...23