Searched refs:putShortMSB (Results 1 - 5 of 5) sorted by relevance
| /third_party/libwebsockets/win32port/zlib/ |
| H A D | deflate.c | 85 local void putShortMSB OF((deflate_state *s, uInt b));
597 local void putShortMSB (s, b)
in putShortMSB() function 720 putShortMSB(s, header);
724 putShortMSB(s, (uInt)(strm->adler >> 16));
725 putShortMSB(s, (uInt)(strm->adler & 0xffff));
932 putShortMSB(s, (uInt)(strm->adler >> 16));
933 putShortMSB(s, (uInt)(strm->adler & 0xffff));
|
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | deflate.c | 101 local void putShortMSB OF((deflate_state *s, uInt b)); 768 local void putShortMSB (s, b) in putShortMSB() function 885 putShortMSB(s, header); 889 putShortMSB(s, (uInt)(strm->adler >> 16)); 890 putShortMSB(s, (uInt)(strm->adler & 0xffff)); 1119 putShortMSB(s, (uInt)(strm->adler >> 16)); 1120 putShortMSB(s, (uInt)(strm->adler & 0xffff));
|
| /third_party/skia/third_party/externals/zlib/ |
| H A D | deflate.c | 101 local void putShortMSB OF((deflate_state *s, uInt b)); 762 local void putShortMSB (s, b) in putShortMSB() function 877 putShortMSB(s, header); 881 putShortMSB(s, (uInt)(strm->adler >> 16)); 882 putShortMSB(s, (uInt)(strm->adler & 0xffff)); 1111 putShortMSB(s, (uInt)(strm->adler >> 16)); 1112 putShortMSB(s, (uInt)(strm->adler & 0xffff));
|
| /third_party/node/deps/zlib/ |
| H A D | deflate.c | 942 local void putShortMSB(deflate_state *s, uInt b) { in putShortMSB() function 1051 putShortMSB(s, header); in deflate() 1055 putShortMSB(s, (uInt)(strm->adler >> 16)); in deflate() 1056 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in deflate() 1285 putShortMSB(s, (uInt)(strm->adler >> 16)); in deflate() 1286 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in deflate()
|
| /third_party/zlib/ |
| H A D | deflate.c | 910 local void putShortMSB(deflate_state *s, uInt b) in putShortMSB() function 1021 putShortMSB(s, header); in deflate() 1025 putShortMSB(s, (uInt)(strm->adler >> 16)); in deflate() 1026 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in deflate() 1254 putShortMSB(s, (uInt)(strm->adler >> 16)); in deflate() 1255 putShortMSB(s, (uInt)(strm->adler & 0xffff)); in deflate()
|
Completed in 14 milliseconds