Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h92 typedef unsigned IPos; typedef
158 IPos prev_match; /* previous match */
H A Ddeflate.c91 uInt longest_match OF((deflate_state *s, IPos cur_match));
93 local uInt longest_match OF((deflate_state *s, IPos cur_match));
97 local void check_match OF((deflate_state *s, IPos start, IPos match,
1276 IPos cur_match; /* current match */
1284 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1285 s->strstart - (IPos)MAX_DIST(s) : NIL;
1425 IPos cur_match; /* current match */
1488 IPos start, match;
1874 IPos hash_head; /* head of the hash chain */
1976 IPos hash_head; /* head of hash chain */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c353 typedef unsigned IPos; typedef
428 IPos prev_match; /* previous match */
727 local void check_match OF((deflate_state *s, IPos start, IPos match,
953 IPos hash_head = 0;
1453 IPos cur_match; /* current match */
1462 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1463 s->strstart - (IPos)MAX_DIST(s) : NIL;
1618 IPos cur_match; /* current match */
1685 IPos start, match;
1942 IPos hash_head = NIL; /* head of the hash chain */
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c210 typedef unsigned IPos; typedef
275 IPos prev_match; /* previous match */
534 local int longest_match OF((deflate_state *s, IPos cur_match));
543 local void check_match OF((deflate_state *s, IPos start, IPos match,
941 IPos cur_match; /* current match */
948 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
949 s->strstart - (IPos)MAX_DIST(s) : NIL;
1077 IPos start, match;
1230 IPos hash_head = NIL; /* head of the hash chain */
1326 IPos hash_head = NIL; /* head of hash chain */
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1298 typedef unsigned IPos; typedef
1364 IPos prev_match; /* previous match */