HomeSort by relevance Sort by last modified time
    Searched refs:drawDiagram (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/smhasher/src/
main.cpp 258 bool drawDiagram = false;
260 result &= CyclicKeyTest<hashtype>(hash,sizeof(hashtype)+0,8,10000000,drawDiagram);
261 result &= CyclicKeyTest<hashtype>(hash,sizeof(hashtype)+1,8,10000000,drawDiagram);
262 result &= CyclicKeyTest<hashtype>(hash,sizeof(hashtype)+2,8,10000000,drawDiagram);
263 result &= CyclicKeyTest<hashtype>(hash,sizeof(hashtype)+3,8,10000000,drawDiagram);
264 result &= CyclicKeyTest<hashtype>(hash,sizeof(hashtype)+4,8,10000000,drawDiagram);
280 bool drawDiagram = false;
284 result &= TwoBytesTest2<hashtype>(hash,i,drawDiagram);
299 bool drawDiagram = false;
301 result &= SparseKeyTest< 32,hashtype>(hash,6,true,true,true,drawDiagram);
    [all...]
Stats.h 106 double TestDistribution ( std::vector<hashtype> & hashes, bool drawDiagram )
110 if(drawDiagram) printf("\n");
150 if(drawDiagram) printf("[");
156 if(drawDiagram) plot(n);
176 if(drawDiagram) printf("]\n");
191 bool TestHashList ( std::vector<hashtype> & hashes, std::vector<hashtype> & collisions, bool testDist, bool drawDiagram )
242 TestDistribution(hashes,drawDiagram);
251 bool TestHashList ( std::vector<hashtype> & hashes, bool /*testColl*/, bool testDist, bool drawDiagram )
255 return TestHashList(hashes,collisions,testDist,drawDiagram);
261 bool TestKeyList ( hashfunc<hashtype> hash, std::vector<keytype> & keys, bool testColl, bool testDist, bool drawDiagram )
    [all...]
KeysetTest.h 53 bool CombinationKeyTest ( hashfunc<hashtype> hash, int maxlen, uint32_t * blocks, int blockcount, bool testColl, bool testDist, bool drawDiagram )
73 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram);
109 bool PermutationKeyTest ( hashfunc<hashtype> hash, uint32_t * blocks, int blockcount, bool testColl, bool testDist, bool drawDiagram )
125 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram);
165 bool SparseKeyTest ( hashfunc<hashtype> hash, const int setbits, bool inclusive, bool testColl, bool testDist, bool drawDiagram )
191 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram);
203 bool WindowedKeyTest ( hashfunc<hashtype> hash, const int windowbits, bool testCollision, bool testDistribution, bool drawDiagram )
235 result &= TestHashList(hashes,testCollision,testDistribution,drawDiagram);
250 bool CyclicKeyTest ( pfHash hash, int cycleLen, int cycleReps, const int keycount, bool drawDiagram )
284 result &= TestHashList(hashes,true,true,drawDiagram);
    [all...]

Completed in 96 milliseconds