Searched refs:putShortMSB (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | deflate.c | 85 local void putShortMSB OF((deflate_state *s, uInt b)); 755 local void putShortMSB (s, b) in putShortMSB() function 872 putShortMSB(s, header); 876 putShortMSB(s, (uInt)(strm->adler >> 16)); 877 putShortMSB(s, (uInt)(strm->adler & 0xffff)); 1105 putShortMSB(s, (uInt)(strm->adler >> 16)); 1106 putShortMSB(s, (uInt)(strm->adler & 0xffff));
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 716 local void putShortMSB OF((deflate_state *s, uInt b)); 1072 putShortMSB(s, b) in putShortMSB() function 1149 putShortMSB(s, header); 1153 putShortMSB(s, (uInt)(strm->adler >> 16)); 1154 putShortMSB(s, (uInt)(strm->adler & 0xffff)); 1256 putShortMSB(s, (uInt)(strm->adler >> 16)); 1257 putShortMSB(s, (uInt)(strm->adler & 0xffff));
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 535 local void putShortMSB OF((deflate_state *s, uInt b)); 697 local void putShortMSB (s, b) in putShortMSB() function 757 putShortMSB(state, header); 843 putShortMSB(state, (uInt)(state->adler >> 16)); 844 putShortMSB(state, (uInt)(state->adler & 0xffff));
|