Searched refs:longest_match (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/lib/libz/contrib/ |
| D | README.contrib | 30 assembler to replace longest_match() and inflate_fast() 50 replace longest_match() and inflate_fast(), also masm x86 54 x86 asm code to replace longest_match() and inflate_fast(),
|
| /freebsd-9-stable/lib/libz/contrib/asm686/ |
| D | match.S | 25 #define longest_match _longest_match macro 81 .globl match_init, longest_match 88 longest_match: label
|
| /freebsd-9-stable/lib/libz/contrib/gcc_gvmat64/ |
| D | gvmat64.S | 55 # define longest_match _longest_match macro 60 .globl match_init, longest_match 62 longest_match: label
|
| /freebsd-9-stable/lib/libz/ |
| D | Symbol.map | 104 longest_match;
|
| D | deflate.c | 90 uInt longest_match OF((deflate_state *s, IPos cur_match)); 92 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1148 local uInt longest_match(s, cur_match) in longest_match() function 1297 local uInt longest_match(s, cur_match) in longest_match() function 1665 s->match_length = longest_match (s, hash_head); 1771 s->match_length = longest_match (s, hash_head);
|
| D | ChangeLog | 369 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant] 1178 386 asm code replacing longest_match(). 1388 - optimized fill_window, put longest_match inline for gcc
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| D | deflate.c | 94 uInt longest_match OF((deflate_state *s, IPos cur_match)); 96 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1033 local uInt longest_match(s, cur_match) in longest_match() function 1497 s->match_length = longest_match (s, hash_head); 1601 s->match_length = longest_match (s, hash_head);
|
| /freebsd-9-stable/sys/net/ |
| D | zlib.c | 629 uInt longest_match OF((deflate_state *s, IPos cur_match)); 631 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1273 local uInt longest_match(s, cur_match) in longest_match() function 1665 s->match_length = longest_match (s, hash_head); 1762 s->match_length = longest_match (s, hash_head);
|