Lines Matching refs:putShortMSB
83 local void putShortMSB OF((deflate_state *s, uInt b));
518 local void putShortMSB (s, b)
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));