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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm115 COMM nice_match:DWORD
118 nicematch equ nice_match
151 nice_match equ [ rcx + dsNiceMatch] define
217 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
221 ; on infozip nice_match = [nice_match]
223 mov eax, nice_match
454 ;;; if (len >= nice_match) break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm115 COMM nice_match:DWORD
118 nicematch equ nice_match
151 nice_match equ [ rcx + dsNiceMatch] define
217 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
221 ; on infozip nice_match = [nice_match]
223 mov eax, nice_match
454 ;;; if (len >= nice_match) break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h164 int nice_match; /* Stop searching when current match exceeds this */ member in struct:deflate_state
H A Ddeflate.c523 s->nice_match = configuration_table[s->level].nice_length;
556 int nice_match = s->nice_match; /* stop if match long enough */ local
590 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
670 if (len >= nice_match) break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm177 ; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
363 ;/* if (len >= nice_match) break; */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm177 ; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
363 ;/* if (len >= nice_match) break; */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm73 nice_match equ dword ptr [esp+NbStack-60] define
173 ; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
185 mov nice_match,edi
498 cmp esi,nice_match ; if best_len >= nice_match, exit
728 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
898 ;;; if (len >= nice_match) break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.c446 s->nice_match = configuration_table[level].nice_length;
467 s->nice_match = nice_length;
997 s->nice_match = configuration_table[s->level].nice_length;
1036 int nice_match = s->nice_match; /* stop if match long enough */ local
1070 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1155 if (len >= nice_match) break;
H A Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm73 nice_match equ dword ptr [esp+NbStack-60] define
173 ; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
185 mov nice_match,edi
498 cmp esi,nice_match ; if best_len >= nice_match, exit
728 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
898 ;;; if (len >= nice_match) break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c446 s->nice_match = configuration_table[level].nice_length;
467 s->nice_match = nice_length;
997 s->nice_match = configuration_table[s->level].nice_length;
1036 int nice_match = s->nice_match; /* stop if match long enough */ local
1070 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1155 if (len >= nice_match) break;
H A Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c434 int nice_match; /* Stop searching when current match exceeds this */ member in struct:deflate_state
923 s->nice_match = configuration_table[level].nice_length;
1242 s->nice_match = configuration_table[s->level].nice_length;
1278 int nice_match = s->nice_match; /* stop if match long enough */ local
1312 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1392 if (len >= nice_match) break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c230 nice_match = 258, /* Stop searching when current match exceeds this */ enumerator in enum:__anon11163
663 if (len >= nice_match)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c309 int nice_match; /* Stop searching when current match exceeds this */ member in struct:deflate_state
913 s->nice_match = configuration_table[s->level].nice_length;
1056 if (len >= s->nice_match) break;

Completed in 178 milliseconds