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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.h115 typedef unsigned IPos; typedef
118 * save space in the various tables. IPos is used only for parameter passing.
181 IPos prev_match; /* previous match */
H A Ddeflate.c116 uInt longest_match OF((deflate_state *s, IPos cur_match));
118 local uInt longest_match OF((deflate_state *s, IPos cur_match));
121 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
124 local void check_match OF((deflate_state *s, IPos start, IPos match,
352 IPos hash_head = 0;
1058 IPos cur_match; /* current match */
1066 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1067 s->strstart - (IPos)MAX_DIS
[all...]

Completed in 99 milliseconds