putShortMSB 83 other-licenses/zlib/deflate.c local void putShortMSB OF((deflate_state *s, uInt b)); putShortMSB 641 other-licenses/zlib/deflate.c putShortMSB(s, header); putShortMSB 645 other-licenses/zlib/deflate.c putShortMSB(s, (uInt)(strm->adler >> 16)); putShortMSB 646 other-licenses/zlib/deflate.c putShortMSB(s, (uInt)(strm->adler & 0xffff)); putShortMSB 847 other-licenses/zlib/deflate.c putShortMSB(s, (uInt)(strm->adler >> 16)); putShortMSB 848 other-licenses/zlib/deflate.c putShortMSB(s, (uInt)(strm->adler & 0xffff));