Searched refs:INT_LEAST40_WIDTH (Results 1 – 2 of 2) sorted by relevance
164 _Static_assert(INT_LEAST40_WIDTH >= 40, "");165 _Static_assert(INT_LEAST40_WIDTH / __CHAR_BIT__ == sizeof(int_least40_t), "");166 _Static_assert(UINT_LEAST40_WIDTH == INT_LEAST40_WIDTH, "");169 int INT_LEAST40_WIDTH, UINT_LEAST40_WIDTH; /* None of these are defined. */ variable
610 # define INT_LEAST40_WIDTH UINT_LEAST40_WIDTH macro