putShortMSB 83 tools/packfi2/deflate.c local void putShortMSB OF((deflate_state *s, uInt b)); putShortMSB 641 tools/packfi2/deflate.c putShortMSB(s, header); putShortMSB 645 tools/packfi2/deflate.c putShortMSB(s, (uInt)(strm->adler >> 16)); putShortMSB 646 tools/packfi2/deflate.c putShortMSB(s, (uInt)(strm->adler & 0xffff)); putShortMSB 847 tools/packfi2/deflate.c putShortMSB(s, (uInt)(strm->adler >> 16)); putShortMSB 848 tools/packfi2/deflate.c putShortMSB(s, (uInt)(strm->adler & 0xffff));