Home
last modified time | relevance | path

Searched refs:P2ALIGN (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/bsd/sys/
H A Dmcache.h89 #ifndef P2ALIGN
90 #define P2ALIGN(x, align) \ macro
/xnu-10002.1.13/san/memory/
H A Dkasan-tbi.c52 #define P2ALIGN(x, align) ((x) & -(align)) macro
/xnu-10002.1.13/bsd/net/
H A Drtsock.c153 x = (uint32_t)P2ALIGN(x, 1024); \