Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/zlib/
H A Ddeflate.c83 local void putShortMSB OF((deflate_state *s, uInt b));
489 local void putShortMSB (s, b) in putShortMSB() function
585 putShortMSB(s, header);
589 putShortMSB(s, (uInt)(strm->adler >> 16));
590 putShortMSB(s, (uInt)(strm->adler & 0xffff));
687 putShortMSB(s, (uInt)(strm->adler >> 16));
688 putShortMSB(s, (uInt)(strm->adler & 0xffff));