Home
last modified time | relevance | path

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

/external/clang/test/CoverageMapping/
Dloopmacro.c37 int hash_head = 2; in main() local
45 INSERT_STRING(strstart, hash_head); in main()
/external/syslinux/com32/lib/zlib/
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)) {
1557 s->match_length = longest_match (s, hash_head);
1577 INSERT_STRING(s, s->strstart, hash_head);
1620 IPos hash_head; /* head of hash chain */ local
[all …]
/external/python/cpython2/Modules/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
/external/python/cpython3/Modules/zlib/
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);
1961 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
[all …]
DChangeLog1358 - initialize hash_head in deflate.c
/external/zlib/src/
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);
1961 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
[all …]
DChangeLog1358 - initialize hash_head in deflate.c
/external/blktrace/btt/
Ddevs.c68 dip = list_entry(p, struct d_info, hash_head); in __dip_find()
151 list_add_tail(&dip->hash_head, &dev_heads[DEV_HASH(device)]); in dip_alloc()
Dglobals.h131 struct list_head all_head, hash_head; member