Home
last modified time | relevance | path

Searched defs:SIZE_ALIGN (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h18 #define SIZE_ALIGN (4*sizeof(size_t)) macro
/aosp_15_r20/external/trusty/musl/src/internal/
Dmalloc_impl.h23 #define SIZE_ALIGN (4*sizeof(size_t)) macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/brcm/board/stingray/src/
Dsr_paxb_phy.c87 #define SIZE_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/aosp_15_r20/external/arm-trusted-firmware/plat/brcm/board/stingray/src/
H A Dsr_paxb_phy.c87 #define SIZE_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/aosp_15_r20/external/f2fs-tools/include/
H A Df2fs_fs.h1797 #define SIZE_ALIGN(val, size) (((val) + (size) - 1) / (size)) macro