Home
last modified time | relevance | path

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

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