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

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 91 typedef unsigned IPos;
94 * save space in the various tables. IPos is used only for parameter passing.
157 IPos prev_match; /* previous match */
fx_zlib_deflate.c 90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
96 local void check_match OF((deflate_state *s, IPos start, IPos match,
    [all...]
  /external/zlib/src/
deflate.h 91 typedef unsigned IPos;
94 * save space in the various tables. IPos is used only for parameter passing.
157 IPos prev_match; /* previous match */
deflate.c 90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
96 local void check_match OF((deflate_state *s, IPos start, IPos match,
    [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 3 ; IPos cur_match); /* current match */
58 ; IPos cur_match; /* current match */
282 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
283 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;
  /external/zlib/src/contrib/masmx86/
match686.asm 39 ; IPos cur_match; /* current match */
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
267 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
268 ;;; s->strstart - (IPos)MAX_DIST(s) : NIL;

Completed in 748 milliseconds