Searched refs:ZSWAP32 (Results 1 – 3 of 3) sorted by relevance
123 crc_table[4][n] = ZSWAP32(c); in make_crc_table()127 crc_table[k + 4][n] = ZSWAP32(c); in make_crc_table()295 c = ZSWAP32((z_crc_t)crc);319 return (unsigned long)(ZSWAP32(c));
250 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
816 strm->adler = state->check = ZSWAP32(hold);1188 ZSWAP32(hold)) != state->check) {