Searched refs:__crc32c_le (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | crc32test.c | 680 crc ^= __crc32c_le(test[i].crc, test_buf + in crc32c_test() 690 if (test[i].crc32c_le != __crc32c_le(test[i].crc, test_buf + in crc32c_test() 719 crc_full = __crc32c_le(test[i].crc, test_buf + test[i].start, in crc32c_combine_test() 725 crc1 = __crc32c_le(test[i].crc, test_buf + in crc32c_combine_test() 727 crc2 = __crc32c_le(0, test_buf + test[i].start + in crc32c_combine_test()
|
D | crc32.c | 190 u32 __pure __weak __crc32c_le(u32 crc, unsigned char const *p, size_t len) function 200 u32 __pure __weak __crc32c_le(u32 crc, unsigned char const *p, size_t len) function 207 EXPORT_SYMBOL(__crc32c_le); 210 u32 __pure __crc32c_le_base(u32, unsigned char const *, size_t) __alias(__crc32c_le);
|