Searched refs:IPos (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | 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, 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()
|
D | deflate.h | 91 typedef unsigned IPos; typedef 157 IPos prev_match; /* previous match */
|
/external/zlib/src/ |
D | deflate.h | 91 typedef unsigned IPos; typedef 157 IPos prev_match; /* previous match */
|
D | 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, 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/ |
D | gvmat64.asm | 3 ; IPos cur_match); /* current match */ 58 ; IPos cur_match; /* current match */
|
/external/zlib/src/contrib/masmx86/ |
D | match686.asm | 39 ; IPos cur_match; /* current match */ 190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch)
|