OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testDistribution
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/smhasher/src/
KeysetTest.h
203
bool WindowedKeyTest ( hashfunc<hashtype> hash, const int windowbits, bool testCollision, bool
testDistribution
, bool drawDiagram )
235
result &= TestHashList(hashes,testCollision,
testDistribution
,drawDiagram);
main.cpp
431
bool
testDistribution
= false;
434
result &= WindowedKeyTest< Blob<hashbits*2>, hashtype > ( hash, 20, testCollision,
testDistribution
, drawDiagram );
Completed in 77 milliseconds