Searched defs:KC (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/crypto/openssl/crypto/seed/ |
| D | seed_locl.h | 56 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \ argument 63 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \ argument
|
| D | seed.c | 547 static const seed_word KC[] = { variable
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | JumpThreading.cpp | 341 if (Constant *KC = getKnownConstant(V, Preference)) { in ComputeValueKnownInPredecessors() local 371 if (Constant *KC = getKnownConstant(PredCst, Preference)) in ComputeValueKnownInPredecessors() local 382 if (Constant *KC = getKnownConstant(InVal, Preference)) { in ComputeValueKnownInPredecessors() local 387 if (Constant *KC = getKnownConstant(CI, Preference)) in ComputeValueKnownInPredecessors() local 473 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() local 506 if (Constant *KC = getKnownConstant(Res, WantInteger)) in ComputeValueKnownInPredecessors() local 549 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() local 594 if (Constant *KC = getKnownConstant(CI, Preference)) { in ComputeValueKnownInPredecessors() local
|