Home
last modified time | relevance | path

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

/linux/lib/crc/
H A Dcrc-t10dif-main.c19 static const u16 t10_dif_crc_table[256] = { variable
58 crc = (crc << 8) ^ t10_dif_crc_table[(crc >> 8) ^ *p++]; in crc_t10dif_generic()