Searched refs:putShortMSB (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/com32/lib/zlib/ |
D | deflate.c | 85 local void putShortMSB OF((deflate_state *s, uInt b)); 548 local void putShortMSB (s, b) in putShortMSB() function 671 putShortMSB(s, header); 675 putShortMSB(s, (uInt)(strm->adler >> 16)); 676 putShortMSB(s, (uInt)(strm->adler & 0xffff)); 883 putShortMSB(s, (uInt)(strm->adler >> 16)); 884 putShortMSB(s, (uInt)(strm->adler & 0xffff));
|
/external/pdfium/third_party/zlib_v128/ |
D | deflate.c | 85 local void putShortMSB OF((deflate_state *s, uInt b)); 627 local void putShortMSB ( in putShortMSB() function 753 putShortMSB(s, header); in deflate() 757 putShortMSB(s, (uInt)(strm->adler >> 16)); in deflate() 758 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in deflate() 966 putShortMSB(s, (uInt)(strm->adler >> 16)); in deflate() 967 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in deflate()
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.c | 85 local void putShortMSB OF((deflate_state *s, uInt b)); 628 local void putShortMSB (s, b) in putShortMSB() function 754 putShortMSB(s, header); 758 putShortMSB(s, (uInt)(strm->adler >> 16)); 759 putShortMSB(s, (uInt)(strm->adler & 0xffff)); 967 putShortMSB(s, (uInt)(strm->adler >> 16)); 968 putShortMSB(s, (uInt)(strm->adler & 0xffff));
|
/external/zlib/src/ |
D | deflate.c | 85 local void putShortMSB OF((deflate_state *s, uInt b)); 628 local void putShortMSB (s, b) in putShortMSB() function 754 putShortMSB(s, header); 758 putShortMSB(s, (uInt)(strm->adler >> 16)); 759 putShortMSB(s, (uInt)(strm->adler & 0xffff)); 967 putShortMSB(s, (uInt)(strm->adler >> 16)); 968 putShortMSB(s, (uInt)(strm->adler & 0xffff));
|