Searched refs:INT_LEAST24_WIDTH (Results 1 – 2 of 2) sorted by relevance
114 _Static_assert(INT_LEAST24_WIDTH >= 24, "");115 _Static_assert(INT_LEAST24_WIDTH / __CHAR_BIT__ == sizeof(int_least24_t), "");116 _Static_assert(UINT_LEAST24_WIDTH == INT_LEAST24_WIDTH, "");119 int INT_LEAST24_WIDTH, UINT_LEAST24_WIDTH; /* None of these are defined. */ variable
689 # define INT_LEAST24_WIDTH UINT_LEAST24_WIDTH macro