Searched refs:putShortMSB (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c87 local void putShortMSB OF((deflate_state *s, uInt b));
716 local void putShortMSB (s, b) function
831 putShortMSB(s, header);
835 putShortMSB(s, (uInt)(strm->adler >> 16));
836 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1064 putShortMSB(s, (uInt)(strm->adler >> 16));
1065 putShortMSB(s, (uInt)(strm->adler & 0xffff));
/freebsd-11-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));
/freebsd-11-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));

Completed in 106 milliseconds