Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dqmath.h283 #define Q_CTRLINI(rpshft) \ argument
284 (((rpshft) <= 8) ? (((rpshft) - 1) >> 1) : (0x4 | (((rpshft) - 1) >> 4)))
317 #define Q_INI(q, iv, dfv, rpshft) \ argument
319 (*(q)) = Q_CTRLINI(rpshft); \