Searched refs:iquotient (Results 1 – 2 of 2) sorted by relevance
54 unsigned int iquotient; in crc32_pclmul_le() local70 iquotient = len & (~SCALE_F_MASK); in crc32_pclmul_le()74 crc = crc32_pclmul_le_16(p, iquotient, crc); in crc32_pclmul_le()78 crc = crc32_le(crc, p + iquotient, iremainder); in crc32_pclmul_le()
61 unsigned int iquotient = len / SCALE_F; in crc32c_intel_le_hw() local65 while (iquotient--) { in crc32c_intel_le_hw()