Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.h94 typedef unsigned IPos; typedef
160 IPos prev_match; /* previous match */
H A Ddeflate.c93 uInt longest_match OF((deflate_state *s, IPos cur_match));
95 local uInt longest_match OF((deflate_state *s, IPos cur_match));
99 local void check_match OF((deflate_state *s, IPos start, IPos match,
1241 IPos cur_match; /* current match */
1249 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1250 s->strstart - (IPos)MAX_DIST(s) : NIL;
1390 IPos cur_match; /* current match */
1453 IPos start, match;
1833 IPos hash_head; /* head of the hash chain */
1935 IPos hash_head; /* head of hash chain */