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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/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);
59 crc = lzma_crc64(test_unaligned + 3, sizeof(test_string), 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/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);
59 crc = lzma_crc64(test_unaligned + 3, sizeof(test_string), 0);

Completed in 174 milliseconds