Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/arm/
H A Dmachine_routines.h1265 #define SIGN(p) ((p) & BIT(55)) macro
1267 SIGN(p) ? ((p) | PAC_MASK) : ((p) & ~PAC_MASK)