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

  /external/chromium_org/third_party/smhasher/src/
SpeedTest.h 5 void BulkSpeedTest ( pfHash hash, uint32_t seed );
6 void TinySpeedTest ( pfHash hash, int hashsize, int keysize, uint32_t seed, bool verbose, double & outCycles );
Types.h 36 typedef void (*pfHash) ( const void * blob, const int len, const uint32_t seed, void * out );
64 hashfunc ( pfHash h ) : m_hash(h)
73 inline operator pfHash ( void ) const
87 pfHash m_hash;
122 HashCallback ( pfHash hash, hashvec & hashes ) : m_hashes(hashes), m_pfHash(hash)
142 pfHash m_pfHash;
159 CollisionCallback ( pfHash hash, hashset & collisions, collmap & cmap )
180 pfHash m_pfHash;
KeysetTest.h 20 bool VerificationTest ( pfHash hash, const int hashbits, uint32_t expected, bool verbose );
21 bool SanityTest ( pfHash hash, const int hashbits );
22 void AppendedZeroesTest ( pfHash hash, const int hashbits );
30 pfHash hash, std::vector<hashtype> & hashes )
85 void PermutationKeygenRecurse ( pfHash hash, uint32_t * blocks, int blockcount, int k, std::vector<hashtype> & hashes )
136 void SparseKeygenRecurse ( pfHash hash, int start, int bitsleft, bool inclusive, keytype & k, std::vector<hashtype> & hashes )
250 bool CyclicKeyTest ( pfHash hash, int cycleLen, int cycleReps, const int keycount, bool drawDiagram )
299 bool TwoBytesTest2 ( pfHash hash, int maxlen, bool drawDiagram )
377 bool ZeroKeyTest ( pfHash hash, bool drawDiagram )
412 bool SeedTest ( pfHash hash, int keycount, bool drawDiagram
    [all...]
AvalancheTest.h 28 void calcBias ( pfHash hash, std::vector<int> & counts, int reps, Rand & r )
69 bool AvalancheTest ( pfHash hash, const int reps )
111 void BicTest ( pfHash hash, const int keybit, const int reps, double & maxBias, int & maxA, int & maxB, bool verbose )
197 bool BicTest ( pfHash hash, const int reps )
239 void BicTest3 ( pfHash hash, const int reps, bool verbose = true )
347 void BicTest2 ( pfHash hash, const int reps, bool verbose = true )
DifferentialTest.h 104 void DiffTestRecurse ( pfHash hash, keytype & k1, keytype & k2, hashtype & h1, hashtype & h2, int start, int bitsleft, std::vector<keytype> & diffs )
133 bool DiffTest ( pfHash hash, int diffbits, int reps, bool dumpCollisions )
189 void DiffDistTest ( pfHash hash, const int diffbits, int trials, double & worst, double & avg )
246 bool DiffDistTest2 ( pfHash hash )
KeysetTest.cpp 13 bool VerificationTest ( pfHash hash, const int hashbits, uint32_t expected, bool verbose )
74 bool SanityTest ( pfHash hash, const int hashbits )
162 void AppendedZeroesTest ( pfHash hash, const int hashbits )
299 void ReportCollisions ( pfHash hash )
SpeedTest.cpp 151 NEVER_INLINE int64_t timehash ( pfHash hash, const void * key, int len, int seed )
168 double SpeedTest ( pfHash hash, uint32_t seed, const int trials, const int blocksize, const int align )
211 void BulkSpeedTest ( pfHash hash, uint32_t seed )
231 void TinySpeedTest ( pfHash hash, int hashsize, int keysize, uint32_t seed, bool verbose, double & /*outCycles*/ )
main.cpp 37 pfHash hash;

Completed in 114 milliseconds