Home
last modified time | relevance | path

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

/external/chromium_org/third_party/smhasher/src/
DKeysetTest.h53 …unc<hashtype> hash, int maxlen, uint32_t * blocks, int blockcount, bool testColl, bool testDist, b… in CombinationKeyTest() argument
73 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram); in CombinationKeyTest()
109 bool PermutationKeyTest ( hashfunc<hashtype> hash, uint32_t * blocks, int blockcount, bool testColl in PermutationKeyTest() argument
125 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram); in PermutationKeyTest()
165 bool SparseKeyTest ( hashfunc<hashtype> hash, const int setbits, bool inclusive, bool testColl, boo… in SparseKeyTest() argument
191 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram); in SparseKeyTest()
DStats.h261 bool TestKeyList ( hashfunc<hashtype> hash, std::vector<keytype> & keys, bool testColl, bool testDi… in TestKeyList() argument
282 bool result = TestHashList(hashes,testColl,testDist,drawDiagram); in TestKeyList()