Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/lib/libz/
H A Ddeflate.h91 typedef unsigned IPos; typedef
157 IPos prev_match; /* previous match */
H A Ddeflate.c90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
96 local void check_match OF((deflate_state *s, IPos start, IPos match,
1150 IPos cur_match; /* current match */
1158 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1159 s->strstart - (IPos)MAX_DIST(s) : NIL;
1299 IPos cur_match; /* current match */
1358 IPos start, match;
1632 IPos hash_head; /* head of the hash chain */
1734 IPos hash_head; /* head of hash chain */
/titanic_53/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 */
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c355 typedef unsigned IPos; typedef
430 IPos prev_match; /* previous match */
723 uInt longest_match OF((deflate_state *s, IPos cur_match));
725 local uInt longest_match OF((deflate_state *s, IPos cur_match));
729 local void check_match OF((deflate_state *s, IPos start, IPos match,
955 IPos hash_head = 0;
1455 IPos cur_match; /* current match */
1464 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1465 s->strstart - (IPos)MAX_DIST(s) : NIL;
1620 IPos cur_match; /* current match */
[all …]
/titanic_53/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 */
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1298 typedef unsigned IPos; typedef
1364 IPos prev_match; /* previous match */