Home
last modified time | relevance | path

Searched defs:KC (Results 1 – 4 of 4) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/crypto/seed/
H A Dseed_locl.h56 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \ argument
63 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \ argument
H A Dseed.c547 static const seed_word KC[] = { variable
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp362 if (Constant *KC = getKnownConstant(V, Preference)) { in ComputeValueKnownInPredecessors() local
392 if (Constant *KC = getKnownConstant(PredCst, Preference)) in ComputeValueKnownInPredecessors() local
403 if (Constant *KC = getKnownConstant(InVal, Preference)) { in ComputeValueKnownInPredecessors() local
409 if (Constant *KC = getKnownConstant(CI, Preference)) in ComputeValueKnownInPredecessors() local
495 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() local
529 if (Constant *KC = getKnownConstant(Res, WantInteger)) in ComputeValueKnownInPredecessors() local
571 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() local
616 if (Constant *KC = getKnownConstant(CI, Preference)) { in ComputeValueKnownInPredecessors() local
/minix3/minix/drivers/system/random/aes/
H A Drijndael_alg.c27 int KC = ROUNDS - 6; in rijndael_KeySched() local