Searched refs:INT_FAST16_WIDTH (Results 1 – 2 of 2) sorted by relevance
97 _Static_assert(INT_FAST16_WIDTH >= 16, "");98 _Static_assert(INT_FAST16_WIDTH / __CHAR_BIT__ == sizeof(int_fast16_t), "");99 _Static_assert(UINT_FAST16_WIDTH == INT_FAST16_WIDTH, "");102 int INT_FAST16_WIDTH, UINT_FAST16_WIDTH; /* None of these are defined. */ variable
734 # define INT_FAST16_WIDTH UINT_FAST16_WIDTH macro