Home
last modified time | relevance | path

Searched defs:not_match (Results 1 – 3 of 3) sorted by relevance

/external/libese/ready_se/google/keymint/KM200/HAL/
Dkeymint_utils.cpp64 int not_match = in getOsVersion() local
87 int not_match = regexec(&regex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in getPatchlevel() local
/external/libese/ready_se/google/keymint/KM300/HAL/
Dkeymint_utils.cpp64 int not_match = in getOsVersion() local
87 int not_match = regexec(&regex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in getPatchlevel() local
/external/llvm/include/llvm/IR/
DPatternMatch.h833 template <typename LHS_t> struct not_match { struct
836 not_match(const LHS_t &LHS) : L(LHS) {} in not_match() argument
854 template <typename LHS> inline not_match<LHS> m_Not(const LHS &L) { return L; } in m_Not() argument