/third_party/rust/crates/libc/src/unix/bsd/apple/b64/aarch64/ |
H A D | mod.rs | 11 mod align; modules
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mem/smoke/ |
H A D | It_posix_mem_003.cpp | 50 size_t align = sizeof(UINTPTR); in Testcase() local
|
/third_party/musl/src/malloc/oldmalloc/ |
H A D | aligned_alloc.c | 9 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() argument
|
/third_party/musl/src/malloc/ |
H A D | posix_memalign.c | 4 int posix_memalign(void **res, size_t align, size_t len) in posix_memalign() argument
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
H A D | aligned_alloc.c | 7 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() argument
|
/third_party/musl/libc-test/src/functional/ |
H A D | tls_align.c | 6 unsigned align; member
|
H A D | string_memset.c | 17 static void test_align(int align, int len) in test_align() argument
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_iomap.h | 30 xfs_extlen_t align; in xfs_aligned_fsb_count() local
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_iomap.h | 37 xfs_extlen_t align; in xfs_aligned_fsb_count() local
|
/third_party/elfutils/libasm/ |
H A D | asm_newcomsym.c | 55 asm_newcomsym(AsmCtx_t *ctx, const char *name, GElf_Xword size, GElf_Addr align) asm_newcomsym() argument
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | struct_member_align_decoration.h | 47 const uint32_t align; member in tint::ast::StructMemberAlignDecoration
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | alignedmem.c | 24 efi_allocate_pages_aligned(unsigned long size, unsigned long *addr, unsigned long max, unsigned long align) efi_allocate_pages_aligned() argument
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pci-generic.c | 24 pcibios_align_resource(void *data, const struct resource *res, resource_size_t size, resource_size_t align) pcibios_align_resource() argument
|
/kernel/linux/linux-5.10/lib/ |
H A D | usercopy.c | 64 uintptr_t align = (uintptr_t) from % sizeof(unsigned long); in check_zeroed_user() local
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | alignedmem.c | 24 efi_allocate_pages_aligned(unsigned long size, unsigned long *addr, unsigned long max, unsigned long align, int memory_type) efi_allocate_pages_aligned() argument
|
/kernel/liteos_a/kernel/base/vm/ |
H A D | los_vm_iomap.c | 40 VOID *LOS_DmaMemAlloc(DMA_ADDR_T *dmaAddr, size_t size, size_t align, enum DmaMemType type) in LOS_DmaMemAlloc() argument
|
/kernel/liteos_m/testsuites/sample/kernel/swtmr/ |
H A D | It_los_swtmr_Align_009.c | 47 UINT16 align;
in Case2() local
|
/kernel/linux/linux-6.6/lib/ |
H A D | usercopy.c | 65 uintptr_t align = (uintptr_t) from % sizeof(unsigned long); in check_zeroed_user() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | framepool.h | 51 int align); variable 69 int align); variable
|
/third_party/ffmpeg/libavformat/ |
H A D | dcstr.c | 35 unsigned codec, align; in dcstr_read_header() local
|
H A D | svag.c | 35 unsigned size, align; in svag_read_header() local
|
/third_party/musl/src/malloc/mallocng/ |
H A D | aligned_alloc.c | 10 void *__libc_aligned_alloc(size_t align, size_t len) in __libc_aligned_alloc() argument [all...] |
/third_party/musl/porting/linux/user/src/malloc/mallocng/ |
H A D | aligned_alloc.c | 10 void *__libc_aligned_alloc(size_t align, size_t len) in __libc_aligned_alloc() argument [all...] |
/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
H A D | memalign.c | 22 void *__memalign(size_t align, size_t len) in __memalign() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/malloc/ |
H A D | memalign.c | 28 int align = getpagesize(); in memalign_0100() local 44 int align = 16; in memalign_0200() local 60 int align = getpagesize() - 1; memalign_0300() local 76 int align = getpagesize(); memalign_0400() local 92 int align = (4 * sizeof(size_t)) + 1; memalign_0500() local [all...] |