HomeSort by: relevance | last modified time | path
    Searched defs:putShortMSB (Results 1 - 2 of 2) 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/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 18 milliseconds