Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/external/unzip/src/
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
1544 hash_head = NIL;
1546 INSERT_STRING(s, s->strstart, hash_head);
1552 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1620 IPos hash_head; /* head of hash chain */ local
1641 hash_head = NIL;
1643 INSERT_STRING(s, s->strstart, hash_head);
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Ddeflate.c1828 IPos hash_head; /* head of the hash chain */ local
1848 hash_head = NIL;
1850 INSERT_STRING(s, s->strstart, hash_head);
1856 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1861 s->match_length = longest_match (s, hash_head);
1881 INSERT_STRING(s, s->strstart, hash_head);
1930 IPos hash_head; /* head of hash chain */ local
1951 hash_head = NIL;
1953 INSERT_STRING(s, s->strstart, hash_head);
1962 s->strstart - hash_head <= MAX_DIST(s)) {
[all …]
A DChangeLog1358 - initialize hash_head in deflate.c

Completed in 13 milliseconds