Home
last modified time | relevance | path

Searched refs:ZSWAP32 (Results 1 – 23 of 23) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/
Dzutil.h178 # define ZSWAP32(q) _byteswap_ulong(q) macro
184 # define ZSWAP32(q) __builtin_bswap32(q) macro
190 # define ZSWAP32(q) bswap_32(q) macro
196 # define ZSWAP32(q) bswap32(q) macro
202 # define ZSWAP32(q) _bswap(q) macro
207 # define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
Dcrc32.c148 c = ZSWAP32(crc); in crc32_big()
174 return ZSWAP32(c); in crc32_big()
Ddeflate.h330 *(uint32_t *)(&s->pending_buf[s->pending]) = ZSWAP32(dw); in put_uint32_msb()
Dinflate.c592 strm->adler = state->check = ZSWAP32(hold); in PREFIX()
1010 ZSWAP32(hold)) != state->check) { in PREFIX()
/external/rust/crates/libz-sys/src/zlib/
Dcrc32.c121 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));
Dzutil.h268 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
Dinflate.c839 strm->adler = state->check = ZSWAP32(hold);
1211 ZSWAP32(hold)) != state->check) {
/external/python/cpython2/Modules/zlib/
Dcrc32.c121 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));
Dzutil.h268 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
Dinflate.c839 strm->adler = state->check = ZSWAP32(hold);
1211 ZSWAP32(hold)) != state->check) {
/external/rust/crates/libz-sys/src/zlib-ng/tools/
Dmakecrct.c79 crc_table[4][n] = ZSWAP32(c); in make_crc_table()
83 crc_table[k + 4][n] = ZSWAP32(c); in make_crc_table()
/external/angle/third_party/zlib/
Dcrc32.c127 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));
Dzutil.h283 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
Dinflate.c840 strm->adler = state->check = ZSWAP32(hold);
1213 ZSWAP32(hold)) != state->check) {
/external/zlib/
Dcrc32.c127 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));
Dzutil.h283 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
Dinflate.c840 strm->adler = state->check = ZSWAP32(hold);
1213 ZSWAP32(hold)) != state->check) {
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_inflate.c90 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()
Ddfltcc_deflate.c213 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()
/external/angle/third_party/zlib/contrib/optimizations/
Dinflate.c851 strm->adler = state->check = ZSWAP32(hold);
1223 ZSWAP32(hold)) != state->check) {
/external/zlib/contrib/optimizations/
Dinflate.c851 strm->adler = state->check = ZSWAP32(hold);
1223 ZSWAP32(hold)) != state->check) {
/external/zlib/patches/
D0001-simd.patch1205 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \
/external/angle/third_party/zlib/patches/
D0001-simd.patch1205 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \