Searched refs:marisa_uint32 (Results 1 – 2 of 2) sorted by relevance
22 typedef unsigned __int32 marisa_uint32; typedef27 typedef uint32_t marisa_uint32;44 #define MARISA_UINT32_MAX ((marisa_uint32)~(marisa_uint32)0)176 typedef ::marisa_uint32 UInt32;
18 ASSERT(sizeof(marisa_uint32) == 4); in TestTypes()