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

  /src/common/dist/zlib/contrib/gcc_gvmat64/
gvmat64.S 6 ; gvmat64.S -- Asm portion of the optimized longest_match for 32 bits x86_64
12 ; File written by Gilles Vollant, by converting to assembly the longest_match
41 ;uInt longest_match(s, cur_match)
55 # define longest_match _longest_match macro
60 .globl match_init, longest_match
62 longest_match: label
gvmat64.S 6 ; gvmat64.S -- Asm portion of the optimized longest_match for 32 bits x86_64
12 ; File written by Gilles Vollant, by converting to assembly the longest_match
41 ;uInt longest_match(s, cur_match)
55 # define longest_match _longest_match macro
60 .globl match_init, longest_match
62 longest_match: label
  /src/common/dist/zlib/
deflate.c 1350 local uInt longest_match(deflate_state *s, IPos cur_match) { function in typeref:typename:local uInt
1498 local uInt longest_match(deflate_state *s, IPos cur_match) { function in typeref:typename:local uInt
1847 s->match_length = longest_match (s, hash_head);
1848 /* longest_match() sets match_start */
1950 s->match_length = longest_match (s, hash_head);
1951 /* longest_match() sets match_start */
deflate.c 1350 local uInt longest_match(deflate_state *s, IPos cur_match) { function in typeref:typename:local uInt
1498 local uInt longest_match(deflate_state *s, IPos cur_match) { function in typeref:typename:local uInt
1847 s->match_length = longest_match (s, hash_head);
1848 /* longest_match() sets match_start */
1950 s->match_length = longest_match (s, hash_head);
1951 /* longest_match() sets match_start */
  /src/sys/net/
zlib.c 695 uInt longest_match(deflate_state *s, IPos cur_match);
697 local uInt longest_match(deflate_state *s, IPos cur_match);
1350 local uInt longest_match(deflate_state *s, function in typeref:typename:local uInt
1491 local uInt longest_match(s, cur_match) function
1794 s->match_length = longest_match (s, hash_head);
1796 /* longest_match() sets match_start */
1892 s->match_length = longest_match (s, hash_head);
1894 /* longest_match() sets match_start */
zlib.c 695 uInt longest_match(deflate_state *s, IPos cur_match);
697 local uInt longest_match(deflate_state *s, IPos cur_match);
1350 local uInt longest_match(deflate_state *s, function in typeref:typename:local uInt
1491 local uInt longest_match(s, cur_match) function
1794 s->match_length = longest_match (s, hash_head);
1796 /* longest_match() sets match_start */
1892 s->match_length = longest_match (s, hash_head);
1894 /* longest_match() sets match_start */

Completed in 36 milliseconds