Searched refs:POW2_BELOW32 (Results 1 – 3 of 3) sorted by relevance
31 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro33 #define CREDITS_PER_JIFFY POW2_BELOW32(MAX_CPJ)
58 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro60 #define CREDITS_PER_JIFFY POW2_BELOW32(MAX_CPJ)
472 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro476 #define CREDITS_PER_JIFFY_v1 POW2_BELOW32(MAX_CPJ_v1)483 #define CREDITS_PER_JIFFY_BYTES POW2_BELOW32(MAX_CPJ_BYTES)
Completed in 8 milliseconds