Home
last modified time | relevance | path

Searched refs:putShortMSB (Results 1 – 1 of 1) sorted by relevance

/src/sys/contrib/zlib/
H A Ddeflate.c939 local void putShortMSB(deflate_state *s, uInt b) { in putShortMSB() function
1048 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()