Searched refs:uint_least8_t (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdint.in.h185 #undef uint_least8_t macro
193 #define uint_least8_t uint8_t macro
/osnet-11/usr/src/grub/grub2/
H A Dconfigure27305 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;
[all...]

Completed in 67 milliseconds