Home
last modified time | relevance | path

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

/linux/lib/crc/x86/
H A Dcrc32.h41 size_t num_longs; in crc32c_arch() local
88 for (num_longs = len / sizeof(unsigned long); in crc32c_arch()
89 num_longs != 0; num_longs--, p += sizeof(unsigned long)) in crc32c_arch()