Searched refs:INT_LEAST32_WIDTH (Results 1 – 2 of 2) sorted by relevance
139 _Static_assert(INT_LEAST32_WIDTH >= 32, "");140 _Static_assert(INT_LEAST32_WIDTH / __CHAR_BIT__ == sizeof(int_least32_t), "");141 _Static_assert(UINT_LEAST32_WIDTH == INT_LEAST32_WIDTH, "");144 int INT_LEAST32_WIDTH, UINT_LEAST32_WIDTH; /* None of these are defined. */ variable
658 # define INT_LEAST32_WIDTH UINT_LEAST32_WIDTH macro