Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/geom/bde/
Dg_bde_lock.c221 u_char hash[16], hash2[16]; in g_bde_decode_lock() local
269 bcopy(p, hash2, sizeof hash2); in g_bde_decode_lock()
270 bzero(p, sizeof hash2); in g_bde_decode_lock()
271 p += sizeof hash2; in g_bde_decode_lock()
281 if (bcmp(hash, hash2, sizeof hash2)) in g_bde_decode_lock()
/freebsd-9-stable/contrib/gcclibs/libcpp/
Dsymtab.c106 unsigned int hash2; in ht_lookup_with_hash() local
132 hash2 = ((hash * 17) & sizemask) | 1; in ht_lookup_with_hash()
137 index = (index + hash2) & sizemask; in ht_lookup_with_hash()
193 unsigned int index, hash, hash2; in ht_expand() local
200 hash2 = ((hash * 17) & sizemask) | 1; in ht_expand()
203 index = (index + hash2) & sizemask; in ht_expand()
/freebsd-9-stable/contrib/binutils/libiberty/
Dhashtab.c461 hashval_t hash2; in find_empty_slot_for_expand() local
468 hash2 = htab_mod_m2 (hash, htab); in find_empty_slot_for_expand()
471 index += hash2; in find_empty_slot_for_expand()
562 hashval_t index, hash2; in htab_find_with_hash() local
575 hash2 = htab_mod_m2 (hash, htab); in htab_find_with_hash()
579 index += hash2; in htab_find_with_hash()
612 hashval_t index, hash2; in htab_find_slot_with_hash() local
637 hash2 = htab_mod_m2 (hash, htab); in htab_find_slot_with_hash()
641 index += hash2; in htab_find_slot_with_hash()
DChangeLog2432 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
3867 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
/freebsd-9-stable/contrib/gcclibs/libiberty/
Dhashtab.c461 hashval_t hash2; in find_empty_slot_for_expand() local
468 hash2 = htab_mod_m2 (hash, htab); in find_empty_slot_for_expand()
471 index += hash2; in find_empty_slot_for_expand()
562 hashval_t index, hash2; in htab_find_with_hash() local
575 hash2 = htab_mod_m2 (hash, htab); in htab_find_with_hash()
579 index += hash2; in htab_find_with_hash()
612 hashval_t index, hash2; in htab_find_slot_with_hash() local
637 hash2 = htab_mod_m2 (hash, htab); in htab_find_slot_with_hash()
641 index += hash2; in htab_find_slot_with_hash()
DChangeLog2234 (find_empty_slot_for_expand): Don't compute hash2 unless needed.
3669 * hashtab.c (htab_find_with_hash): Avoid calculating hash2
/freebsd-9-stable/lib/libc/db/hash/
Dhash_func.c48 static u_int32_t hash2(const void *, size_t) __unused;
87 hash2(const void *key, size_t len) in hash2() function
/freebsd-9-stable/tools/regression/geom_eli/
Dsetkey.t31 hash2=`dd if=/dev/md${no}.eli bs=512 count=${sectors} 2>/dev/null | md5`
130 if [ ${hash1} = ${hash2} ]; then
/freebsd-9-stable/tools/regression/bin/sh/builtins/
Dhash2.01 # $FreeBSD: stable/9/tools/regression/bin/sh/builtins/hash2.0 149791 2005-09-05 09:42:10Z stefanf $
/freebsd-9-stable/sys/net/
Dif_vlan.c326 struct ifvlanhead *hash2; in vlan_growhash() local
346 hash2 = malloc(sizeof(struct ifvlanhead) * n2, M_VLAN, M_NOWAIT); in vlan_growhash()
347 if (hash2 == NULL) { in vlan_growhash()
353 LIST_INIT(&hash2[j]); in vlan_growhash()
358 LIST_INSERT_HEAD(&hash2[j], ifv, ifv_list); in vlan_growhash()
361 trunk->hash = hash2; in vlan_growhash()
/freebsd-9-stable/contrib/gdb/gdb/
Drs6000-tdep.c2369 /* 127 */ R(hash2), R(imiss), R(icmp), R(rpa)