Searched refs:hash_head (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/CoverageMapping/ |
D | loopmacro.c | 37 int hash_head = 2; in main() local 45 INSERT_STRING(strstart, hash_head); in main()
|
/external/zlib/src/ |
D | deflate.c | 1632 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 …]
|
D | ChangeLog | 1315 - initialize hash_head in deflate.c
|
/external/pdfium/third_party/zlib_v128/ |
D | deflate.c | 1631 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/ |
D | deflate.c | 1632 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 …]
|
D | ChangeLog | 1315 - initialize hash_head in deflate.c
|
/external/blktrace/btt/ |
D | devs.c | 68 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()
|
D | globals.h | 131 struct list_head all_head, hash_head; member
|