Home
last modified time | relevance | path

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

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