Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2021 int32_t opType = URX_TYPE(op); in insertOp() local
2661 int32_t opType; // The opcode type of the op in matchStartType() local
3184 int32_t opType; in minMatchLength() local
3469 int32_t opType; in maxMatchLength() local
3783 int32_t opType = URX_TYPE(op); in stripNOPs() local
Drematch.cpp2757 int32_t opType; // the opcode in MatchAt() local
4321 int32_t opType; // the opcode in MatchChunkAt() local
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java1021 private static Type opType(int opcode) { in opType() method in JarSourceCode
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp2734 int (*real_func)(EVP_PKEY_CTX*), const char* opType) { in evpPkeyEcryptDecryptInit()