Home
last modified time | relevance | path

Searched refs:PUT8 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dgzlog.c285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0) macro
442 PUT8(ext, log->first); in log_mark()
443 PUT8(ext + 8, log->last); in log_mark()
/third_party/zlib/examples/
Dgzlog.c285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0) macro
442 PUT8(ext, log->first); in log_mark()
443 PUT8(ext + 8, log->last); in log_mark()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dgzlog.c285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0) macro
442 PUT8(ext, log->first); in log_mark()
443 PUT8(ext + 8, log->last); in log_mark()