Searched refs:hash_head (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_shash.c98 SH_TAILQ_HEAD(hash_head) *headp;
100 headp = (struct hash_head *)begin;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.c323 IPos hash_head = 0; local
350 INSERT_STRING(s, n, hash_head);
352 if (hash_head) hash_head = 0; /* to make compiler happy */
1452 IPos hash_head = NIL; /* head of the hash chain */ local
1470 * dictionary, and set hash_head to the head of the hash chain:
1473 INSERT_STRING(s, s->strstart, hash_head);
1479 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1486 (s->strategy == Z_RLE && s->strstart - hash_head
1558 IPos hash_head = NIL; /* head of hash chain */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c323 IPos hash_head = 0; local
350 INSERT_STRING(s, n, hash_head);
352 if (hash_head) hash_head = 0; /* to make compiler happy */
1452 IPos hash_head = NIL; /* head of the hash chain */ local
1470 * dictionary, and set hash_head to the head of the hash chain:
1473 INSERT_STRING(s, s->strstart, hash_head);
1479 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1486 (s->strategy == Z_RLE && s->strstart - hash_head
1558 IPos hash_head = NIL; /* head of hash chain */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate.c909 IPos hash_head = NIL; /* head of the hash chain */ local
927 * dictionary, and set hash_head to the head of the hash chain:
930 INSERT_STRING(s, s->strstart, hash_head);
936 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
942 s->match_length = longest_match (s, hash_head);
962 INSERT_STRING(s, s->strstart, hash_head);
1003 IPos hash_head = NIL; /* head of hash chain */ local
1022 * dictionary, and set hash_head to the head of the hash chain:
1025 INSERT_STRING(s, s->strstart, hash_head);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_hash.c804 struct hlist_head *hash_head; member in struct:fib_iter_state
818 iter->hash_head = NULL;
832 iter->hash_head = iter->zone->fz_hash;
836 ++iter->bucket, ++iter->hash_head) {
840 hlist_for_each_entry(fn,node,iter->hash_head,fn_hash) {
900 iter->hash_head++;
902 hlist_for_each_entry(fn, node, iter->hash_head, fn_hash) {
917 iter->hash_head = iter->zone->fz_hash;
919 hlist_for_each_entry(fn, node, iter->hash_head, fn_hash) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dlockdep.c1152 struct list_head *hash_head; local
1184 hash_head = classhashentry(key);
1190 list_for_each_entry(class, hash_head, hash_entry)
1206 struct list_head *hash_head; local
1228 hash_head = classhashentry(key);
1239 list_for_each_entry(class, hash_head, hash_entry)
1270 list_add_tail_rcu(&class->hash_entry, hash_head);
1309 struct list_head *hash_head = chainhashentry(chain_key); local
1318 list_for_each_entry(chain, hash_head, entry) {
1342 list_for_each_entry(chain, hash_head, entr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c1720 IPos hash_head; /* head of hash chain */ local
1729 * dictionary, and set hash_head to the head of the hash chain:
1731 INSERT_STRING(G1.strstart, hash_head);
1739 if (hash_head != 0 && G1.prev_length < max_lazy_match
1740 && G1.strstart - hash_head <= MAX_DIST
1746 match_length = longest_match(hash_head);
1773 INSERT_STRING(G1.strstart, hash_head);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c830 IPos hash_head = 0; local
858 INSERT_STRING(s, n, hash_head);
860 if (hash_head) hash_head = 0; /* to make compiler happy */
1628 IPos hash_head = NIL; /* head of the hash chain */ local
1646 * dictionary, and set hash_head to the head of the hash chain:
1649 INSERT_STRING(s, s->strstart, hash_head);
1655 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1661 s->match_length = longest_match (s, hash_head);
1721 IPos hash_head = NIL; /* head of hash chain */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1230 IPos hash_head = NIL; /* head of the hash chain */ local
1249 * dictionary, and set hash_head to the head of the hash chain:
1252 INSERT_STRING(s, s->strstart, hash_head);
1258 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1264 s->match_length = longest_match (s, hash_head);
1286 INSERT_STRING(s, s->strstart, hash_head);
1326 IPos hash_head = NIL; /* head of hash chain */ local
1344 * dictionary, and set hash_head to the head of the hash chain:
1347 INSERT_STRING(s, s->strstart, hash_head);
[all...]

Completed in 126 milliseconds