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

/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.c87 local void putShortMSB OF((deflate_state *s, uInt b));
767 local void putShortMSB ( function
884 putShortMSB(s, header);
888 putShortMSB(s, (uInt)(strm->adler >> 16));
889 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1117 putShortMSB(s, (uInt)(strm->adler >> 16));
1118 putShortMSB(s, (uInt)(strm->adler & 0xffff));
/openbsd-current/lib/libz/
H A Ddeflate.c900 local void putShortMSB(deflate_state *s, uInt b) { function
1009 putShortMSB(s, header);
1013 putShortMSB(s, (uInt)(strm->adler >> 16));
1014 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1242 putShortMSB(s, (uInt)(strm->adler >> 16));
1243 putShortMSB(s, (uInt)(strm->adler & 0xffff));
/openbsd-current/sys/lib/libz/
H A Ddeflate.c900 local void putShortMSB(deflate_state *s, uInt b) { function
1009 putShortMSB(s, header);
1013 putShortMSB(s, (uInt)(strm->adler >> 16));
1014 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1242 putShortMSB(s, (uInt)(strm->adler >> 16));
1243 putShortMSB(s, (uInt)(strm->adler & 0xffff));

Completed in 132 milliseconds