Searched refs:INT_FAST40_WIDTH (Results 1 – 2 of 2) sorted by relevance
172 _Static_assert(INT_FAST40_WIDTH >= 40, "");173 _Static_assert(INT_FAST40_WIDTH / __CHAR_BIT__ == sizeof(int_fast40_t), "");174 _Static_assert(UINT_FAST40_WIDTH == INT_FAST40_WIDTH, "");177 int INT_FAST40_WIDTH, UINT_FAST40_WIDTH; /* None of these are defined. */ variable
612 # define INT_FAST40_WIDTH UINT_FAST40_WIDTH macro