Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c87 local void putShortMSB OF((deflate_state *s, uInt b));
719 local void putShortMSB (s, b) in putShortMSB() function
834 putShortMSB(s, header);
838 putShortMSB(s, (uInt)(strm->adler >> 16));
839 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1067 putShortMSB(s, (uInt)(strm->adler >> 16));
1068 putShortMSB(s, (uInt)(strm->adler & 0xffff));