Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/seed/
Dseed_local.h57 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \ argument
64 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \ argument
Dseed.c440 static const seed_word KC[] = { variable
/third_party/openssl/crypto/seed/
Dseed_local.h57 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \ argument
64 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \ argument
Dseed.c440 static const seed_word KC[] = { variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp606 if (Constant *KC = getKnownConstant(V, Preference)) { in ComputeValueKnownInPredecessorsImpl() local
639 if (Constant *KC = getKnownConstant(PredCst, Preference)) in ComputeValueKnownInPredecessorsImpl() local
654 if (Constant *KC = getKnownConstant(InVal, Preference)) { in ComputeValueKnownInPredecessorsImpl() local
660 if (Constant *KC = getKnownConstant(CI, Preference)) in ComputeValueKnownInPredecessorsImpl() local
759 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessorsImpl() local
815 if (Constant *KC = getKnownConstant(Res, WantInteger)) in ComputeValueKnownInPredecessorsImpl() local
903 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessorsImpl() local
951 if (Constant *KC = getKnownConstant(CI, Preference)) { in ComputeValueKnownInPredecessorsImpl() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUnicodeNormalizer.java48 KC = (byte)(COMPATIBILITY_MASK + COMPOSITION_MASK); field in UnicodeNormalizer
DBasicTest.java2360 static final int D = 0, C = 1, KD= 2, KC = 3, FCD=4, NONE=5; field in BasicTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DUnicodeNormalizer.java51 KC = (byte)(COMPATIBILITY_MASK + COMPOSITION_MASK); field in UnicodeNormalizer
DBasicTest.java2363 static final int D = 0, C = 1, KD= 2, KC = 3, FCD=4, NONE=5; field in BasicTest
/third_party/ffmpeg/libavutil/
Daes.c203 int KC = key_bits >> 5; in av_aes_init() local
/third_party/mbedtls/library/
Dcamellia.c300 uint32_t KC[16]; in mbedtls_camellia_setkey_enc() local