Searched defs:KC (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/seed/ |
H A D | seed_local.h | 57 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \ argument 64 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \ argument
|
H A D | seed.c | 440 static const seed_word KC[] = { variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 573 if (Constant *KC = getKnownConstant(V, Preference)) { in computeValueKnownInPredecessorsImpl() local 601 if (Constant *KC = getKnownConstant(PredCst, Preference)) in computeValueKnownInPredecessorsImpl() local 612 if (Constant *KC = getKnownConstant(InVal, Preference)) { in computeValueKnownInPredecessorsImpl() local 618 if (Constant *KC = getKnownConstant(CI, Preference)) in computeValueKnownInPredecessorsImpl() local 733 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl() local 784 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl() local 803 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl() local 861 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl() local 906 if (Constant *KC = getKnownConstant(CI, Preference)) { in computeValueKnownInPredecessorsImpl() local
|
/freebsd/contrib/lua/src/ |
H A D | lvm.c | 1077 #define KC(i) (k+GETARG_C(i)) macro
|