Searched refs:INT_LEAST64_WIDTH (Results 1 – 2 of 2) sorted by relevance
239 _Static_assert(INT_LEAST64_WIDTH >= 64, "");240 _Static_assert(INT_LEAST64_WIDTH / __CHAR_BIT__ == sizeof(int_least64_t), "");241 _Static_assert(UINT_LEAST64_WIDTH == INT_LEAST64_WIDTH, "");244 int INT_LEAST64_WIDTH, UINT_LEAST64_WIDTH; /* None of these are defined. */ variable
502 # define INT_LEAST64_WIDTH UINT_LEAST64_WIDTH macro