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

/forgerock/web-agents-v4/zlib/
H A Ddeflate.c85 local void putShortMSB OF((deflate_state *s, uInt b));
628 local void putShortMSB (s, b) function
754 putShortMSB(s, header);
758 putShortMSB(s, (uInt)(strm->adler >> 16));
759 putShortMSB(s, (uInt)(strm->adler & 0xffff));
967 putShortMSB(s, (uInt)(strm->adler >> 16));
968 putShortMSB(s, (uInt)(strm->adler & 0xffff));

Completed in 456 milliseconds