Searched refs:INT_LEAST16_WIDTH (Results 1 – 2 of 2) sorted by relevance
89 _Static_assert(INT_LEAST16_WIDTH >= 16, "");90 _Static_assert(INT_LEAST16_WIDTH / __CHAR_BIT__ == sizeof(int_least16_t), "");91 _Static_assert(UINT_LEAST16_WIDTH == INT_LEAST16_WIDTH, "");94 int INT_LEAST16_WIDTH, UINT_LEAST16_WIDTH; /* None of these are defined. */ variable
732 # define INT_LEAST16_WIDTH UINT_LEAST16_WIDTH macro