Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dzutil.h251 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
H A Dinflate.c812 strm->adler = state->check = ZSWAP32(hold); in inflate()
1197 ZSWAP32(hold)) != state->check) { in inflate()