Lines Matching refs:bytes
47 xor_arm4regs_2(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_2() argument
50 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_2()
68 xor_arm4regs_3(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_3() argument
72 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_3()
91 xor_arm4regs_4(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_4() argument
96 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_4()
112 xor_arm4regs_5(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_5() argument
118 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_5()
156 xor_neon_2(unsigned long bytes, unsigned long * __restrict p1, in xor_neon_2() argument
160 xor_arm4regs_2(bytes, p1, p2); in xor_neon_2()
163 xor_block_neon_inner.do_2(bytes, p1, p2); in xor_neon_2()
169 xor_neon_3(unsigned long bytes, unsigned long * __restrict p1, in xor_neon_3() argument
174 xor_arm4regs_3(bytes, p1, p2, p3); in xor_neon_3()
177 xor_block_neon_inner.do_3(bytes, p1, p2, p3); in xor_neon_3()
183 xor_neon_4(unsigned long bytes, unsigned long * __restrict p1, in xor_neon_4() argument
189 xor_arm4regs_4(bytes, p1, p2, p3, p4); in xor_neon_4()
192 xor_block_neon_inner.do_4(bytes, p1, p2, p3, p4); in xor_neon_4()
198 xor_neon_5(unsigned long bytes, unsigned long * __restrict p1, in xor_neon_5() argument
205 xor_arm4regs_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()
208 xor_block_neon_inner.do_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()