Home
last modified time | relevance | path

Searched refs:longest_match (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c79 static uInt longest_match (deflate_state *s, IPos cur_match);
565 static uInt longest_match( in longest_match() function
961 s->match_length = longest_match (s, hash_head); in deflate_fast()
1059 s->match_length = longest_match (s, hash_head); in deflate_slow()
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1061 local uInt longest_match(s, cur_match) in longest_match() function
1210 local uInt longest_match(s, cur_match) in longest_match() function
1555 s->match_length = longest_match (s, hash_head);
1655 s->match_length = longest_match (s, hash_head);