Home
last modified time | relevance | path

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

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