Home
last modified time | relevance | path

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

/mirbsd/src/kern/z/
Ddeflate.c87 local void putShortMSB OF((deflate_state *s, uInt b));
630 local void putShortMSB (s, b) in putShortMSB() function
756 putShortMSB(s, header);
760 putShortMSB(s, (uInt)(strm->adler >> 16));
761 putShortMSB(s, (uInt)(strm->adler & 0xffff));
969 putShortMSB(s, (uInt)(strm->adler >> 16));
970 putShortMSB(s, (uInt)(strm->adler & 0xffff));