Searched refs:ZSWAP32 (Results 1 – 2 of 2) sorted by relevance
272 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
848 strm->adler = state->check = ZSWAP32(hold);1233 ZSWAP32(hold)) != state->check) {
Completed in 5 milliseconds