Home
last modified time | relevance | path

Searched refs:putShortMSB (Results 1 – 4 of 4) sorted by relevance

/titanic_53/usr/src/boot/lib/libz/
H A Ddeflate.c85 local void putShortMSB OF((deflate_state *s, uInt b));
628 local void putShortMSB (s, b) in putShortMSB() 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));
/titanic_53/usr/src/contrib/zlib/
H A Ddeflate.c85 local void putShortMSB OF((deflate_state *s, uInt b));
755 local void putShortMSB (s, b) in putShortMSB() function
872 putShortMSB(s, header);
876 putShortMSB(s, (uInt)(strm->adler >> 16));
877 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1105 putShortMSB(s, (uInt)(strm->adler >> 16));
1106 putShortMSB(s, (uInt)(strm->adler & 0xffff));
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c718 local void putShortMSB OF((deflate_state *s, uInt b));
1074 putShortMSB(s, b) in putShortMSB() 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));
/titanic_53/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) in putShortMSB() function
757 putShortMSB(state, header);
843 putShortMSB(state, (uInt)(state->adler >> 16));
844 putShortMSB(state, (uInt)(state->adler & 0xffff));