Searched refs:prev_length (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/gcc_gvmat64/
H A Dgvmat64.S135 printf("#define dsPrevLen %u\n",(int)(((char*)&(s->prev_length))-((char*)s)));
163 #define prev_length [ rcx + dsPrevLen] define
214 //;;; if (s->prev_length >= s->good_match) {
219 mov edi, prev_length
274 mov r11d, prev_length
278 //;;; int best_len = s->prev_length;
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.c383 s->match_length = s->prev_length = MIN_MATCH-1;
1122 s->match_length = s->prev_length = MIN_MATCH-1;
1135 * return its length. Matches shorter or equal to prev_length are discarded,
1136 * in which case the result is equal to prev_length and match_start is
1139 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1154 int best_len = s->prev_length; /* best match length so far */
1183 if (s->prev_length >= s->good_match) {
1655 /* Find the longest match, discarding those <= prev_length.
1758 /* Find the longest match, discarding those <= prev_length.
1760 s->prev_length
[all...]
H A Ddeflate.h163 uInt prev_length; member in struct:internal_state
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dgvmat64.asm151 COMM prev_length:DWORD ; PrevLen
187 prev_length equ [ rcx + dsPrevLen] define
233 ;;; if (s->prev_length >= s->good_match) {
237 mov edi, prev_length
293 mov r11d, prev_length
297 ;;; int best_len = s->prev_length;
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dmatch686.asm219 ;;; if (s->prev_length >= s->good_match) {
277 ;;; int best_len = s->prev_length;

Completed in 54 milliseconds