Searched refs:IPos (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/zlib_deflate/
H A Ddeflate.c79 static uInt longest_match (deflate_state *s, IPos cur_match);
82 static void check_match (deflate_state *s, IPos start, IPos match,
567 IPos cur_match /* current match */
576 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
577 s->strstart - (IPos)MAX_DIST(s) : NIL;
710 IPos start,
711 IPos match,
928 IPos hash_hea
[all...]
H A Ddefutil.h67 typedef unsigned IPos; typedef
70 * save space in the various tables. IPos is used only for parameter passing.
132 IPos prev_match; /* previous match */

Completed in 115 milliseconds