Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/zlib/
Ddeflate.c1632 IPos hash_head; /* head of the hash chain */ local
1652 hash_head = NIL;
1654 INSERT_STRING(s, s->strstart, hash_head);
1660 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1665 s->match_length = longest_match (s, hash_head);
1685 INSERT_STRING(s, s->strstart, hash_head);
1734 IPos hash_head; /* head of hash chain */ local
1755 hash_head = NIL;
1757 INSERT_STRING(s, s->strstart, hash_head);
1765 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
[all …]
DChangeLog1315 - initialize hash_head in deflate.c