Searched defs:crc32_le (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dcrc32.c186 u32 __pure __weak crc32_le(u32 crc, unsigned char const *p, size_t len) function
195 u32 __pure __weak crc32_le(u32 crc, unsigned char const *p, size_t len) function
204 EXPORT_SYMBOL(crc32_le); variable
207 u32 __pure crc32_le_base(u32, unsigned char const *, size_t) __alias(crc32_le); variable

Completed in 206 milliseconds