Searched refs:swap (Results 1 – 13 of 13) sorted by relevance
/lib/ |
A D | sort.c | 130 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 D | generic-radix-tree.c | 31 swap(new_node, *preallocated); in __genradix_ptr_alloc() 75 swap(n, new_node); in __genradix_ptr_alloc()
|
A D | test_vmalloc.c | 441 swap(arr[i], arr[j]); in shuffle_array()
|
A D | bch.c | 483 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 D | gcd.c | 36 swap(a, b); in binary_gcd() 79 swap(a, b); in gcd()
|
/lib/crypto/mpi/ |
A D | mpi-pow.c | 211 swap(rp, xp); in mpi_powm() 237 swap(rp, xp); in mpi_powm()
|
/lib/crypto/arm/ |
A D | sha1-armv4-large.S | 98 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 D | curve25519-fiat32.c | 762 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 D | sha256-avx-asm.S | 72 # Load xmm with mem and byte swap each dword 379 ## byte swap first 16 dwords
|
A D | sha256-ssse3-asm.S | 66 # Load xmm with mem and byte swap each dword 387 ## byte swap first 16 dwords
|
A D | sha512-avx2-asm.S | 125 # Load ymm with mem and byte swap each dword 606 ## byte swap first 16 dwords
|
A D | sha256-avx2-asm.S | 567 ## byte swap data
|
/lib/crypto/s390/ |
A D | chacha-s390.S | 24 .long 0x03020100,0x07060504,0x0b0a0908,0x0f0e0d0c # byte swap
|
Completed in 26 milliseconds