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

/external/chromium_org/third_party/zlib/
H A Ddeflate.c86 local void putShortMSB OF((deflate_state *s, uInt b));
554 local void putShortMSB (s, b) function
677 putShortMSB(s, header);
681 putShortMSB(s, (uInt)(strm->adler >> 16));
682 putShortMSB(s, (uInt)(strm->adler & 0xffff));
906 putShortMSB(s, (uInt)(strm->adler >> 16));
907 putShortMSB(s, (uInt)(strm->adler & 0xffff));
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c83 local void putShortMSB OF((deflate_state *s, uInt b));
518 local void putShortMSB (s, b) function
641 putShortMSB(s, header);
645 putShortMSB(s, (uInt)(strm->adler >> 16));
646 putShortMSB(s, (uInt)(strm->adler & 0xffff));
847 putShortMSB(s, (uInt)(strm->adler >> 16));
848 putShortMSB(s, (uInt)(strm->adler & 0xffff));
/external/zlib/src/
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 60 milliseconds