Searched refs:crc32_le_generic (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | crc32.c | 146 static inline u32 __pure crc32_le_generic(u32 crc, unsigned char const *p, function 188 return crc32_le_generic(crc, p, len, NULL, CRC32_POLY_LE); 192 return crc32_le_generic(crc, p, len, NULL, CRC32C_POLY_LE); 197 return crc32_le_generic(crc, p, len, 202 return crc32_le_generic(crc, p, len,
|