Home
last modified time | relevance | path

Searched refs:test_unaligned (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/tests/
H A Dtest_check.c19 static const uint8_t test_unaligned[12] = "xxx123456789"; variable
33 crc = lzma_crc32(test_unaligned + 3, sizeof(test_string), 0); in test_crc32()
59 crc = lzma_crc64(test_unaligned + 3, sizeof(test_string), 0); in test_crc64()