Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching refs:REVERSE

467 /* Reverse the bytes in a 32-bit value */
468 #define REVERSE(q) \
763 strm->adler = state->check = REVERSE(hold);
1091 REVERSE(hold)) != state->check) {