Home
last modified time | relevance | path

Searched refs:PULL2 (Results 1 - 1 of 1) sorted by relevance

/third_party/zlib/examples/
H A Dgzlog.c278 #define PULL2(p) ((p)[0]+((uint)((p)[1])<<8)) macro
279 #define PULL4(p) (PULL2(p)+((ulong)PULL2(p+2)<<16))
426 log->stored = PULL2(buf + HEAD + 32); in log_head()
943 block = PULL2(buf + 1); in gzlog_compress()

Completed in 2 milliseconds