Searched defs:putShortMSB (Results 1 - 4 of 4) 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.8/
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));
/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));
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c85 local void putShortMSB OF((deflate_state *s, uInt b));
627 local void putShortMSB ( function
753 putShortMSB(s, header);
757 putShortMSB(s, (uInt)(strm->adler >> 16));
758 putShortMSB(s, (uInt)(strm->adler & 0xffff));
966 putShortMSB(s, (uInt)(strm->adler >> 16));
967 putShortMSB(s, (uInt)(strm->adler & 0xffff));

Completed in 2559 milliseconds