OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SparseKeyTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/smhasher/src/
main.cpp
301
result &=
SparseKeyTest
< 32,hashtype>(hash,6,true,true,true,drawDiagram);
302
result &=
SparseKeyTest
< 40,hashtype>(hash,6,true,true,true,drawDiagram);
303
result &=
SparseKeyTest
< 48,hashtype>(hash,5,true,true,true,drawDiagram);
304
result &=
SparseKeyTest
< 56,hashtype>(hash,5,true,true,true,drawDiagram);
305
result &=
SparseKeyTest
< 64,hashtype>(hash,5,true,true,true,drawDiagram);
306
result &=
SparseKeyTest
< 96,hashtype>(hash,4,true,true,true,drawDiagram);
307
result &=
SparseKeyTest
< 256,hashtype>(hash,3,true,true,true,drawDiagram);
308
result &=
SparseKeyTest
<2048,hashtype>(hash,2,true,true,true,drawDiagram);
KeysetTest.h
165
bool
SparseKeyTest
( hashfunc<hashtype> hash, const int setbits, bool inclusive, bool testColl, bool testDist, bool drawDiagram )
Completed in 33 milliseconds