Searched refs:INT_BIT (Results 1 – 4 of 4) sorted by relevance
123 #define INT_BIT (CHAR_BIT * sizeof(int)) macro124 #define BLOCKLOG (INT_BIT > 16 ? 12 : 9)130 #define HEAP (INT_BIT > 16 ? 4194304 : 65536)
125 #define INT_BIT (CHAR_BIT * sizeof(int)) macro126 #define BLOCKLOG (INT_BIT > 16 ? 12 : 9)132 #define HEAP (INT_BIT > 16 ? 4194304 : 65536)
3062 instance '8*sizeof(int)-INT_BIT'.
4042 @code{8*sizeof(int)-INT_BIT}.