Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/zlib/
H A Ddeflate.c110 local void putShortMSB OF((deflate_state *s, uInt b));
545 putShortMSB(deflate_state *s, uInt b) in putShortMSB() function
669 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()