Searched refs:marisa_uint16 (Results 1 – 2 of 2) sorted by relevance
21 typedef unsigned __int16 marisa_uint16; typedef26 typedef uint16_t marisa_uint16;43 #define MARISA_UINT16_MAX ((marisa_uint16)~(marisa_uint16)0)175 typedef ::marisa_uint16 UInt16;
17 ASSERT(sizeof(marisa_uint16) == 2); in TestTypes()