Home
last modified time | relevance | path

Searched refs:hash_head (Results 1 – 8 of 8) 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/zlib/src/
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/pdfium/third_party/zlib_v128/
Ddeflate.c1631 IPos hash_head; /* head of the hash chain */ in deflate_fast() local
1651 hash_head = NIL; in deflate_fast()
1653 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast()
1659 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast()
1664 s->match_length = longest_match (s, hash_head); in deflate_fast()
1684 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast()
1733 IPos hash_head; /* head of hash chain */ in deflate_slow() local
1754 hash_head = NIL; in deflate_slow()
1756 INSERT_STRING(s, s->strstart, hash_head); in deflate_slow()
1764 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
[all …]
/external/opencv3/3rdparty/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/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