Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libz/contrib/
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(),
/freebsd-9-stable/lib/libz/contrib/asm686/
Dmatch.S25 #define longest_match _longest_match macro
81 .globl match_init, longest_match
88 longest_match: label
/freebsd-9-stable/lib/libz/contrib/gcc_gvmat64/
Dgvmat64.S55 # define longest_match _longest_match macro
60 .globl match_init, longest_match
62 longest_match: label
/freebsd-9-stable/lib/libz/
DSymbol.map104 longest_match;
Ddeflate.c90 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);
DChangeLog369 - 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/
Ddeflate.c94 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/
Dzlib.c629 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);