Home
last modified time | relevance | path

Searched refs:IsMatch (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp49 bool IsMatch = in equalBaseIndex() local
51 if (IsMatch) { in equalBaseIndex()
53 IsMatch = A->getMachineCPVal() == B->getMachineCPVal(); in equalBaseIndex()
55 IsMatch = A->getConstVal() == B->getConstVal(); in equalBaseIndex()
57 if (IsMatch) { in equalBaseIndex()
/third_party/skia/third_party/externals/brotli/c/enc/
Dstatic_dict.c42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch() function
282 if (!IsMatch(dictionary->words, w, data, max_length)) { in BrotliFindAllStaticDictionaryMatches()
338 if (!IsMatch(dictionary->words, w, &data[1], max_length - 1)) { in BrotliFindAllStaticDictionaryMatches()
382 if (!IsMatch(dictionary->words, w, &data[1], max_length - 1)) { in BrotliFindAllStaticDictionaryMatches()
432 IsMatch(dictionary->words, w, &data[2], max_length - 2)) { in BrotliFindAllStaticDictionaryMatches()
461 IsMatch(dictionary->words, w, &data[5], max_length - 5)) { in BrotliFindAllStaticDictionaryMatches()
Dcompress_fragment_two_pass.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2, in IsMatch() function
299 if (IsMatch(ip, candidate, min_match)) { in CreateCommands()
310 } while (BROTLI_PREDICT_TRUE(!IsMatch(ip, candidate, min_match))); in CreateCommands()
386 IsMatch(ip, candidate, min_match)) { in CreateCommands()
Dcompress_fragment.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2) { in IsMatch() function
537 if (IsMatch(ip, candidate)) { in BrotliCompressFragmentFastImpl()
548 } while (BROTLI_PREDICT_TRUE(!IsMatch(ip, candidate))); in BrotliCompressFragmentFastImpl()
619 while (IsMatch(ip, candidate)) { in BrotliCompressFragmentFastImpl()
/third_party/node/deps/brotli/c/enc/
Dstatic_dict.c42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch() function
282 if (!IsMatch(dictionary->words, w, data, max_length)) { in BrotliFindAllStaticDictionaryMatches()
338 if (!IsMatch(dictionary->words, w, &data[1], max_length - 1)) { in BrotliFindAllStaticDictionaryMatches()
382 if (!IsMatch(dictionary->words, w, &data[1], max_length - 1)) { in BrotliFindAllStaticDictionaryMatches()
432 IsMatch(dictionary->words, w, &data[2], max_length - 2)) { in BrotliFindAllStaticDictionaryMatches()
461 IsMatch(dictionary->words, w, &data[5], max_length - 5)) { in BrotliFindAllStaticDictionaryMatches()
Dcompress_fragment_two_pass.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2, in IsMatch() function
299 if (IsMatch(ip, candidate, min_match)) { in CreateCommands()
310 } while (BROTLI_PREDICT_TRUE(!IsMatch(ip, candidate, min_match))); in CreateCommands()
386 IsMatch(ip, candidate, min_match)) { in CreateCommands()
Dcompress_fragment.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2) { in IsMatch() function
537 if (IsMatch(ip, candidate)) { in BrotliCompressFragmentFastImpl()
548 } while (BROTLI_PREDICT_TRUE(!IsMatch(ip, candidate))); in BrotliCompressFragmentFastImpl()
619 while (IsMatch(ip, candidate)) { in BrotliCompressFragmentFastImpl()
/third_party/cef/libcef/browser/
Dorigin_whitelist_impl.cc126 if (IsMatch(source, target, entry)) in HasCrossOriginWhitelistEntry()
165 static bool IsMatch(const url::Origin& source_origin, in IsMatch() function in __anond2255e0f0111::CefOriginWhitelistManager
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.h318 virtual bool IsMatch( in IsMatch() function
711 bool IsMatch(
798 bool IsMatch(const FieldDescriptor* repeated_field,
Dmessage_differencer.cc125 bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::util::MessageDifferencer::MultipleFieldsMapKeyComparator
207 bool MessageDifferencer::MapEntryKeyComparator::IsMatch( in IsMatch() function in google::protobuf::util::MessageDifferencer::MapEntryKeyComparator
876 bool MessageDifferencer::IsMatch( in IsMatch() function in google::protobuf::util::MessageDifferencer
911 match = key_comparator->IsMatch(m1, m2, current_parent_fields); in IsMatch()
1615 return IsMatch(repeated_field, key_comparator, &message1, &message2, in MatchRepeatedFieldIndices()
1634 if (IsMatch(repeated_field, key_comparator, &message1, &message2, in MatchRepeatedFieldIndices()
1659 match = IsMatch(repeated_field, key_comparator, &message1, &message2, in MatchRepeatedFieldIndices()
1662 match = IsMatch(repeated_field, key_comparator, &message1, &message2, in MatchRepeatedFieldIndices()
Dmessage_differencer_unittest.cc1814 virtual bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::__anonb20edca60111::ValueProductMapKeyComparator
1875 virtual bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::__anonb20edca60111::OffsetByOneMapKeyComparator
3306 virtual bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::__anonb20edca60111::LengthMapKeyComparator
/third_party/cef/libcef/renderer/
Dbrowser_impl.h119 bool IsMatch(bool is_loading, bool can_go_back, bool can_go_forward) const { in IsMatch() function
Dbrowser_impl.cc392 last_loading_state_->IsMatch(isLoading, canGoBack, canGoForward)) { in OnLoadingStateChange()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs198 if (!ValidationRegex.IsMatch(descriptor.Name)) in ValidateSymbolName()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc509 bool IsMatch(const MatcherApi& matcher_api, in IsMatch() function
2513 return IsMatch(*matcher_api_, national_number, number_desc); in IsNumberMatchingDesc()
2838 IsMatch(*matcher_api_, *number, general_desc); in MaybeStripNationalPrefixAndCarrierCode()
2857 !IsMatch(*matcher_api_, number_string_copy, general_desc)) { in MaybeStripNationalPrefixAndCarrierCode()
2875 !IsMatch(*matcher_api_, number_copy_as_string, general_desc)) { in MaybeStripNationalPrefixAndCarrierCode()
3035 if ((!IsMatch(*matcher_api_, *national_number, general_num_desc) && in MaybeExtractCountryCode()
3036 IsMatch( in MaybeExtractCountryCode()