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

/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Ddeflate.c85 local void putShortMSB OF((deflate_state *s, uInt b));
520 local void putShortMSB (s, b) function
643 putShortMSB(s, header);
647 putShortMSB(s, (uInt)(strm->adler >> 16));
648 putShortMSB(s, (uInt)(strm->adler & 0xffff));
849 putShortMSB(s, (uInt)(strm->adler >> 16));
850 putShortMSB(s, (uInt)(strm->adler & 0xffff));
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/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));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Ddeflate.c83 local void putShortMSB OF((deflate_state *s, uInt b));
518 local void putShortMSB (s, b) function
641 putShortMSB(s, header);
645 putShortMSB(s, (uInt)(strm->adler >> 16));
646 putShortMSB(s, (uInt)(strm->adler & 0xffff));
847 putShortMSB(s, (uInt)(strm->adler >> 16));
848 putShortMSB(s, (uInt)(strm->adler & 0xffff));
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.c690 local void putShortMSB(deflate_state *s, uInt b);
1012 local void putShortMSB (deflate_state *s, uInt b) function
1079 putShortMSB(s, header);
1083 putShortMSB(s, (uInt)(strm->adler >> 16));
1084 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1170 putShortMSB(s, (uInt)(strm->adler >> 16));
1171 putShortMSB(s, (uInt)(strm->adler & 0xffff));

Completed in 200 milliseconds