Searched defs:NBITS (Results 1 – 8 of 8) sorted by relevance
13 const int NBITS = sizeof(TYPENAME) * 8; in TESTNAME() local
170 #define NBITS(bit_code) (1 << (bit_code)) macro
303 #define NBITS(x) ((((x)-1)/BITS_PER_LONG)+1) macro
153 #define NBITS(x) ((((x) - 1) / BITS_PER_LONG) + 1) macro
588 #define NBITS cast_int(sizeof(lua_Integer) * CHAR_BIT) macro
29 #define NBITS(x) ((((x) - 1) / BITS_PER_LONG) + 1) macro
1101 def NBITS(x): function