Home
last modified time | relevance | path

Searched refs:MAX_SIMD_DEGREE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.h71 #define MAX_SIMD_DEGREE 16 macro
73 #define MAX_SIMD_DEGREE 4 macro
76 #define MAX_SIMD_DEGREE_OR_2 (MAX_SIMD_DEGREE > 2 ? MAX_SIMD_DEGREE : 2)
H A Dblake3.c236 const uint8_t *chunks_array[MAX_SIMD_DEGREE]; in compress_chunks_parallel()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_impl.h67 #define MAX_SIMD_DEGREE 16
69 #define MAX_SIMD_DEGREE 4
71 #define MAX_SIMD_DEGREE 1
75 // MAX_SIMD_DEGREE, but also at least 2.
76 #define MAX_SIMD_DEGREE_OR_2 (MAX_SIMD_DEGREE > 2 ? MAX_SIMD_DEGREE : 2)
66 #define MAX_SIMD_DEGREE global() macro
68 #define MAX_SIMD_DEGREE global() macro
70 #define MAX_SIMD_DEGREE global() macro
H A Dblake3.c179 assert(input_len <= MAX_SIMD_DEGREE * BLAKE3_CHUNK_LEN); in compress_chunks_parallel()
182 const uint8_t *chunks_array[MAX_SIMD_DEGREE]; in compress_chunks_parallel()