Searched refs:INT_LEAST8_WIDTH (Results 1 – 2 of 2) sorted by relevance
64 _Static_assert(INT_LEAST8_WIDTH >= 8, "");65 _Static_assert(INT_LEAST8_WIDTH / __CHAR_BIT__ == sizeof(int_least8_t), "");66 _Static_assert(UINT_LEAST8_WIDTH == INT_LEAST8_WIDTH, "");69 int INT_LEAST8_WIDTH, UINT_LEAST8_WIDTH; /* None of these are defined. */ variable
769 # define INT_LEAST8_WIDTH UINT_LEAST8_WIDTH macro