Searched defs:xz_crc32 (Results 1 - 2 of 2) sorted by relevance

/external/lzma/xz-embedded/
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_stream.h16 # define xz_crc32(buf, size, crc) \ macro

Completed in 90 milliseconds