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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/zlib/
H A Ddeflate.c315 s->strstart = length;
468 if (s->strstart != 0) header |= PRESET_DICT;
475 if (s->strstart != 0) {
701 s->strstart = 0;
718 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
731 register Bytef *scan = s->window + s->strstart; /* current string */
736 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
737 s->strstart - (IPos)MAX_DIST(s) : NIL;
748 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
752 register Bytef *strend = s->window + s->strstart
[all...]
H A Ddeflate.h143 uInt strstart; /* start of string to insert */ member in struct:internal_state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/
H A Ddeflate.c336 s->strstart = length;
509 wraplen = 6 + (s->strstart ? 4 : 0);
667 if (s->strstart != 0) header |= PRESET_DICT;
674 if (s->strstart != 0) {
851 s->strstart = 0;
1036 s->strstart = 0;
1056 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1068 register Bytef *scan = s->window + s->strstart; /* current string */
1073 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1074 s->strstart
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/
H A Ddeflate.c336 s->strstart = length;
509 wraplen = 6 + (s->strstart ? 4 : 0);
667 if (s->strstart != 0) header |= PRESET_DICT;
674 if (s->strstart != 0) {
851 s->strstart = 0;
1036 s->strstart = 0;
1056 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1068 register Bytef *scan = s->window + s->strstart; /* current string */
1073 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1074 s->strstart
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/
H A Ddeflate.c336 s->strstart = length;
509 wraplen = 6 + (s->strstart ? 4 : 0);
667 if (s->strstart != 0) header |= PRESET_DICT;
674 if (s->strstart != 0) {
851 s->strstart = 0;
1036 s->strstart = 0;
1056 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1068 register Bytef *scan = s->window + s->strstart; /* current string */
1073 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1074 s->strstart
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/
H A Ddeflate.c337 s->strstart = length;
634 if (s->strstart != 0) header |= PRESET_DICT;
641 if (s->strstart != 0) {
997 s->strstart = 0;
1017 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1029 register Bytef *scan = s->window + s->strstart; /* current string */
1034 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1035 s->strstart - (IPos)MAX_DIST(s) : NIL;
1046 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1050 register Bytef *strend = s->window + s->strstart
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/
H A Ddeflate.c337 s->strstart = length;
634 if (s->strstart != 0) header |= PRESET_DICT;
641 if (s->strstart != 0) {
997 s->strstart = 0;
1017 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1029 register Bytef *scan = s->window + s->strstart; /* current string */
1034 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1035 s->strstart - (IPos)MAX_DIST(s) : NIL;
1046 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1050 register Bytef *strend = s->window + s->strstart
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/
H A Ddeflate.c337 s->strstart = length;
634 if (s->strstart != 0) header |= PRESET_DICT;
641 if (s->strstart != 0) {
997 s->strstart = 0;
1017 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1029 register Bytef *scan = s->window + s->strstart; /* current string */
1034 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1035 s->strstart - (IPos)MAX_DIST(s) : NIL;
1046 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1050 register Bytef *strend = s->window + s->strstart
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/
H A Dgzip.c261 unsigned strstart; /* start of string to insert */ member in struct:globals
518 * Updates strstart and lookahead, and sets eofile if end of input file.
519 * IN assertion: lookahead < MIN_LOOKAHEAD && strstart + lookahead > 0
527 unsigned more = WINDOW_SIZE - G1.lookahead - G1.strstart;
534 /* Very unlikely, but possible on 16 bit machine if strstart == 0
538 } else if (G1.strstart >= WSIZE + MAX_DIST) {
546 G1.strstart -= WSIZE; /* we now have strstart >= MAX_DIST: */
565 n = file_read(G1.window + G1.strstart + G1.lookahead, more);
581 * string (strstart) an
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/
H A Dgzip.c261 unsigned strstart; /* start of string to insert */ member in struct:globals
518 * Updates strstart and lookahead, and sets eofile if end of input file.
519 * IN assertion: lookahead < MIN_LOOKAHEAD && strstart + lookahead > 0
527 unsigned more = WINDOW_SIZE - G1.lookahead - G1.strstart;
534 /* Very unlikely, but possible on 16 bit machine if strstart == 0
538 } else if (G1.strstart >= WSIZE + MAX_DIST) {
546 G1.strstart -= WSIZE; /* we now have strstart >= MAX_DIST: */
565 n = file_read(G1.window + G1.strstart + G1.lookahead, more);
581 * string (strstart) an
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/
H A Dgzip.c261 unsigned strstart; /* start of string to insert */ member in struct:globals
518 * Updates strstart and lookahead, and sets eofile if end of input file.
519 * IN assertion: lookahead < MIN_LOOKAHEAD && strstart + lookahead > 0
527 unsigned more = WINDOW_SIZE - G1.lookahead - G1.strstart;
534 /* Very unlikely, but possible on 16 bit machine if strstart == 0
538 } else if (G1.strstart >= WSIZE + MAX_DIST) {
546 G1.strstart -= WSIZE; /* we now have strstart >= MAX_DIST: */
565 n = file_read(G1.window + G1.strstart + G1.lookahead, more);
581 * string (strstart) an
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S132 printf("#define dsStrStart %u\n",(int)(((char*)&(s->strstart))-((char*)s)));
160 #define strstart [ rcx + dsStrStart] define
251 //;;; register Bytef *scan = s->window + s->strstart;
253 mov ebp, strstart
263 //;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
264 //;;; s->strstart - (IPos)MAX_DIST(s) : NIL;

Completed in 390 milliseconds

123