HomeSort by relevance Sort by last modified time
    Searched refs:best_len (Results 1 - 7 of 7) sorted by null

  /external/ppp/pppd/plugins/pppoatm/
misc.c 23 int ref_len,best_len,len; local
29 best_len = 0;
33 if (*value != '!' && len <= ref_len && len > best_len &&
36 best_len = len;
40 if (best > -1) (*pos) += best_len;
  /external/zlib/contrib/masmx86/
gvmat32.asm 67 best_len equ dword ptr [esp+NbStack-36] define
177 ; best_len = s->prev_length
178 mov best_len,ebx
191 ; bx = *(window+best_len-1)
198 ; bx = scan_end = *(window+best_len-1)
224 add edi,best_len
227 ; windowlen = window + best_len -1
238 ; edi = windowlen (window + best_len -1)
357 ; if we are here, we know that *(match+best_len-1) == scan_end
416 ; we go in normalbeg2 because *(ushf*)(match+best_len-1) == scan_end
    [all...]
match686.asm 53 best_len equ dword ptr [esp+NbStack-36] define
277 ;;; int best_len = s->prev_length;
282 ;;; Store the sum of s->window + best_len in esi locally, and in esi.
288 ;;; register ush scan_end = *(ushf*)(scan+best_len-1);
306 ;;; if (*(ushf*)(match+best_len-1) != scan_end ||
411 ;;; best_len = len;
413 ;;; scan_end = *(ushf*)(scan+best_len-1);
435 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;
  /external/zlib/contrib/masm686/
match.asm 213 ;/* int best_len = s->prev_length; */
218 ;/* Store the sum of s->window + best_len in %esi locally, and in %esi. */
224 ;/* register ush scan_end = *(ushf*)(scan+best_len-1); */
240 ; * if (*(ushf*)(match+best_len-1) != scan_end ||
362 ;/* best_len = len; */
364 ;/* scan_end = *(ushf*)(scan+best_len-1); */
389 ;/* if ((uInt)best_len <= s->lookahead) return (uInt)best_len; */
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 1035 int best_len = s->prev_length; \/* best match length so far *\/ local
    [all...]
  /external/zlib/
deflate.c 1154 int best_len = s->prev_length; \/* best match length so far *\/ local
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 297 ;;; int best_len = s->prev_length;
300 ;;; Store the sum of s->window + best_len in esi locally, and in esi.
305 ;;; register ush scan_end = *(ushf*)(scan+best_len-1);
364 ;;; if (*(ushf*)(match+best_len-1) != scan_end ||
493 ;;; best_len = len;
495 ;;; scan_end = *(ushf*)(scan+best_len-1);
516 ;;; if ((uInt)best_len <= s->lookahead) return (uInt)best_len;

Completed in 114 milliseconds