HomeSort by: relevance | last modified time | path
    Searched defs:test_unaligned (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/xz/dist/tests/
test_check.c 19 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 24 milliseconds