Searched refs:putShortMSB (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/lib/zlib_deflate/ |
H A D | deflate.c | 77 static void putShortMSB (deflate_state *s, uInt b); 319 static void putShortMSB( in putShortMSB() function 365 putShortMSB(s, header); in zlib_deflate() 369 putShortMSB(s, (uInt)(strm->adler >> 16)); in zlib_deflate() 370 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in zlib_deflate() 457 putShortMSB(s, (uInt)(strm->adler >> 16)); in zlib_deflate() 458 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in zlib_deflate()
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.c | 85 local void putShortMSB OF((deflate_state *s, uInt b)); 548 local void putShortMSB (s, b) in putShortMSB() function 669 putShortMSB(s, header); 673 putShortMSB(s, (uInt)(strm->adler >> 16)); 674 putShortMSB(s, (uInt)(strm->adler & 0xffff)); 881 putShortMSB(s, (uInt)(strm->adler >> 16)); 882 putShortMSB(s, (uInt)(strm->adler & 0xffff));
|