Searched refs:strstart (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate.c347 if (s->strstart != 0) header |= PRESET_DICT;
354 if (s->strstart != 0) {
526 s->strstart = 0;
540 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
552 register Byte *scan = s->window + s->strstart; /* current string */
557 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
558 s->strstart - (IPos)MAX_DIST(s) : NIL;
569 register Byte *strend = s->window + s->strstart + MAX_MATCH - 1;
573 register Byte *strend = s->window + s->strstart + MAX_MATCH;
592 Assert((ulg)s->strstart <
[all...]
H A Ddefutil.h132 uInt strstart; /* start of string to insert */ member in struct:deflate_state
H A Ddeftree.c996 ulg in_length = (ulg)((long)s->strstart - s->block_start);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.c340 s->strstart = length;
637 if (s->strstart != 0) header |= PRESET_DICT;
644 if (s->strstart != 0) {
1000 s->strstart = 0;
1020 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1032 register Bytef *scan = s->window + s->strstart; /* current string */
1037 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1038 s->strstart - (IPos)MAX_DIST(s) : NIL;
1049 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1053 register Bytef *strend = s->window + s->strstart
[all...]
H A Ddeflate.h156 uInt strstart; /* start of string to insert */ member in struct:internal_state
H A Dtrees.c1049 ulg in_length = (ulg)((long)s->strstart - s->block_start);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c340 s->strstart = length;
637 if (s->strstart != 0) header |= PRESET_DICT;
644 if (s->strstart != 0) {
1000 s->strstart = 0;
1020 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1032 register Bytef *scan = s->window + s->strstart; /* current string */
1037 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1038 s->strstart - (IPos)MAX_DIST(s) : NIL;
1049 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1053 register Bytef *strend = s->window + s->strstart
[all...]
H A Ddeflate.h156 uInt strstart; /* start of string to insert */ member in struct:internal_state
H A Dtrees.c1049 ulg in_length = (ulg)((long)s->strstart - s->block_start);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c260 unsigned strstart; /* start of string to insert */ member in struct:globals
530 * Updates strstart and lookahead, and sets eofile if end of input file.
531 * IN assertion: lookahead < MIN_LOOKAHEAD && strstart + lookahead > 0
539 unsigned more = WINDOW_SIZE - G1.lookahead - G1.strstart;
546 /* Very unlikely, but possible on 16 bit machine if strstart == 0
550 } else if (G1.strstart >= WSIZE + MAX_DIST) {
558 G1.strstart -= WSIZE; /* we now have strstart >= MAX_DIST: */
577 n = file_read(G1.window + G1.strstart + G1.lookahead, more);
593 * string (strstart) an
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c277 uInt strstart; /* start of string to insert */ member in struct:deflate_state
916 s->strstart = 0;
933 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
944 register Bytef *scan = s->window + s->strstart; /* current string */
948 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
949 s->strstart - (IPos)MAX_DIST(s) : NIL;
960 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
964 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
978 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
981 Assert(cur_match < s->strstart, "n
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c402 uInt strstart; /* start of string to insert */ member in struct:deflate_state
848 s->strstart = length;
1003 if (s->strstart != 0) header |= PRESET_DICT;
1010 if (s->strstart != 0) {
1245 s->strstart = 0;
1262 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1274 register Bytef *scan = s->window + s->strstart; /* current string */
1279 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1280 s->strstart - (IPos)MAX_DIST(s) : NIL;
1291 register Bytef *strend = s->window + s->strstart
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm109 COMM strstart:DWORD
145 strstart equ [ rcx + dsStrStart] define
231 ;;; register Bytef *scan = s->window + s->strstart;
233 mov ebp, strstart
243 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
244 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm109 COMM strstart:DWORD
145 strstart equ [ rcx + dsStrStart] define
231 ;;; register Bytef *scan = s->window + s->strstart;
233 mov ebp, strstart
243 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
244 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm187 ;/* register Bytef *scan = s->window + s->strstart; */
203 ;/* IPos limit = s->strstart > (IPos)MAX_DIST(s) ? */
204 ;/* s->strstart - (IPos)MAX_DIST(s) : NIL; */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm187 ;/* register Bytef *scan = s->window + s->strstart; */
203 ;/* IPos limit = s->strstart > (IPos)MAX_DIST(s) ? */
204 ;/* s->strstart - (IPos)MAX_DIST(s) : NIL; */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm186 ; scan = window + strstart
200 ; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
201 ; s->strstart - (IPos)MAX_DIST(s) : NIL;
737 ;;; register Bytef *scan = s->window + s->strstart;
753 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
754 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm186 ; scan = window + strstart
200 ; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
201 ; s->strstart - (IPos)MAX_DIST(s) : NIL;
737 ;;; register Bytef *scan = s->window + s->strstart;
753 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
754 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;

Completed in 147 milliseconds