Lines Matching refs:uint_least8_t
27305 uint_least8_t d1 = UINT8_C (0xff);27306 uint_least8_t d1max = UINT_LEAST8_MAX;27363 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;27380 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;