Home
last modified time | relevance | path

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

/lib/
A Dsort.c130 swap_func_t swap; member
140 ((const struct wrapper *)priv)->swap(a, b, (int)size); in do_swap()
206 if (swap_func == SWAP_WRAPPER && !((struct wrapper *)priv)->swap) in __sort_r()
339 .swap = swap_func, in sort()
352 .swap = swap_func, in sort_nonatomic()
A Dgeneric-radix-tree.c31 swap(new_node, *preallocated); in __genradix_ptr_alloc()
75 swap(n, new_node); in __genradix_ptr_alloc()
A Dtest_vmalloc.c441 swap(arr[i], arr[j]); in shuffle_array()
A Dbch.c483 swap(rows[r], rows[p]); in solve_linear_system()
802 swap(a, b); in gf_poly_gcd()
806 swap(a, b); in gf_poly_gcd()
/lib/math/
A Dgcd.c36 swap(a, b); in binary_gcd()
79 swap(a, b); in gcd()
/lib/crypto/mpi/
A Dmpi-pow.c211 swap(rp, xp); in mpi_powm()
237 swap(rp, xp); in mpi_powm()
/lib/crypto/arm/
A Dsha1-armv4-large.S98 rev r9,r9 @ byte swap
123 rev r9,r9 @ byte swap
148 rev r9,r9 @ byte swap
173 rev r9,r9 @ byte swap
198 rev r9,r9 @ byte swap
226 rev r9,r9 @ byte swap
/lib/crypto/
A Dcurve25519-fiat32.c762 unsigned swap = 0; in curve25519_generic() local
815 swap ^= b; in curve25519_generic()
816 fe_cswap(&x2, &x3, swap); in curve25519_generic()
817 fe_cswap(&z2, &z3, swap); in curve25519_generic()
818 swap = b; in curve25519_generic()
848 fe_cswap(&x2, &x3, swap); in curve25519_generic()
849 fe_cswap(&z2, &z3, swap); in curve25519_generic()
/lib/crypto/x86/
A Dsha256-avx-asm.S72 # Load xmm with mem and byte swap each dword
379 ## byte swap first 16 dwords
A Dsha256-ssse3-asm.S66 # Load xmm with mem and byte swap each dword
387 ## byte swap first 16 dwords
A Dsha512-avx2-asm.S125 # Load ymm with mem and byte swap each dword
606 ## byte swap first 16 dwords
A Dsha256-avx2-asm.S567 ## byte swap data
/lib/crypto/s390/
A Dchacha-s390.S24 .long 0x03020100,0x07060504,0x0b0a0908,0x0f0e0d0c # byte swap

Completed in 26 milliseconds