Searched refs:bitcrc32 (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
| H A D | test_write_format_zip_compression_store.c | 49 bitcrc32(unsigned long c, const void *_p, size_t s) in bitcrc32() function 180 crc = bitcrc32(0, file_data1, sizeof(file_data1)); in verify_uncompressed_contents() 181 crc = bitcrc32(crc, file_data2, sizeof(file_data2)); in verify_uncompressed_contents()
|
| H A D | test_write_format_zip_file.c | 39 bitcrc32(unsigned long c, void *_p, size_t s) in bitcrc32() function 157 crc = bitcrc32(0, file_data, sizeof(file_data)); in DEFINE_TEST()
|
| H A D | test_write_format_zip64_stream.c | 35 bitcrc32(unsigned long c, void *_p, size_t s) in bitcrc32() function 145 crc = bitcrc32(0, file_data, sizeof(file_data)); in DEFINE_TEST()
|
| H A D | test_write_format_zip_file_zip64.c | 39 bitcrc32(unsigned long c, void *_p, size_t s) in bitcrc32() function 160 crc = bitcrc32(0, file_data, sizeof(file_data)); in DEFINE_TEST()
|