Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeflate.c79 static uInt longest_match (deflate_state *s, IPos cur_match);
558 static uInt longest_match( in longest_match() function
954 s->match_length = longest_match (s, hash_head); in deflate_fast()
1052 s->match_length = longest_match (s, hash_head); in deflate_slow()
/OK3568_Linux_fs/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);