iquotient 54 arch/x86/crypto/crc32-pclmul_glue.c unsigned int iquotient; iquotient 70 arch/x86/crypto/crc32-pclmul_glue.c iquotient = len & (~SCALE_F_MASK); iquotient 74 arch/x86/crypto/crc32-pclmul_glue.c crc = crc32_pclmul_le_16(p, iquotient, crc); iquotient 78 arch/x86/crypto/crc32-pclmul_glue.c crc = crc32_le(crc, p + iquotient, iremainder); iquotient 64 arch/x86/crypto/crc32c-intel_glue.c unsigned int iquotient = len / SCALE_F; iquotient 68 arch/x86/crypto/crc32c-intel_glue.c while (iquotient--) {