Searched refs:putShortMSB (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c80 local void putShortMSB OF((deflate_state *s, uInt b));
401 local void putShortMSB (s, b) function
471 putShortMSB(s, header);
475 putShortMSB(s, (uInt)(strm->adler >> 16));
476 putShortMSB(s, (uInt)(strm->adler & 0xffff));
558 putShortMSB(s, (uInt)(strm->adler >> 16));
559 putShortMSB(s, (uInt)(strm->adler & 0xffff));

Completed in 10 milliseconds