Searched refs:putShortMSB (Results 1 – 1 of 1) sorted by relevance
87 local void putShortMSB OF((deflate_state *s, uInt b));719 local void putShortMSB (s, b) in putShortMSB() function834 putShortMSB(s, header);838 putShortMSB(s, (uInt)(strm->adler >> 16));839 putShortMSB(s, (uInt)(strm->adler & 0xffff));1067 putShortMSB(s, (uInt)(strm->adler >> 16));1068 putShortMSB(s, (uInt)(strm->adler & 0xffff));