Searched refs:hash_head (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dsctputil.c5116 struct sctp_ifalist *hash_head; local
5131 hash_head = &vrf->vrf_addr_hash[(hash_of_addr & vrf->vrf_addr_hashmark)];
5132 if (hash_head == NULL) {
5143 LIST_FOREACH(sctp_ifap, hash_head, next_bucket) {
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c1828 IPos hash_head; /* head of the hash chain */ local
1846 * dictionary, and set hash_head to the head of the hash chain:
1848 hash_head = NIL;
1850 INSERT_STRING(s, s->strstart, hash_head);
1856 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1861 s->match_length = longest_match (s, hash_head);
1881 INSERT_STRING(s, s->strstart, hash_head);
1930 IPos hash_head; /* head of hash chain */ local
1949 * dictionary, and set hash_head t
[all...]
/freebsd-11-stable/sys/libkern/
H A Dzlib.c841 IPos hash_head = 0; local
869 INSERT_STRING(s, n, hash_head);
871 if (hash_head) hash_head = 0; /* to make compiler happy */
1639 IPos hash_head = NIL; /* head of the hash chain */ local
1657 * dictionary, and set hash_head to the head of the hash chain:
1660 INSERT_STRING(s, s->strstart, hash_head);
1666 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1672 s->match_length = longest_match (s, hash_head);
1732 IPos hash_head = NIL; /* head of hash chain */ local
[all...]
/freebsd-11-stable/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)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c329 IPos hash_head = 0; local
356 INSERT_STRING(s, n, hash_head);
358 if (hash_head) hash_head = 0; /* to make compiler happy */
1458 IPos hash_head = NIL; /* head of the hash chain */ local
1476 * dictionary, and set hash_head to the head of the hash chain:
1479 INSERT_STRING(s, s->strstart, hash_head);
1485 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1492 (s->strategy == Z_RLE && s->strstart - hash_head
1564 IPos hash_head = NIL; /* head of hash chain */ local
[all...]

Completed in 109 milliseconds