Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dqmath.h108 #define Q_CRAWMASK(q) 0x7ULL macro
110 #define Q_GCRAW(q) ((q) & Q_CRAWMASK(q))
112 #define Q_SCVAL(q, cv) ((q) = ((q) & ~Q_CRAWMASK(q)) | (cv))
116 Q_TC(q, Q_SIGNED(q) ? ~(Q_SRAWMASK(q) | Q_CRAWMASK(q)) : ~Q_CRAWMASK(q))
459 , Q_TC(q, Q_CRAWMASK(q)) \
/freebsd/share/man/man3/
H A DMakefile194 Q_SIGNSHFT.3 Q_CRAWMASK.3 \