Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/contrib/
H A DREADME.contrib30 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 Dmatch.S25 #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 Dgvmat64.S55 # define longest_match _longest_match macro
60 .globl match_init, longest_match
62 longest_match: label
/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c93 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 DChangeLog412 - 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