matches
bool matches = data1 == other.data1 && data2 == other.data2
for (auto i = 0; matches && i < 8; i++)
matches = data4[i] == other.data4[i];
return matches;
struct iwx_scan_offload_profile_match matches[IWX_SCAN_MAX_PROFILES];
struct iwm_scan_offload_profile_match matches[IWM_SCAN_MAX_PROFILES];
&& impUse->implementation_id().matches(
bool matches(const entity_id &id) const;
if (typeId.matches(kVirtualPartitionMapId)) {
} else if (typeId.matches(kSparablePartitionMapId)) {
} else if (typeId.matches(kMetadataPartitionMapId)) {
bool matches = originalCRC == crc32((const uint8*)&header,
return matches;
int32 matches = 0;
if (matches == windowIndex) {
matches++;
BList matches;
gWords[i]->FindBestMatches(&matches,
if (matches.CountItems()) {
sort_word_list(&matches, srcWord.String());
for (int32 i = 0; (string = (BString *)matches.ItemAt(i)) != NULL; i++) {
Words::FindBestMatches(BList* matches, const char* s)
matches->AddItem(new BString(testWord));
return matches->CountItems();
sort_word_list(BList* matches, const char* reference)
if (matches->CountItems() > 0) {
matches->SortItems((int(*)(const void*, const void*))word_cmp);
void sort_word_list(BList* matches, const char* reference);
int32 FindBestMatches(BList* matches, const char* word);
bool matches = false;
matches = true;
if (!matches)
bool matches = false;
matches = true;
matches = true;
if (!matches)
int32 matches = sscanf(test.String(), "%lf&%s", &value, t);
if (matches != 2)
int matches = sscanf(buffer, "HTTP/1.0 %d %*[^\r\n]\r\n\r\n", &httpStatus);
if (matches != 2)
bool matches = false;
matches = compare < 0;
matches = compare <= 0;
matches = compare == 0;
matches = compare != 0;
matches = compare >= 0;
matches = compare > 0;
if (!matches)
int32 matches = sscanf(test.String(), "%lf&%s", &value, t);
if (matches != 2) {
if ((*ref)->matches((phys_addr_t)(addr_t)address, size)) {
bool matches = false;
matches = type == PCI_mass_storage
matches = type == PCI_multimedia
matches = type == PCI_network;
matches = type == PCI_display;
matches = type == PCI_multimedia && subType == PCI_video;
matches = type == PCI_data_acquisition;
matches = type == PCI_data_acquisition
matches = true;
if (matches) {
uint8 matches[knmatches];
memset(matches, 0, sizeof(uint8) * nExpectedIns);
matches[k] = 1;
CPPUNIT_ASSERT(matches[i]);
memset(matches, 0, sizeof(uint8) * nExpectedOuts);
matches[k] = 1;
CPPUNIT_ASSERT(matches[i]);
int32 matches;
matches = 0;
matches++;
CPPUNIT_ASSERT(matches == 1);
bool matches = false;
matches = type == PCI_mass_storage;
matches = type == PCI_multimedia
matches = type == PCI_network;
matches = type == PCI_display;
matches = type == PCI_multimedia && subType == PCI_video;
if (matches) {