Searched refs:ZSWAP32 (Results 1 – 3 of 3) sorted by relevance
121 crc_table[4][n] = ZSWAP32(c); in make_crc_table()125 crc_table[k + 4][n] = ZSWAP32(c); in make_crc_table()314 c = ZSWAP32((z_crc_t)crc);336 return (unsigned long)(ZSWAP32(c));
271 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
839 strm->adler = state->check = ZSWAP32(hold);1211 ZSWAP32(hold)) != state->check) {