Searched refs:ZSWAP32 (Results 1 – 23 of 23) sorted by relevance
178 # define ZSWAP32(q) _byteswap_ulong(q) macro184 # define ZSWAP32(q) __builtin_bswap32(q) macro190 # define ZSWAP32(q) bswap_32(q) macro196 # define ZSWAP32(q) bswap32(q) macro202 # define ZSWAP32(q) _bswap(q) macro207 # define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
148 c = ZSWAP32(crc); in crc32_big()174 return ZSWAP32(c); in crc32_big()
330 *(uint32_t *)(&s->pending_buf[s->pending]) = ZSWAP32(dw); in put_uint32_msb()
592 strm->adler = state->check = ZSWAP32(hold); in PREFIX()1010 ZSWAP32(hold)) != state->check) { in PREFIX()
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));
268 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
839 strm->adler = state->check = ZSWAP32(hold);1211 ZSWAP32(hold)) != state->check) {
79 crc_table[4][n] = ZSWAP32(c); in make_crc_table()83 crc_table[k + 4][n] = ZSWAP32(c); in make_crc_table()
127 crc_table[4][n] = ZSWAP32(c); in make_crc_table()131 crc_table[k + 4][n] = ZSWAP32(c); in make_crc_table()368 c = ZSWAP32((z_crc_t)crc);390 return (unsigned long)(ZSWAP32(c));
283 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
840 strm->adler = state->check = ZSWAP32(hold);1213 ZSWAP32(hold)) != state->check) {
90 param->cv = state->flags ? ZSWAP32(state->check) : state->check; in dfltcc_inflate()103 state->check = state->flags ? ZSWAP32(param->cv) : param->cv; in dfltcc_inflate()
213 param->cv = state->wrap == 2 ? ZSWAP32(strm->adler) : strm->adler; in dfltcc_deflate()244 strm->adler = state->wrap == 2 ? ZSWAP32(param->cv) : param->cv; in dfltcc_deflate()
851 strm->adler = state->check = ZSWAP32(hold);1223 ZSWAP32(hold)) != state->check) {
1205 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \