Home
last modified time | relevance | path

Searched refs:uint_least16_t (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h188 #undef uint_least16_t
196 #define uint_least16_t uint16_t macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4118 uint_least16_t d2 = UINT16_C (0xffff);
119 uint_least16_t d2max = UINT_LEAST16_MAX;
176 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
192 int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20123 uint_least16_t d2 = UINT16_C (0xffff);
20124 uint_least16_t d2max = UINT_LEAST16_MAX;
20181 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
20197 int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;