Searched refs:PULL2 (Results 1 – 1 of 1) sorted by relevance
278 #define PULL2(p) ((p)[0]+((uint)((p)[1])<<8)) macro279 #define PULL4(p) (PULL2(p)+((ulong)PULL2(p+2)<<16))426 log->stored = PULL2(buf + HEAD + 32); in log_head()941 block = PULL2(buf + 1); in gzlog_compress()