Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/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 */
1522 IPos hash_head; /* head of the hash chain */ local
1542 hash_head = NIL;
1544 INSERT_STRING(s, s->strstart, hash_head);
1550 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1555 s->match_length = longest_match (s, hash_head);
1575 INSERT_STRING(s, s->strstart, hash_head);
1618 IPos hash_head; /* head of hash chain */ local
[all …]