Home
last modified time | relevance | path

Searched refs:cROUNDS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dsiphash.c35 #define cROUNDS 2 macro
121 for (i = 0; i < cROUNDS; ++i) in siphash()
168 for (i = 0; i < cROUNDS; ++i) in siphash()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSipHash.cpp61 template <int cROUNDS, int dROUNDS, size_t outlen>
93 for (i = 0; i < cROUNDS; ++i) in siphash()
127 for (i = 0; i < cROUNDS; ++i) in siphash()