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

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c88 local void putShortMSB OF((deflate_state *s, uInt b));
524 local void putShortMSB (s, b) function
647 putShortMSB(s, header);
651 putShortMSB(s, (uInt)(strm->adler >> 16));
652 putShortMSB(s, (uInt)(strm->adler & 0xffff));
853 putShortMSB(s, (uInt)(strm->adler >> 16));
854 putShortMSB(s, (uInt)(strm->adler & 0xffff));
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c85 local void putShortMSB OF((deflate_state *s, uInt b));
628 local void putShortMSB (s, b) function
754 putShortMSB(s, header);
758 putShortMSB(s, (uInt)(strm->adler >> 16));
759 putShortMSB(s, (uInt)(strm->adler & 0xffff));
967 putShortMSB(s, (uInt)(strm->adler >> 16));
968 putShortMSB(s, (uInt)(strm->adler & 0xffff));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c535 local void putShortMSB OF((deflate_state *s, uInt b));
697 local void putShortMSB (s, b) function
757 putShortMSB(state, header);
843 putShortMSB(state, (uInt)(state->adler >> 16));
844 putShortMSB(state, (uInt)(state->adler & 0xffff));
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c718 local void putShortMSB OF((deflate_state *s, uInt b));
1074 putShortMSB(s, b) function
1151 putShortMSB(s, header);
1155 putShortMSB(s, (uInt)(strm->adler >> 16));
1156 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1258 putShortMSB(s, (uInt)(strm->adler >> 16));
1259 putShortMSB(s, (uInt)(strm->adler & 0xffff));

Completed in 123 milliseconds