Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
206 EXPORT_SYMBOL(crc32_le); variable
209 u32 __pure crc32_le_base(u32, unsigned char const *, size_t) __alias(crc32_le); variable
/kernel/linux/linux-6.6/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 2 milliseconds