Searched defs:align (Results 1 – 14 of 14) sorted by relevance
| /lib/tests/ |
| A D | checksum_kunit.c | 481 int len, align; in test_csum_fixed_random_inputs() local 507 int len, align; in test_csum_all_carry_inputs() local 547 int len, align; in test_csum_no_carry_inputs() local
|
| /lib/ |
| A D | usercopy.c | 48 uintptr_t align = (uintptr_t) from % sizeof(unsigned long); in check_zeroed_user() local
|
| A D | strnlen_user.c | 26 unsigned long align, res = 0; in do_strnlen_user() local
|
| A D | test_vmalloc.c | 80 unsigned long size, align; in random_size_align_alloc_test() local 114 unsigned long align; in align_shift_alloc_test() local 292 size_t size, align; in pcpu_alloc_test() local
|
| A D | alloc_tag.c | 296 static bool ensure_alignment(unsigned long align, unsigned int *prepend) in ensure_alignment() 385 unsigned long size, unsigned int prepend, unsigned long align) in find_aligned_area() 474 unsigned int prepend, unsigned long align) in reserve_module_tags()
|
| A D | percpu-refcount.c | 66 size_t align = max_t(size_t, 1 << __PERCPU_REF_FLAG_BITS, in percpu_ref_init() local
|
| A D | sort.c | 31 static bool is_aligned(const void *base, size_t size, unsigned char align) in is_aligned()
|
| A D | genalloc.c | 396 dma_addr_t *dma, int align) in gen_pool_dma_alloc_align() 467 dma_addr_t *dma, int align) in gen_pool_dma_zalloc_align()
|
| A D | codetag.c | 264 unsigned long align) in codetag_alloc_module_section()
|
| A D | ubsan.c | 534 unsigned long align, in __ubsan_handle_alignment_assumption()
|
| /lib/crc/riscv/ |
| A D | crc-clmul-template.h | 199 size_t align; in crc_clmul() local
|
| /lib/zstd/compress/ |
| A D | zstd_cwksp.h | 194 MEM_STATIC size_t ZSTD_cwksp_align(size_t size, size_t align) { in ZSTD_cwksp_align()
|
| A D | huf_compress.c | 110 static void* HUF_alignUpWorkspace(void* workspace, size_t* workspaceSizePtr, size_t align) in HUF_alignUpWorkspace()
|
| A D | zstd_lazy.c | 809 MEM_STATIC int ZSTD_isAligned(void const* ptr, size_t align) { in ZSTD_isAligned()
|
Completed in 39 milliseconds