Searched defs:putShortMSB (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.c85 local void putShortMSB OF((deflate_state *s, uInt b));
626 local void putShortMSB (s, b) function
752 putShortMSB(s, header);
756 putShortMSB(s, (uInt)(strm->adler >> 16));
757 putShortMSB(s, (uInt)(strm->adler & 0xffff));
965 putShortMSB(s, (uInt)(strm->adler >> 16));
966 putShortMSB(s, (uInt)(strm->adler & 0xffff));

Completed in 449 milliseconds