Searched refs:INT_FAST64_WIDTH (Results 1 – 2 of 2) sorted by relevance
247 _Static_assert(INT_FAST64_WIDTH >= 64, "");248 _Static_assert(INT_FAST64_WIDTH / __CHAR_BIT__ == sizeof(int_fast64_t), "");249 _Static_assert(UINT_FAST64_WIDTH == INT_FAST64_WIDTH, "");252 int INT_FAST64_WIDTH, UINT_FAST64_WIDTH; /* None of these are defined. */ variable
504 # define INT_FAST64_WIDTH UINT_FAST64_WIDTH macro