Searched refs:longest_match (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/lib/libz/
H A DSymbol.map104 longest_match;
H A 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) function
1297 local uInt longest_match(s, cur_match) function
1665 s->match_length = longest_match (s, hash_head);
1666 /* longest_match() sets match_start */
1771 s->match_length = longest_match (s, hash_head);
1772 /* longest_match() sets match_start */
/freebsd-9.3-release/lib/libz/contrib/asm686/
H A Dmatch.S1 /* match.S -- x86 assembly version of the zlib longest_match() function.
25 #define longest_match _longest_match define
81 .globl match_init, longest_match
85 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
88 longest_match: label
/freebsd-9.3-release/lib/libz/contrib/gcc_gvmat64/
H A Dgvmat64.S6 ; gvmat64.S -- Asm portion of the optimized longest_match for 32 bits x86_64
12 ; File written by Gilles Vollant, by converting to assembly the longest_match
41 ;uInt longest_match(s, cur_match)
55 # define longest_match _longest_match
60 .globl match_init, longest_match
62 longest_match: label
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A 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) function
1497 s->match_length = longest_match (s, hash_head);
1502 /* longest_match() or longest_match_fast() sets match_start */
1601 s->match_length = longest_match (s, hash_head);
1605 /* longest_match() or longest_match_fast() sets match_start */
/freebsd-9.3-release/sys/net/
H A 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) function
1665 s->match_length = longest_match (s, hash_head);
1667 /* longest_match() sets match_start */
1762 s->match_length = longest_match (s, hash_head);
1764 /* longest_match() sets match_start */

Completed in 176 milliseconds