Searched refs:putShortMSB (Results 1 – 1 of 1) sorted by relevance
904 local void putShortMSB(deflate_state *s, uInt b) { in putShortMSB() function1013 putShortMSB(s, header); in deflate()1017 putShortMSB(s, (uInt)(strm->adler >> 16)); in deflate()1018 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in deflate()1246 putShortMSB(s, (uInt)(strm->adler >> 16)); in deflate()1247 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in deflate()