Home
last modified time | relevance | path

Searched refs:hash_head (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/zlib/
H A Ddeflate.c1814 IPos hash_head; /* head of the hash chain */ in deflate_fast() local
1834 hash_head = NIL; in deflate_fast()
1836 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast()
1842 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast()
1847 s->match_length = longest_match (s, hash_head); in deflate_fast()
1867 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast()
1913 IPos hash_head; /* head of hash chain */ in deflate_slow() local
1934 hash_head = NIL; in deflate_slow()
1936 INSERT_STRING(s, s->strstart, hash_head); in deflate_slow()
1944 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
[all …]
H A DChangeLog1461 - initialize hash_head in deflate.c
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c59 typedef LIST_HEAD(,sthash) hash_head; typedef
66 hash_head hash[STHASHSIZE];
84 static int lookup_exact_string(hash_head *hash, const char *buf,
1192 lookup_exact_string(hash_head *buckets, const char *buf, const char *s) in lookup_exact_string()
/freebsd/sys/netinet/
H A Dsctputil.c5368 struct sctp_ifalist *hash_head; in sctp_find_ifa_by_addr() local
5386 hash_head = &vrf->vrf_addr_hash[(hash_of_addr & vrf->vrf_addr_hashmark)]; in sctp_find_ifa_by_addr()
5387 if (hash_head == NULL) { in sctp_find_ifa_by_addr()
5398 LIST_FOREACH(sctp_ifap, hash_head, next_bucket) { in sctp_find_ifa_by_addr()