Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp325 if (Constant *KC = getKnownConstant(V, Preference)) { in ComputeValueKnownInPredecessors() local
355 if (Constant *KC = getKnownConstant(PredCst, Preference)) in ComputeValueKnownInPredecessors() local
366 if (Constant *KC = getKnownConstant(InVal, Preference)) { in ComputeValueKnownInPredecessors() local
371 if (Constant *KC = getKnownConstant(CI, Preference)) in ComputeValueKnownInPredecessors() local
457 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() local
490 if (Constant *KC = getKnownConstant(Res, WantInteger)) in ComputeValueKnownInPredecessors() local
533 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() local
578 if (Constant *KC = getKnownConstant(CI, Preference)) { in ComputeValueKnownInPredecessors() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp390 if (Constant *KC = getKnownConstant(V, Preference)) { in ComputeValueKnownInPredecessors() local
419 if (Constant *KC = getKnownConstant(PredCst, Preference)) in ComputeValueKnownInPredecessors() local
430 if (Constant *KC = getKnownConstant(InVal, Preference)) { in ComputeValueKnownInPredecessors() local
436 if (Constant *KC = getKnownConstant(CI, Preference)) in ComputeValueKnownInPredecessors() local
536 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() local
571 if (Constant *KC = getKnownConstant(Res, WantInteger)) in ComputeValueKnownInPredecessors() local
612 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() local
657 if (Constant *KC = getKnownConstant(CI, Preference)) { in ComputeValueKnownInPredecessors() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DUnicodeNormalizer.java49 KC = (byte)(COMPATIBILITY_MASK + COMPOSITION_MASK); field in UnicodeNormalizer
DBasicTest.java2358 static final int D = 0, C = 1, KD= 2, KC = 3, FCD=4, NONE=5; field in BasicTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUnicodeNormalizer.java48 KC = (byte)(COMPATIBILITY_MASK + COMPOSITION_MASK); field in UnicodeNormalizer
DBasicTest.java2357 static final int D = 0, C = 1, KD= 2, KC = 3, FCD=4, NONE=5; field in BasicTest
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-alg-fst.c46 int KC = ROUNDS - 6; in rijndaelKeySched() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DAESEngine.java291 int KC = keyLen >>> 2; in generateWorkingKey() local
DAESFastEngine.java620 int KC = keyLen >>> 2; in generateWorkingKey() local