Searched refs:nni (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/lhash/ |
H A D | lhash.c | 216 unsigned int p, pmax, nni, j; in expand() local 219 nni = lh->num_alloc_nodes; in expand() 223 j = nni * 2; in expand() 230 memset(n + nni, 0, sizeof(*n) * (j - nni)); in expand() 231 lh->pmax = nni; in expand() 245 if ((hash % nni) != p) { /* move it */ in expand()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sve.td | 2014 def SVWHILELO_COUNT : SInst<"svwhilelt_{d}[_{1}]", "}nni", "QcQsQiQl", MergeNone, "aarch64_sve_wh… 2015 def SVWHILELS_COUNT : SInst<"svwhilele_{d}[_{1}]", "}nni", "QcQsQiQl", MergeNone, "aarch64_sve_wh… 2016 def SVWHILEHI_COUNT : SInst<"svwhilegt_{d}[_{1}]", "}nni", "QcQsQiQl", MergeNone, "aarch64_sve_wh… 2017 def SVWHILEHS_COUNT : SInst<"svwhilege_{d}[_{1}]", "}nni", "QcQsQiQl", MergeNone, "aarch64_sve_wh…
|