Searched defs:IPos (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h88 typedef unsigned IPos; typedef
91 * save space in the various tables. IPos is used only for parameter passing.
154 IPos prev_match; /* previous match */
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h91 typedef unsigned IPos; typedef
94 * save space in the various tables. IPos is used only for parameter passing.
157 IPos prev_match; /* previous match */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c210 typedef unsigned IPos; typedef
213 * save space in the various tables. IPos is used only for parameter passing.
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_DIS
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c355 typedef unsigned IPos; typedef
359 * int to save space in the various tables. IPos is used only for
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 limi
[all...]

Completed in 357 milliseconds