Home
last modified time | relevance | path

Searched refs:IPos (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_deflate.c90 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,
1149 IPos cur_match) /* current match */ in longest_match()
1157 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? in longest_match()
1158 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()
1298 IPos cur_match) /* current match */ in longest_match()
1357 IPos start, IPos match, in check_match()
1631 IPos hash_head; /* head of the hash chain */ in deflate_fast()
1733 IPos hash_head; /* head of hash chain */ in deflate_slow()
Ddeflate.h91 typedef unsigned IPos; typedef
157 IPos prev_match; /* previous match */
/external/zlib/src/
Ddeflate.h91 typedef unsigned IPos; typedef
157 IPos prev_match; /* previous match */
Ddeflate.c90 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,
1150 IPos cur_match; /* current match */
1158 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1159 s->strstart - (IPos)MAX_DIST(s) : NIL;
1299 IPos cur_match; /* current match */
1358 IPos start, match;
1632 IPos hash_head; /* head of the hash chain */
1734 IPos hash_head; /* head of hash chain */
/external/zlib/src/contrib/masmx64/
Dgvmat64.asm3 ; IPos cur_match); /* current match */
58 ; IPos cur_match; /* current match */
/external/zlib/src/contrib/masmx86/
Dmatch686.asm39 ; IPos cur_match; /* current match */
190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)