Home
last modified time | relevance | path

Searched defs:PALIGN (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/mem/hugetlb/lib/
H A Dhugetlb.h23 #define PALIGN(p, a) ((void *)LTP_ALIGN((unsigned long)(p), (a))) macro
/aosp_15_r20/external/dtc/tests/
H A Dtests.h23 #define PALIGN(p, a) ((void *)ALIGN((unsigned long)(p), (a))) macro
/aosp_15_r20/external/dtc/
H A Dfdtdump.c24 #define PALIGN(p, a) ((void *)(ALIGN((uintptr_t)(p), (a)))) macro