Searched refs:uint_least16_t (Results 1 – 3 of 3) sorted by relevance
27 typedef uint16_t uint_least16_t; typedef
466 +typedef ::uintleast16_t uint_least16_t;499 + using ::uint_least16_t;542 + typedef uint16_t uint_least16_t;613 + typedef unsigned short uint_least16_t;620 + typedef unsigned short uint_least16_t;630 + typedef unsigned __short16 uint_least16_t;636 + typedef unsigned short uint_least16_t;
981 …CASE_TEST(limit_uint_least16_max); EXPECT_EQ(1, UINT_LEAST16_MAX, (uint_least16_t) 0xffff); brea… in run_stdlib()