Home
last modified time | relevance | path

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

/freebsd/sys/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
/freebsd/sys/contrib/zlib/contrib/
H A DREADME.contrib22 assembler to replace longest_match() and inflate_fast()
/freebsd/sys/contrib/zlib/
H A Ddeflate.c1348 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match() function
1496 local uInt longest_match(deflate_state *s, IPos cur_match) { in longest_match() function
1847 s->match_length = longest_match (s, hash_head); in deflate_fast()
1950 s->match_length = longest_match (s, hash_head); in deflate_slow()
H A DChangeLog515 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant]
1324 386 asm code replacing longest_match()
1534 - optimized fill_window, put longest_match inline for gcc