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

/haiku-fatelf/src/bin/zip/
H A Ddeflate.c676 IPos hash_head = NIL; /* head of the hash chain */ local
683 * dictionary, and set hash_head to the head of the hash chain:
688 INSERT_STRING(strstart, hash_head);
693 if (hash_head != NIL && strstart - hash_head <= MAX_DIST) {
705 match_length = longest_match (hash_head);
728 INSERT_STRING(strstart, hash_head);
775 IPos hash_head = NIL; /* head of hash chain */ local
789 * dictionary, and set hash_head to the head of the hash chain:
794 INSERT_STRING(strstart, hash_head);
[all...]
/haiku-fatelf/src/bin/gzip/
H A Ddeflate.c582 IPos hash_head; /* head of the hash chain */ local
589 * dictionary, and set hash_head to the head of the hash chain:
591 INSERT_STRING(strstart, hash_head);
596 if (hash_head != NIL && strstart - hash_head <= MAX_DIST) {
601 match_length = longest_match (hash_head);
619 INSERT_STRING(strstart, hash_head);
663 IPos hash_head; /* head of hash chain */ local
677 * dictionary, and set hash_head to the head of the hash chain:
679 INSERT_STRING(strstart, hash_head);
[all...]
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Ddeflate.c305 IPos hash_head = 0; local
331 INSERT_STRING(s, n, hash_head);
333 if (hash_head) hash_head = 0; /* to make compiler happy */
1149 IPos hash_head = NIL; /* head of the hash chain */ local
1167 * dictionary, and set hash_head to the head of the hash chain:
1170 INSERT_STRING(s, s->strstart, hash_head);
1176 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1182 s->match_length = longest_match (s, hash_head);
1245 IPos hash_head = NIL; /* head of hash chain */ local
[all...]
/haiku-fatelf/src/libs/zlib/
H A Ddeflate.c319 IPos hash_head = 0; local
346 INSERT_STRING(s, n, hash_head);
348 if (hash_head) hash_head = 0; /* to make compiler happy */
1524 IPos hash_head; /* head of the hash chain */ local
1542 * dictionary, and set hash_head to the head of the hash chain:
1544 hash_head = NIL;
1546 INSERT_STRING(s, s->strstart, hash_head);
1552 if (hash_head != NIL && s->strstart - hash_head <
1620 IPos hash_head; /* head of hash chain */ local
[all...]

Completed in 62 milliseconds