Searched refs:longest_match_fast (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.c94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
1175 local uInt longest_match_fast(s, cur_match) function
1487 s->match_length = longest_match_fast (s, hash_head);
1493 s->match_length = longest_match_fast (s, hash_head);
1496 /* longest_match() or longest_match_fast() sets match_start */
1597 s->match_length = longest_match_fast (s, hash_head);
1599 /* longest_match() or longest_match_fast() sets match_start */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
1175 local uInt longest_match_fast(s, cur_match) function
1487 s->match_length = longest_match_fast (s, hash_head);
1493 s->match_length = longest_match_fast (s, hash_head);
1496 /* longest_match() or longest_match_fast() sets match_start */
1597 s->match_length = longest_match_fast (s, hash_head);
1599 /* longest_match() or longest_match_fast() sets match_start */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.c94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
1175 local uInt longest_match_fast(s, cur_match) function
1487 s->match_length = longest_match_fast (s, hash_head);
1493 s->match_length = longest_match_fast (s, hash_head);
1496 /* longest_match() or longest_match_fast() sets match_start */
1597 s->match_length = longest_match_fast (s, hash_head);
1599 /* longest_match() or longest_match_fast() sets match_start */

Completed in 122 milliseconds