Searched refs:SCALE_F (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A Dcrc32-pclmul_glue.c45 #define SCALE_F 16L /* size of xmm register */ macro
46 #define SCALE_F_MASK (SCALE_F - 1)
62 prealign = SCALE_F - ((long)p & SCALE_F_MASK); crc32_pclmul_le()
H A Dcrc32c-intel_glue.c41 #define SCALE_F sizeof(unsigned long) macro
90 unsigned int iquotient = len / SCALE_F; crc32c_intel_le_hw()
91 unsigned int iremainder = len % SCALE_F; crc32c_intel_le_hw()

Completed in 105 milliseconds