Searched refs:INT_LEAST48_WIDTH (Results 1 – 2 of 2) sorted by relevance
189 _Static_assert(INT_LEAST48_WIDTH >= 48, "");190 _Static_assert(INT_LEAST48_WIDTH / __CHAR_BIT__ == sizeof(int_least48_t), "");191 _Static_assert(UINT_LEAST48_WIDTH == INT_LEAST48_WIDTH, "");194 int INT_LEAST48_WIDTH, UINT_LEAST48_WIDTH; /* None of these are defined. */ variable
573 #define INT_LEAST48_WIDTH UINT_LEAST48_WIDTH macro