Home
last modified time | relevance | path

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

/external/zlib/src/examples/
Dgzlog.c284 #define PUT4(p,a) do {PUT2(p,a);PUT2(p+2,a>>16);} while(0) macro
285 #define PUT8(p,a) do {PUT4(p,a);PUT4(p+4,a>>32);} while(0)
444 PUT4(ext + 16, log->ccrc); in log_mark()
445 PUT4(ext + 20, log->clen); in log_mark()
446 PUT4(ext + 24, log->tcrc); in log_mark()
447 PUT4(ext + 28, log->tlen); in log_mark()
550 PUT4(buf, log->tcrc); in log_append()
551 PUT4(buf + 4, log->tlen); in log_append()
702 PUT4(buf, log->tcrc); in log_compress()
703 PUT4(buf + 4, log->tlen); in log_compress()