HomeSort by relevance Sort by last modified time
    Searched refs:putShortMSB (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/zlib/
deflate.c 86 local void putShortMSB OF((deflate_state *s, uInt b));
554 local void putShortMSB (s, b)
677 putShortMSB(s, header);
681 putShortMSB(s, (uInt)(strm->adler >> 16));
682 putShortMSB(s, (uInt)(strm->adler & 0xffff));
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 85 local void putShortMSB OF((deflate_state *s, uInt b));
627 local void putShortMSB (
753 putShortMSB(s, header);
757 putShortMSB(s, (uInt)(strm->adler >> 16));
758 putShortMSB(s, (uInt)(strm->adler & 0xffff));
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
deflate.c 85 local void putShortMSB OF((deflate_state *s, uInt b));
628 local void putShortMSB (s, b)
754 putShortMSB(s, header);
758 putShortMSB(s, (uInt)(strm->adler >> 16));
759 putShortMSB(s, (uInt)(strm->adler & 0xffff));
    [all...]
  /external/zlib/src/
deflate.c 85 local void putShortMSB OF((deflate_state *s, uInt b));
628 local void putShortMSB (s, b)
754 putShortMSB(s, header);
758 putShortMSB(s, (uInt)(strm->adler >> 16));
759 putShortMSB(s, (uInt)(strm->adler & 0xffff));
    [all...]

Completed in 105 milliseconds