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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdint.in.h187 #undef uint_least16_t macro
195 #define uint_least16_t uint16_t macro
/osnet-11/usr/src/grub/grub2/
H A Dconfigure27307 uint_least16_t d2 = UINT16_C (0xffff);
27308 uint_least16_t d2max = UINT_LEAST16_MAX;
27365 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
27381 int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
[all...]

Completed in 83 milliseconds