Searched refs:INT_FAST8_WIDTH (Results 1 – 2 of 2) sorted by relevance
72 _Static_assert(INT_FAST8_WIDTH >= 8, "");73 _Static_assert(INT_FAST8_WIDTH / __CHAR_BIT__ == sizeof(int_fast8_t), "");74 _Static_assert(UINT_FAST8_WIDTH == INT_FAST8_WIDTH, "");77 int INT_FAST8_WIDTH, UINT_FAST8_WIDTH; /* None of these are defined. */ variable
771 # define INT_FAST8_WIDTH UINT_FAST8_WIDTH macro