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

/macosx-10.10.1/BerkeleyDB-21/db/mod_db4/
H A Dmm_hash.c49 static unsigned int hash_hash(const char *key, int length) function
62 unsigned int hash = hash_hash((const char *)key, length) % MM_HASH_SIZE;
80 hash = hash_hash(key, length) % MM_HASH_SIZE;
109 hash = hash_hash(key, length) % MM_HASH_SIZE;
/macosx-10.10.1/vim-55/src/proto/
H A Dhashtab.pro13 hash_T hash_hash __ARGS((char_u *key));
/macosx-10.10.1/vim-55/src/
H A Dhashtab.c126 return hash_lookup(ht, key, hash_hash(key));
218 hash_T hash = hash_hash(key);
484 hash_hash(key) function
H A Dspell.c3394 hash = hash_hash(p);
6659 hash = hash_hash(dw);
7824 hash = hash_hash(child->wn_u1.hashkey);
13283 hash = hash_hash(goodword);
13617 hash = hash_hash(b);
13874 hash = hash_hash(word);
H A Dsyntax.c4372 hash = hash_hash(kp->keyword);
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DVMethods.pm68 hash => \&hash_hash,
359 sub hash_hash { subroutine

Completed in 294 milliseconds