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

  /external/lzma/xz-embedded/
xz_dec_stream.c 14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64)
16 # define IS_CRC64(check_type) false
283 else if (IS_CRC64(s->check_type))
432 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type))
435 if (s->check_type > XZ_CHECK_CRC32 && !IS_CRC64(s->check_type))
673 else if (IS_CRC64(s->check_type)) {
  /external/toybox/toys/pending/
xzcat.c     [all...]

Completed in 1035 milliseconds