Searched refs:NBITS (Results 1 – 1 of 1) sorted by relevance
552 #ifndef NBITS553 #define NBITS(x) ((((x) - 1) / (sizeof(long) * 8)) + 1) macro