Searched refs:INT_FAST48_WIDTH (Results 1 – 2 of 2) sorted by relevance
197 _Static_assert(INT_FAST48_WIDTH >= 48, "");198 _Static_assert(INT_FAST48_WIDTH / __CHAR_BIT__ == sizeof(int_fast48_t), "");199 _Static_assert(UINT_FAST48_WIDTH == INT_FAST48_WIDTH, "");202 int INT_FAST48_WIDTH, UINT_FAST48_WIDTH; /* None of these are defined. */ variable
575 #define INT_FAST48_WIDTH UINT_FAST48_WIDTH macro