Searched refs:good_match (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h161 uInt good_match; member in struct:deflate_state
H A Ddeflate.c101 /* Values for max_lazy_match, good_match and max_chain_length, depending on
522 s->good_match = configuration_table[s->level].good_length;
584 if (s->prev_length >= s->good_match) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm114 COMM good_match:DWORD
150 good_match equ [ rcx + dsGoodMatch] define
194 ;;; if (s->prev_length >= s->good_match) {
199 mov esi, good_match
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm114 COMM good_match:DWORD
150 good_match equ [ rcx + dsGoodMatch] define
194 ;;; if (s->prev_length >= s->good_match) {
199 mov esi, good_match
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.h185 uInt good_match; member in struct:internal_state
H A Ddeflate.c118 /* Values for max_lazy_match, good_match and max_chain_length, depending on
445 s->good_match = configuration_table[level].good_length;
465 s->good_match = good_length;
996 s->good_match = configuration_table[s->level].good_length;
1064 if (s->prev_length >= s->good_match) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h185 uInt good_match; member in struct:internal_state
H A Ddeflate.c118 /* Values for max_lazy_match, good_match and max_chain_length, depending on
445 s->good_match = configuration_table[level].good_length;
465 s->good_match = good_length;
996 s->good_match = configuration_table[s->level].good_length;
1064 if (s->prev_length >= s->good_match) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm154 ; if (s->prev_length >= s->good_match) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm154 ; if (s->prev_length >= s->good_match) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c221 good_match = 32, enumerator in enum:__anon11163
224 /* Values for max_lazy_match, good_match and max_chain_length, depending on
623 if (G1.prev_length >= good_match) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm160 ; if (prev_length>=good_match) chain_length >>= 2
705 ;;; if (s->prev_length >= s->good_match) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm160 ; if (prev_length>=good_match) chain_length >>= 2
705 ;;; if (s->prev_length >= s->good_match) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c431 uInt good_match; member in struct:deflate_state
652 /* Values for max_lazy_match, good_match and max_chain_length, depending on
922 s->good_match = configuration_table[level].good_length;
1241 s->good_match = configuration_table[s->level].good_length;
1306 if (s->prev_length >= s->good_match) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c306 uInt good_match; member in struct:deflate_state
491 /* Values for max_lazy_match, good_match and max_chain_length, depending on
912 s->good_match = configuration_table[s->level].good_length;
975 if (s->prev_length >= s->good_match) {

Completed in 142 milliseconds