Searched refs:hash2 (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/lib/libc/db/hash/
H A Dhash_func.c48 static u_int32_t hash2(const void *, size_t) __unused;
87 hash2(const void *key, size_t len) function
/freebsd-10.3-release/contrib/gcclibs/libcpp/
H A Dsymtab.c106 unsigned int hash2; local
130 /* hash2 must be odd, so we're guaranteed to visit every possible
132 hash2 = ((hash * 17) & sizemask) | 1;
137 index = (index + hash2) & sizemask;
193 unsigned int index, hash, hash2; local
200 hash2 = ((hash * 17) & sizemask) | 1;
203 index = (index + hash2) & sizemask;
/freebsd-10.3-release/sys/geom/bde/
H A Dg_bde_lock.c221 u_char hash[16], hash2[16]; local
269 bcopy(p, hash2, sizeof hash2);
270 bzero(p, sizeof hash2);
271 p += sizeof hash2;
281 if (bcmp(hash, hash2, sizeof hash2))
/freebsd-10.3-release/contrib/apr-util/test/
H A Dtestpass.c183 const char *hash2 = "$2a$08$qipUJiI9fySUN38hcbz.lucXvAmtgowKOWYtB9y3CXyl6lTknruou"; local
195 apr_password_validate(pass3, hash2));
/freebsd-10.3-release/tools/regression/geom_eli/
H A Dsetkey.t30 hash2=`dd if=/dev/md${no}.eli bs=512 count=${sectors} 2>/dev/null | md5`
129 if [ ${hash1} = ${hash2} ]; then
/freebsd-10.3-release/contrib/gcclibs/libiberty/
H A Dhashtab.c461 hashval_t hash2; local
468 hash2 = htab_mod_m2 (hash, htab);
471 index += hash2;
562 hashval_t index, hash2; local
575 hash2 = htab_mod_m2 (hash, htab);
579 index += hash2;
612 hashval_t index, hash2; local
637 hash2 = htab_mod_m2 (hash, htab);
641 index += hash2;
821 hash(), hash2(), hash
[all...]
/freebsd-10.3-release/contrib/binutils/libiberty/
H A Dhashtab.c461 hashval_t hash2; local
468 hash2 = htab_mod_m2 (hash, htab);
471 index += hash2;
562 hashval_t index, hash2; local
575 hash2 = htab_mod_m2 (hash, htab);
579 index += hash2;
612 hashval_t index, hash2; local
637 hash2 = htab_mod_m2 (hash, htab);
641 index += hash2;
821 hash(), hash2(), hash
[all...]
/freebsd-10.3-release/bin/sh/tests/builtins/
H A DMakefile89 FILES+= hash2.0 hash2.0.stdout
/freebsd-10.3-release/sys/net/
H A Dif_vlan.c325 struct ifvlanhead *hash2; local
345 hash2 = malloc(sizeof(struct ifvlanhead) * n2, M_VLAN, M_NOWAIT);
346 if (hash2 == NULL) {
352 LIST_INIT(&hash2[j]);
357 LIST_INSERT_HEAD(&hash2[j], ifv, ifv_list);
360 trunk->hash = hash2;
/freebsd-10.3-release/contrib/unbound/validator/
H A Dval_secalgo.c1029 unsigned char hash2[HASH_LENGTH_MAX*2]; local
1086 if(prefixlen+hashlen > sizeof(hash2)) {
1091 sechash.data = hash2;
/freebsd-10.3-release/contrib/gdb/gdb/
H A Drs6000-tdep.c2371 /* 127 */ R(hash2), R(imiss), R(icmp), R(rpa)

Completed in 150 milliseconds