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

  /external/chromium/third_party/zlib/
deflate.c 83 local void putShortMSB OF((deflate_state *s, uInt b));
518 local void putShortMSB (s, b)
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));
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 83 local void putShortMSB OF((deflate_state *s, uInt b));
518 local void putShortMSB (s, b)
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));
    [all...]
  /external/zlib/
deflate.c 85 local void putShortMSB OF((deflate_state *s, uInt b));
548 local void putShortMSB (s, b)
671 putShortMSB(s, header);
675 putShortMSB(s, (uInt)(strm->adler >> 16));
676 putShortMSB(s, (uInt)(strm->adler & 0xffff));
883 putShortMSB(s, (uInt)(strm->adler >> 16));
884 putShortMSB(s, (uInt)(strm->adler & 0xffff));
    [all...]

Completed in 136 milliseconds