Searched defs:hash_head (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Ddeflate.c323 IPos hash_head = 0; local
350 INSERT_STRING(s, n, hash_head);
352 if (hash_head) hash_head = 0; /* to make compiler happy */
1687 IPos hash_head; /* head of the hash chain */ local
1710 * dictionary, and set hash_head to the head of the hash chain:
1712 hash_head = NIL;
1714 INSERT_STRING(s, s->strstart, hash_head);
1720 if (hash_head != NIL && s->strstart - hash_head <
1789 IPos hash_head; /* head of hash chain */ local
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.c1632 IPos hash_head; /* head of the hash chain */ local
1650 * dictionary, and set hash_head to the head of the hash chain:
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
1753 * dictionary, and set hash_head t
[all...]
/external/zlib/src/
H A Ddeflate.c1632 IPos hash_head; /* head of the hash chain */ local
1650 * dictionary, and set hash_head to the head of the hash chain:
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
1753 * dictionary, and set hash_head t
[all...]
/external/blktrace/btt/
H A Dglobals.h131 struct list_head all_head, hash_head; member in struct:d_info
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c1631 IPos hash_head; /* head of the hash chain */ local
1649 * dictionary, and set hash_head to the head of the hash chain:
1651 hash_head = NIL;
1653 INSERT_STRING(s, s->strstart, hash_head);
1659 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1664 s->match_length = longest_match (s, hash_head);
1684 INSERT_STRING(s, s->strstart, hash_head);
1733 IPos hash_head; /* head of hash chain */ local
1752 * dictionary, and set hash_head t
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c5513 struct sctp_ifalist *hash_head; local
5529 hash_head = &vrf->vrf_addr_hash[(hash_of_addr & vrf->vrf_addr_hashmark)];
5530 if (hash_head == NULL) {
5541 LIST_FOREACH(sctp_ifap, hash_head, next_bucket) {

Completed in 204 milliseconds