putShortMSB        86 third_party/zlib/deflate.c local void putShortMSB    OF((deflate_state *s, uInt b));
putShortMSB       677 third_party/zlib/deflate.c             putShortMSB(s, header);
putShortMSB       681 third_party/zlib/deflate.c                 putShortMSB(s, (uInt)(strm->adler >> 16));
putShortMSB       682 third_party/zlib/deflate.c                 putShortMSB(s, (uInt)(strm->adler & 0xffff));
putShortMSB       906 third_party/zlib/deflate.c         putShortMSB(s, (uInt)(strm->adler >> 16));
putShortMSB       907 third_party/zlib/deflate.c         putShortMSB(s, (uInt)(strm->adler & 0xffff));