Searched refs:INT_FAST32_WIDTH (Results 1 – 2 of 2) sorted by relevance
147 _Static_assert(INT_FAST32_WIDTH >= 32, "");148 _Static_assert(INT_FAST32_WIDTH / __CHAR_BIT__ == sizeof(int_fast32_t), "");149 _Static_assert(UINT_FAST32_WIDTH == INT_FAST32_WIDTH, "");152 int INT_FAST32_WIDTH, UINT_FAST32_WIDTH; /* None of these are defined. */ variable
660 # define INT_FAST32_WIDTH UINT_FAST32_WIDTH macro