Home
last modified time | relevance | path

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

/external/chromium_org/third_party/smhasher/src/
DKeysetTest.h203 …func<hashtype> hash, const int windowbits, bool testCollision, bool testDistribution, bool drawDia… in WindowedKeyTest() argument
235 result &= TestHashList(hashes,testCollision,testDistribution,drawDiagram); in WindowedKeyTest()
Dmain.cpp431 bool testDistribution = false; in test() local
434 …wedKeyTest< Blob<hashbits*2>, hashtype > ( hash, 20, testCollision, testDistribution, drawDiagram … in test()