Searched refs:ZSWAP32 (Results 1 – 10 of 10) 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); in crc32_big()319 return (unsigned long)(ZSWAP32(c)); in crc32_big()
252 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
816 strm->adler = state->check = ZSWAP32(hold); in inflate()1188 ZSWAP32(hold)) != state->check) { in inflate()
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) {