Searched refs:hashfunc (Results 1 - 6 of 6) sorted by relevance

/external/srec/srec/crec/
H A Dastar_pphash.c76 unsigned int hashfunc(partial_path* parp) function
96 unsigned int hkey_index = hashfunc(parp);
118 unsigned int hkey_index = hashfunc(parp);
153 unsigned int hkey_index = hashfunc(parp);
H A Dastar_pphash.h49 unsigned int hashfunc(partial_path* parp);
/external/chromium_org/third_party/smhasher/src/
H A DKeysetTest.h53 bool CombinationKeyTest ( hashfunc<hashtype> hash, int maxlen, uint32_t * blocks, int blockcount, bool testColl, bool testDist, bool drawDiagram )
109 bool PermutationKeyTest ( hashfunc<hashtype> hash, uint32_t * blocks, int blockcount, bool testColl, bool testDist, bool drawDiagram )
165 bool SparseKeyTest ( hashfunc<hashtype> hash, const int setbits, bool inclusive, bool testColl, bool testDist, bool drawDiagram )
203 bool WindowedKeyTest ( hashfunc<hashtype> hash, const int windowbits, bool testCollision, bool testDistribution, bool drawDiagram )
321 bool TextKeyTest ( hashfunc<hashtype> hash, const char * prefix, const char * coreset, const int corelen, const char * suffix, bool drawDiagram )
H A DTypes.h60 class hashfunc class
64 hashfunc ( pfHash h ) : m_hash(h) function in class:hashfunc
H A DStats.h69 int PrintCollisions ( hashfunc<hashtype> hash, std::vector<keytype> & keys )
261 bool TestKeyList ( hashfunc<hashtype> hash, std::vector<keytype> & keys, bool testColl, bool testDist, bool drawDiagram )
H A Dmain.cpp128 void test ( hashfunc<hashtype> hash, HashInfo * info )
162 TinySpeedTest(hashfunc<hashtype>(info->hash),sizeof(hashtype),i,info->verification,true,cycles);

Completed in 116 milliseconds