Lines Matching refs:IPos
91 uInt longest_match OF((deflate_state *s, IPos cur_match, int clas));
93 local uInt longest_match OF((deflate_state *s, IPos cur_match, int clas));
97 local void check_match OF((deflate_state *s, IPos start, IPos match,
323 IPos hash_head = 0;
1077 IPos offset;
1081 IPos byte = offset >> 3;
1082 IPos bit = offset & 7;
1117 IPos window_offset;
1119 IPos byte = window_offset >> 3;
1120 IPos bit = window_offset & 7;
1140 IPos cur_match; /* current match */
1149 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1150 s->strstart - (IPos)MAX_DIST(s) : NIL;
1304 IPos start;
1310 IPos cookie_location;
1354 IPos cur_match; /* current match */
1416 IPos start, match;
1687 IPos hash_head; /* head of the hash chain */
1789 IPos hash_head; /* head of hash chain */