Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Ddeflate.c85 local void putShortMSB OF((deflate_state *s, uInt b));
548 local void putShortMSB (s, b) in putShortMSB() function
669 putShortMSB(s, header);
673 putShortMSB(s, (uInt)(strm->adler >> 16));
674 putShortMSB(s, (uInt)(strm->adler & 0xffff));
881 putShortMSB(s, (uInt)(strm->adler >> 16));
882 putShortMSB(s, (uInt)(strm->adler & 0xffff));