Searched refs:putShortMSB (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/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));
/freebsd-12-stable/sys/contrib/zlib/
H A Ddeflate.c87 local void putShortMSB OF((deflate_state *s, uInt b));
719 local void putShortMSB (s, b) function
834 putShortMSB(s, header);
838 putShortMSB(s, (uInt)(strm->adler >> 16));
839 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1067 putShortMSB(s, (uInt)(strm->adler >> 16));
1068 putShortMSB(s, (uInt)(strm->adler & 0xffff));
/freebsd-12-stable/sys/libkern/
H A Dzlib.c631 local void putShortMSB OF((deflate_state *s, uInt b));
946 local void putShortMSB (s, b) function
1018 putShortMSB(s, header);
1022 putShortMSB(s, (uInt)(strm->adler >> 16));
1023 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1109 putShortMSB(s, (uInt)(strm->adler >> 16));
1110 putShortMSB(s, (uInt)(strm->adler & 0xffff));

Completed in 255 milliseconds