Searched refs:putShortMSB (Results 1 – 1 of 1) sorted by relevance
939 local void putShortMSB(deflate_state *s, uInt b) { in putShortMSB() function1048 putShortMSB(s, header); in deflate()1052 putShortMSB(s, (uInt)(strm->adler >> 16)); in deflate()1053 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in deflate()1281 putShortMSB(s, (uInt)(strm->adler >> 16)); in deflate()1282 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in deflate()