Searched refs:xz_crc32 (Results 1 - 5 of 5) sorted by relevance

/external/lzma/xz-embedded/
H A DAndroid.mk7 LOCAL_SRC_FILES := xz_crc32.c xz_dec_lzma2.c xz_dec_stream.c
13 LOCAL_SRC_FILES := xz_crc32.c xz_dec_lzma2.c xz_dec_stream.c
H A Dxz_stream.h16 # define xz_crc32(buf, size, crc) \ macro
H A Dxz_crc32.c13 * The fastest versions of xz_crc32() on modern CPUs without hardware
49 XZ_EXTERN uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc) function
H A Dxz.h282 XZ_EXTERN uint32_t xz_crc32(const uint8_t *buf, size_t size, uint32_t crc);
H A Dxz_dec_stream.c256 s->crc = xz_crc32(b->out + s->out_start,
288 s->block.hash.crc32 = xz_crc32(
303 s->crc = xz_crc32(b->in + s->in_start, in_used, s->crc);
347 s->index.hash.crc32 = xz_crc32(
412 if (xz_crc32(s->temp.buf + HEADER_MAGIC_SIZE, 2, 0)
448 if (xz_crc32(s->temp.buf + 4, 6, 0) != get_le32(s->temp.buf))
479 if (xz_crc32(s->temp.buf, s->temp.size, 0)

Completed in 545 milliseconds