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

  /external/srec/srec/crec/
astar_pphash.c 76 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);
astar_pphash.h 49 unsigned int hashfunc(partial_path* parp);
  /external/chromium_org/third_party/smhasher/src/
KeysetTest.h 53 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 )
Stats.h 69 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 )
Types.h 60 class hashfunc class
64 hashfunc ( pfHash h ) : m_hash(h) function in class:hashfunc
main.cpp 128 void test ( hashfunc<hashtype> hash, HashInfo * info )
162 TinySpeedTest(hashfunc<hashtype>(info->hash),sizeof(hashtype),i,info->verification,true,cycles);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hmac.py 79 def _rfc4231_test_cases(self, hashfunc):
81 h = hmac.HMAC(key, data, digestmod=hashfunc)
82 self.assertEqual(h.hexdigest().lower(), hexdigests[hashfunc])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hmac.py 79 def _rfc4231_test_cases(self, hashfunc):
81 h = hmac.HMAC(key, data, digestmod=hashfunc)
82 self.assertEqual(h.hexdigest().lower(), hexdigests[hashfunc])
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 314 typedef long (*hashfunc)(PyObject *); typedef
346 hashfunc tp_hash;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 314 typedef long (*hashfunc)(PyObject *); typedef
346 hashfunc tp_hash;
    [all...]

Completed in 327 milliseconds