Searched refs:longest_match (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | deflate.c | 91 uInt longest_match OF((deflate_state *s, IPos cur_match)); 93 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1274 local uInt longest_match(s, cur_match) in longest_match() function 1423 local uInt longest_match(s, cur_match) in longest_match() function 1907 s->match_length = longest_match (s, hash_head); 2013 s->match_length = longest_match (s, hash_head);
|
H A D | ChangeLog | 475 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant] 1284 386 asm code replacing longest_match() 1494 - optimized fill_window, put longest_match inline for gcc
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 721 uInt longest_match OF((deflate_state *s, IPos cur_match)); 723 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1451 longest_match(s, cur_match) in longest_match() function 1616 longest_match(s, cur_match) in longest_match() function 1987 s->match_length = longest_match(s, hash_head); 2114 s->match_length = longest_match(s, hash_head);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 534 local int longest_match OF((deflate_state *s, IPos cur_match)); 939 local int longest_match(s, cur_match) in longest_match() function 1264 s->match_length = longest_match (s, hash_head); 1362 s->match_length = longest_match (s, hash_head);
|