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

  /external/lzma/xz-embedded/
xz_stream.h 29 #define HEADER_MAGIC_SIZE 6
xz_dec_stream.c 409 if (!memeq(s->temp.buf, HEADER_MAGIC, HEADER_MAGIC_SIZE))
412 if (xz_crc32(s->temp.buf + HEADER_MAGIC_SIZE, 2, 0)
413 != get_le32(s->temp.buf + HEADER_MAGIC_SIZE + 2))
416 if (s->temp.buf[HEADER_MAGIC_SIZE] != 0)
426 s->check_type = s->temp.buf[HEADER_MAGIC_SIZE + 1];
  /external/toybox/toys/pending/
xzcat.c     [all...]

Completed in 58 milliseconds