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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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/python/cpython2/Modules/zlib/
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/syslinux/com32/lib/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...]
  /toolchain/binutils/binutils-2.27/zlib/
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/python/cpython3/Modules/zlib/
deflate.c 87 local void putShortMSB OF((deflate_state *s, uInt b));
716 local void putShortMSB (s, b)
831 putShortMSB(s, header);
835 putShortMSB(s, (uInt)(strm->adler >> 16));
836 putShortMSB(s, (uInt)(strm->adler & 0xffff));
    [all...]
  /external/zlib/src/
deflate.c 87 local void putShortMSB OF((deflate_state *s, uInt b));
716 local void putShortMSB (s, b)
831 putShortMSB(s, header);
835 putShortMSB(s, (uInt)(strm->adler >> 16));
836 putShortMSB(s, (uInt)(strm->adler & 0xffff));
    [all...]

Completed in 900 milliseconds