Searched refs:longest_match (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/zlib/contrib/ |
| H A 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(),
|
| /f-stack/freebsd/contrib/zlib/contrib/asm686/ |
| H A D | match.S | 25 #define longest_match _longest_match macro 81 .globl match_init, longest_match 88 longest_match: label
|
| /f-stack/freebsd/contrib/zlib/contrib/gcc_gvmat64/ |
| H A D | gvmat64.S | 55 # define longest_match _longest_match macro 60 .globl match_init, longest_match 62 longest_match: label
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | deflate.c | 93 uInt longest_match OF((deflate_state *s, IPos cur_match)); 95 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1239 local uInt longest_match(s, cur_match) in longest_match() function 1388 local uInt longest_match(s, cur_match) in longest_match() function 1866 s->match_length = longest_match (s, hash_head); 1972 s->match_length = longest_match (s, hash_head);
|
| H A D | ChangeLog | 412 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant] 1221 386 asm code replacing longest_match(). 1431 - optimized fill_window, put longest_match inline for gcc
|