Home
last modified time | relevance | path

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

/linux/arch/riscv/lib/
H A Dcrc32.c183 unsigned long const *p_ul; in crc32_le_generic() local
201 p_ul = (unsigned long const *)p; in crc32_le_generic()
204 s = crc32_le_prep(crc, p_ul); in crc32_le_generic()
206 p_ul++; in crc32_le_generic()
210 p = (unsigned char const *)p_ul; in crc32_le_generic()
259 unsigned long const *p_ul; in crc32_be() local
277 p_ul = (unsigned long const *)p; in crc32_be()
280 s = crc32_be_prep(crc, p_ul); in crc32_be()
282 p_ul++; in crc32_be()
286 p = (unsigned char const *)p_ul; in crc32_be()