/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGAddressAnalysis.cpp | 49 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/ |
D | static_dict.c | 42 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()
|
D | compress_fragment_two_pass.c | 58 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()
|
D | compress_fragment.c | 58 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/ |
D | static_dict.c | 42 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()
|
D | compress_fragment_two_pass.c | 58 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()
|
D | compress_fragment.c | 58 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/ |
D | origin_whitelist_impl.cc | 126 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/ |
D | message_differencer.h | 318 virtual bool IsMatch( in IsMatch() function 711 bool IsMatch( 798 bool IsMatch(const FieldDescriptor* repeated_field,
|
D | message_differencer.cc | 125 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()
|
D | message_differencer_unittest.cc | 1814 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/ |
D | browser_impl.h | 119 bool IsMatch(bool is_loading, bool can_go_back, bool can_go_forward) const { in IsMatch() function
|
D | browser_impl.cc | 392 last_loading_state_->IsMatch(isLoading, canGoBack, canGoForward)) { in OnLoadingStateChange()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorPool.cs | 198 if (!ValidationRegex.IsMatch(descriptor.Name)) in ValidateSymbolName()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.cc | 509 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()
|