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/u-boot/lib/zlib/
Ddeflate.c320 IPos hash_head = 0; local
347 INSERT_STRING(s, n, hash_head);
349 if (hash_head) hash_head = 0; /* to make compiler happy */
1523 IPos hash_head; /* head of the hash chain */ local
1543 hash_head = NIL;
1545 INSERT_STRING(s, s->strstart, hash_head);
1551 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1556 s->match_length = longest_match (s, hash_head);
1576 INSERT_STRING(s, s->strstart, hash_head);
1619 IPos hash_head; /* head of hash chain */ local
[all …]
/external/v8/third_party/zlib/
Ddeflate.c1904 IPos hash_head; /* head of the hash chain */ local
1924 hash_head = NIL;
1926 hash_head = insert_string(s, s->strstart);
1932 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1937 s->match_length = longest_match (s, hash_head);
1957 hash_head = insert_string(s, s->strstart);
2006 IPos hash_head; /* head of hash chain */ local
2027 hash_head = NIL;
2029 hash_head = insert_string(s, s->strstart);
2037 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
[all …]
/external/zlib/
Ddeflate.c1879 IPos hash_head; /* head of the hash chain */ local
1899 hash_head = NIL;
1901 hash_head = insert_string(s, s->strstart);
1907 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1912 s->match_length = longest_match (s, hash_head);
1932 hash_head = insert_string(s, s->strstart);
1981 IPos hash_head; /* head of hash chain */ local
2002 hash_head = NIL;
2004 hash_head = insert_string(s, s->strstart);
2012 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
[all …]
/external/python/cpython2/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/blktrace/btt/
Ddevs.c68 dip = list_entry(p, struct d_info, hash_head); in __dip_find()
155 list_add_tail(&dip->hash_head, &dev_heads[DEV_HASH(device)]); in dip_alloc()
Dglobals.h131 struct list_head all_head, hash_head; member
/external/zlib/patches/
D0001-simd.patch757 hash_head = NIL;
759 - INSERT_STRING(s, s->strstart, hash_head);
760 + hash_head = insert_string(s, s->strstart);
768 - INSERT_STRING(s, s->strstart, hash_head);
769 + hash_head = insert_string(s, s->strstart);
775 hash_head = NIL;
777 - INSERT_STRING(s, s->strstart, hash_head);
778 + hash_head = insert_string(s, s->strstart);
786 - INSERT_STRING(s, s->strstart, hash_head);
787 + hash_head = insert_string(s, s->strstart);
/external/v8/third_party/zlib/patches/
D0001-simd.patch757 hash_head = NIL;
759 - INSERT_STRING(s, s->strstart, hash_head);
760 + hash_head = insert_string(s, s->strstart);
768 - INSERT_STRING(s, s->strstart, hash_head);
769 + hash_head = insert_string(s, s->strstart);
775 hash_head = NIL;
777 - INSERT_STRING(s, s->strstart, hash_head);
778 + hash_head = insert_string(s, s->strstart);
786 - INSERT_STRING(s, s->strstart, hash_head);
787 + hash_head = insert_string(s, s->strstart);