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

/external/clang/test/CoverageMapping/
H A Dloopmacro.c38 int prev_length = 5; local
46 } while (--prev_length != 0);
/external/zopfli/src/zopfli/
H A Dlz77.c382 unsigned prev_length = 0; local
405 prevlengthscore = GetLengthScore(prev_length, prev_match);
412 prev_length = leng;
418 leng = prev_length;
434 prev_length = leng;
/external/zlib/src/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;
/external/python/cpython2/Modules/zlib/
H A Ddeflate.c383 s->match_length = s->prev_length = MIN_MATCH-1;
1124 s->match_length = s->prev_length = MIN_MATCH-1;
1137 * return its length. Matches shorter or equal to prev_length are discarded,
1138 * in which case the result is equal to prev_length and match_start is
1141 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1156 int best_len = s->prev_length; /* best match length so far */
1185 if (s->prev_length >= s->good_match) {
1657 /* Find the longest match, discarding those <= prev_length.
1760 /* Find the longest match, discarding those <= prev_length.
1762 s->prev_length
[all...]
H A Ddeflate.h163 uInt prev_length; member in struct:internal_state
/external/syslinux/com32/lib/zlib/
H A Ddeflate.c1039 s->match_length = s->prev_length = MIN_MATCH-1;
1052 * return its length. Matches shorter or equal to prev_length are discarded,
1053 * in which case the result is equal to prev_length and match_start is
1056 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1071 int best_len = s->prev_length; /* best match length so far */
1100 if (s->prev_length >= s->good_match) {
1549 /* Find the longest match, discarding those <= prev_length.
1646 /* Find the longest match, discarding those <= prev_length.
1648 s->prev_length = s->match_length, s->prev_match = s->match_start;
1651 if (hash_head != NIL && s->prev_length <
[all...]
H A Ddeflate.h160 uInt prev_length; member in struct:internal_state
/external/python/cpython3/Modules/zlib/
H A Ddeflate.c436 s->match_length = s->prev_length = MIN_MATCH-1;
1212 s->match_length = s->prev_length = MIN_MATCH-1;
1225 * return its length. Matches shorter or equal to prev_length are discarded,
1226 * in which case the result is equal to prev_length and match_start is
1229 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1244 int best_len = (int)s->prev_length; /* best match length so far */
1273 if (s->prev_length >= s->good_match) {
1853 /* Find the longest match, discarding those <= prev_length.
1956 /* Find the longest match, discarding those <= prev_length.
1958 s->prev_length
[all...]
H A Ddeflate.h166 uInt prev_length; member in struct:internal_state
/external/zlib/src/
H A Ddeflate.c436 s->match_length = s->prev_length = MIN_MATCH-1;
1212 s->match_length = s->prev_length = MIN_MATCH-1;
1225 * return its length. Matches shorter or equal to prev_length are discarded,
1226 * in which case the result is equal to prev_length and match_start is
1229 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1244 int best_len = (int)s->prev_length; /* best match length so far */
1273 if (s->prev_length >= s->good_match) {
1853 /* Find the longest match, discarding those <= prev_length.
1956 /* Find the longest match, discarding those <= prev_length.
1958 s->prev_length
[all...]
H A Ddeflate.h166 uInt prev_length; member in struct:internal_state
/external/zlib/src/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;
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm219 ;;; if (s->prev_length >= s->good_match) {
277 ;;; int best_len = s->prev_length;
/external/pcre/dist2/src/
H A Dpcre2_compile.c7809 size_t prev_length = GET(last_branch, 1); local
7811 branch_length = prev_length;

Completed in 189 milliseconds