Searched defs:TYPE_BIT (Results 1 – 3 of 3) sorted by relevance
313 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
321 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
813 #define TYPE_BIT(type) (CHAR_BIT * (ptrdiff_t) sizeof(type)) macro