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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c110 local void putShortMSB OF((deflate_state *s, uInt b));
547 local void putShortMSB (s, b) function
670 putShortMSB(s, header);
674 putShortMSB(s, (uInt)(strm->adler >> 16));
675 putShortMSB(s, (uInt)(strm->adler & 0xffff));
876 putShortMSB(s, (uInt)(strm->adler >> 16));
877 putShortMSB(s, (uInt)(strm->adler & 0xffff));

Completed in 25 milliseconds