OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:putShortMSB
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/zlib-1.2.3/
deflate.c
83
local void
putShortMSB
OF((deflate_state *s, uInt b));
518
local void
putShortMSB
(s, b)
641
putShortMSB
(s, header);
645
putShortMSB
(s, (uInt)(strm->adler >> 16));
646
putShortMSB
(s, (uInt)(strm->adler & 0xffff));
847
putShortMSB
(s, (uInt)(strm->adler >> 16));
848
putShortMSB
(s, (uInt)(strm->adler & 0xffff));
[
all
...]
/external/zlib/
deflate.c
85
local void
putShortMSB
OF((deflate_state *s, uInt b));
626
local void
putShortMSB
(s, b)
752
putShortMSB
(s, header);
756
putShortMSB
(s, (uInt)(strm->adler >> 16));
757
putShortMSB
(s, (uInt)(strm->adler & 0xffff));
[
all
...]
Completed in 965 milliseconds