Home
last modified time | relevance | path

Searched refs:INT_BIT (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dmalloc.h123 #define INT_BIT (CHAR_BIT * sizeof(int)) macro
124 #define BLOCKLOG (INT_BIT > 16 ? 12 : 9)
130 #define HEAP (INT_BIT > 16 ? 4194304 : 65536)
H A Dgmalloc.c125 #define INT_BIT (CHAR_BIT * sizeof(int)) macro
126 #define BLOCKLOG (INT_BIT > 16 ? 12 : 9)
132 #define HEAP (INT_BIT > 16 ? 4194304 : 65536)
/netbsd-src/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-13062 instance '8*sizeof(int)-INT_BIT'.
H A Dgmp.texi4042 @code{8*sizeof(int)-INT_BIT}.