HomeSort by relevance Sort by last modified time
    Searched refs:CRC2 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/zlib/
inflate.c 420 # define CRC2(check, word) \
633 CRC2(state->check, hold);
686 if (state->flags & 0x0200) CRC2(state->check, hold);
702 if (state->flags & 0x0200) CRC2(state->check, hold);
711 if (state->flags & 0x0200) CRC2(state->check, hold);
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_inflate.c 441 # define CRC2(check, word) \
649 CRC2(state->check, hold);
702 if (state->flags & 0x0200) CRC2(state->check, hold);
718 if (state->flags & 0x0200) CRC2(state->check, hold);
727 if (state->flags & 0x0200) CRC2(state->check, hold);
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
inflate.c 441 # define CRC2(check, word) \
649 CRC2(state->check, hold);
702 if (state->flags & 0x0200) CRC2(state->check, hold);
718 if (state->flags & 0x0200) CRC2(state->check, hold);
727 if (state->flags & 0x0200) CRC2(state->check, hold);
    [all...]
  /external/zlib/src/
inflate.c 441 # define CRC2(check, word) \
649 CRC2(state->check, hold);
702 if (state->flags & 0x0200) CRC2(state->check, hold);
718 if (state->flags & 0x0200) CRC2(state->check, hold);
727 if (state->flags & 0x0200) CRC2(state->check, hold);
    [all...]

Completed in 596 milliseconds