Home
last modified time | relevance | path

Searched refs:marisa_uint32 (Results 1 – 2 of 2) sorted by relevance

/external/marisa-trie/include/marisa/
Dbase.h22 typedef unsigned __int32 marisa_uint32; typedef
27 typedef uint32_t marisa_uint32;
44 #define MARISA_UINT32_MAX ((marisa_uint32)~(marisa_uint32)0)
176 typedef ::marisa_uint32 UInt32;
/external/marisa-trie/tests/
Dbase-test.cc18 ASSERT(sizeof(marisa_uint32) == 4); in TestTypes()