Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.h269 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
H A Dinflate.c828 strm->adler = state->check = ZSWAP32(hold); in inflate()
1213 ZSWAP32(hold)) != state->check) { in inflate()