Searched refs:putShortMSB (Results 1 – 1 of 1) sorted by relevance
110 local void putShortMSB OF((deflate_state *s, uInt b));545 putShortMSB(deflate_state *s, uInt b) in putShortMSB() function669 putShortMSB(s, header); in deflate()673 putShortMSB(s, (uInt)(strm->adler >> 16)); in deflate()674 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in deflate()875 putShortMSB(s, (uInt)(strm->adler >> 16)); in deflate()876 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in deflate()