HomeSort by: relevance | last modified time | path
    Searched defs:putShortMSB (Results 1 - 7 of 7) sorted by relevancy

  /src/common/dist/zlib/
deflate.c 906 local void putShortMSB(deflate_state *s, uInt b) {
1015 putShortMSB(s, header);
1019 putShortMSB(s, (uInt)(strm->adler >> 16));
1020 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1248 putShortMSB(s, (uInt)(strm->adler >> 16));
1249 putShortMSB(s, (uInt)(strm->adler & 0xffff));
  /src/external/cddl/osnet/dist/uts/common/zmod/
deflate.c 88 local void putShortMSB OF((deflate_state *s, uInt b));
524 local void putShortMSB (s, b)
647 putShortMSB(s, header);
651 putShortMSB(s, (uInt)(strm->adler >> 16));
652 putShortMSB(s, (uInt)(strm->adler & 0xffff));
853 putShortMSB(s, (uInt)(strm->adler >> 16));
854 putShortMSB(s, (uInt)(strm->adler & 0xffff));
  /src/external/gpl3/binutils/dist/zlib/
deflate.c 904 local void putShortMSB(deflate_state *s, uInt b) {
1013 putShortMSB(s, header);
1017 putShortMSB(s, (uInt)(strm->adler >> 16));
1018 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1246 putShortMSB(s, (uInt)(strm->adler >> 16));
1247 putShortMSB(s, (uInt)(strm->adler & 0xffff));
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 87 local void putShortMSB OF((deflate_state *s, uInt b));
757 local void putShortMSB (s, b)
874 putShortMSB(s, header);
878 putShortMSB(s, (uInt)(strm->adler >> 16));
879 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1107 putShortMSB(s, (uInt)(strm->adler >> 16));
1108 putShortMSB(s, (uInt)(strm->adler & 0xffff));
  /src/external/gpl3/gdb.old/dist/zlib/
deflate.c 87 local void putShortMSB OF((deflate_state *s, uInt b));
757 local void putShortMSB (s, b)
874 putShortMSB(s, header);
878 putShortMSB(s, (uInt)(strm->adler >> 16));
879 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1107 putShortMSB(s, (uInt)(strm->adler >> 16));
1108 putShortMSB(s, (uInt)(strm->adler & 0xffff));
  /src/external/gpl3/gdb/dist/zlib/
deflate.c 904 local void putShortMSB(deflate_state *s, uInt b) {
1013 putShortMSB(s, header);
1017 putShortMSB(s, (uInt)(strm->adler >> 16));
1018 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1246 putShortMSB(s, (uInt)(strm->adler >> 16));
1247 putShortMSB(s, (uInt)(strm->adler & 0xffff));
  /src/sys/net/
zlib.c 690 local void putShortMSB(deflate_state *s, uInt b);
1012 local void putShortMSB (deflate_state *s, uInt b)
1079 putShortMSB(s, header);
1083 putShortMSB(s, (uInt)(strm->adler >> 16));
1084 putShortMSB(s, (uInt)(strm->adler & 0xffff));
1170 putShortMSB(s, (uInt)(strm->adler >> 16));
1171 putShortMSB(s, (uInt)(strm->adler & 0xffff));

Completed in 31 milliseconds