Searched defs:round_fn (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_portable.c | 20 INLINE void round_fn(uint32_t state[16], const uint32_t *msg, size_t round) { in round_fn() function
|
H A D | blake3_avx2.c | 42 INLINE void round_fn(__m256i v[16], __m256i m[16], size_t r) { in round_fn() function
|
H A D | blake3_sse2.c | 282 INLINE void round_fn(__m128i v[16], __m128i m[16], size_t r) { in round_fn() function
|
H A D | blake3_sse41.c | 276 INLINE void round_fn(__m128i v[16], __m128i m[16], size_t r) { in round_fn() function
|
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/ |
H A D | blake3_generic.c | 46 static inline void round_fn(uint32_t state[16], const uint32_t *msg, in round_fn() function
|