Searched refs:ZSWAP32 (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/third_party/zlib_v128/
H A Dcrc32.c123 crc_table[4][n] = ZSWAP32(c);
127 crc_table[k + 4][n] = ZSWAP32(c);
295 c = ZSWAP32((z_crc_t)crc);
319 return (unsigned long)(ZSWAP32(c));
H A Dzutil.h252 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
H A Dinflate.c816 strm->adler = state->check = ZSWAP32(hold);
1188 ZSWAP32(hold)) != state->check) {
/external/python/cpython2/Modules/zlib/
H A Dcrc32.c123 crc_table[4][n] = ZSWAP32(c);
127 crc_table[k + 4][n] = ZSWAP32(c);
295 c = ZSWAP32((z_crc_t)crc);
319 return (unsigned long)(ZSWAP32(c));
H A Dzutil.h250 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
H A Dinflate.c816 strm->adler = state->check = ZSWAP32(hold);
1188 ZSWAP32(hold)) != state->check) {
/external/zlib/src/
H A Dcrc32.c123 crc_table[4][n] = ZSWAP32(c);
127 crc_table[k + 4][n] = ZSWAP32(c);
295 c = ZSWAP32((z_crc_t)crc);
319 return (unsigned long)(ZSWAP32(c));
H A Dzutil.h250 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
H A Dinflate.c816 strm->adler = state->check = ZSWAP32(hold);
1188 ZSWAP32(hold)) != state->check) {

Completed in 155 milliseconds