Searched refs:PUT8 (Results 1 - 1 of 1) sorted by relevance
/third_party/zlib/examples/ | ||
H A D | gzlog.c | 285 #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() |
Completed in 2 milliseconds