Searched refs:rpshft (Results 1 – 1 of 1) sorted by relevance
283 #define Q_CTRLINI(rpshft) \ argument284 (((rpshft) <= 8) ? (((rpshft) - 1) >> 1) : (0x4 | (((rpshft) - 1) >> 4)))317 #define Q_INI(q, iv, dfv, rpshft) \ argument319 (*(q)) = Q_CTRLINI(rpshft); \