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

/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Ddeflate.c325 IPos hash_head = 0; local
352 INSERT_STRING(s, n, hash_head);
354 if (hash_head) hash_head = 0; /* to make compiler happy */
1454 IPos hash_head = NIL; /* head of the hash chain */ local
1472 * dictionary, and set hash_head to the head of the hash chain:
1475 INSERT_STRING(s, s->strstart, hash_head);
1481 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1488 (s->strategy == Z_RLE && s->strstart - hash_head
1560 IPos hash_head = NIL; /* head of hash chain */ local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
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...]
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.c905 IPos hash_head = 0;
933 INSERT_STRING(s, n, hash_head);
935 if (hash_head) hash_head = 0; /* to make compiler happy */
1761 IPos hash_head = NIL; /* head of the hash chain */ local
1779 * dictionary, and set hash_head to the head of the hash chain:
1782 INSERT_STRING(s, s->strstart, hash_head);
1788 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1794 s->match_length = longest_match (s, hash_head);
1855 IPos hash_head = NIL; /* head of hash chain */ local
[all...]

Completed in 126 milliseconds