HomeSort by: relevance | last modified time | path
    Searched defs:hash_head (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/bin/sh/
t_builtins.sh 823 hash_head() { function
  /src/common/dist/zlib/
deflate.c 1814 IPos hash_head; /* head of the hash chain */ local
1832 * dictionary, and set hash_head to the head of the hash chain:
1834 hash_head = NIL;
1836 INSERT_STRING(s, s->strstart, hash_head);
1842 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1847 s->match_length = longest_match (s, hash_head);
1867 INSERT_STRING(s, s->strstart, hash_head);
1913 IPos hash_head; /* head of hash chain */ local
1932 * dictionary, and set hash_head to the head of the hash chain
    [all...]
  /src/external/cddl/osnet/dist/uts/common/zmod/
deflate.c 329 IPos hash_head = 0; local
356 INSERT_STRING(s, n, hash_head);
358 if (hash_head) hash_head = 0; /* to make compiler happy */
1458 IPos hash_head = NIL; /* head of the hash chain */ local
1476 * dictionary, and set hash_head to the head of the hash chain:
1479 INSERT_STRING(s, s->strstart, hash_head);
1485 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1492 (s->strategy == Z_RLE && s->strstart - hash_head == 1))
1564 IPos hash_head = NIL; \/* head of hash chain *\/ local
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
deflate.c 1812 IPos hash_head; /* head of the hash chain */ local
1830 * dictionary, and set hash_head to the head of the hash chain:
1832 hash_head = NIL;
1834 INSERT_STRING(s, s->strstart, hash_head);
1840 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1845 s->match_length = longest_match (s, hash_head);
1865 INSERT_STRING(s, s->strstart, hash_head);
1911 IPos hash_head; /* head of hash chain */ local
1930 * dictionary, and set hash_head to the head of the hash chain
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 1876 IPos hash_head; /* head of the hash chain */ local
1894 * dictionary, and set hash_head to the head of the hash chain:
1896 hash_head = NIL;
1898 INSERT_STRING(s, s->strstart, hash_head);
1904 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1909 s->match_length = longest_match (s, hash_head);
1929 INSERT_STRING(s, s->strstart, hash_head);
1978 IPos hash_head; /* head of hash chain */ local
1997 * dictionary, and set hash_head to the head of the hash chain
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
deflate.c 1876 IPos hash_head; /* head of the hash chain */ local
1894 * dictionary, and set hash_head to the head of the hash chain:
1896 hash_head = NIL;
1898 INSERT_STRING(s, s->strstart, hash_head);
1904 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1909 s->match_length = longest_match (s, hash_head);
1929 INSERT_STRING(s, s->strstart, hash_head);
1978 IPos hash_head; /* head of hash chain */ local
1997 * dictionary, and set hash_head to the head of the hash chain
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
deflate.c 1812 IPos hash_head; /* head of the hash chain */ local
1830 * dictionary, and set hash_head to the head of the hash chain:
1832 hash_head = NIL;
1834 INSERT_STRING(s, s->strstart, hash_head);
1840 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1845 s->match_length = longest_match (s, hash_head);
1865 INSERT_STRING(s, s->strstart, hash_head);
1911 IPos hash_head; /* head of hash chain */ local
1930 * dictionary, and set hash_head to the head of the hash chain
    [all...]
  /src/sys/net/
zlib.c 905 IPos hash_head = 0;
933 INSERT_STRING(s, n, hash_head);
935 if (hash_head) hash_head = 0; /* to make compiler happy */
1761 IPos hash_head = NIL; /* head of the hash chain */ local
1779 * dictionary, and set hash_head to the head of the hash chain:
1782 INSERT_STRING(s, s->strstart, hash_head);
1788 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1794 s->match_length = longest_match (s, hash_head);
1855 IPos hash_head = NIL; \/* head of hash chain *\/ local
    [all...]

Completed in 25 milliseconds