/openthread-3.4.0/src/core/common/ |
D | data.cpp | 43 bool matches = true; in MatchBytes() local 47 matches = (memcmp(aFirstBuffer, aSecondBuffer, aLength) == 0); in MatchBytes() 53 VerifyOrExit(aMatcher(*aFirstBuffer++, *aSecondBuffer++), matches = false); in MatchBytes() 57 return matches; in MatchBytes()
|
/openthread-3.4.0/src/core/thread/ |
D | topology.cpp | 70 bool matches = false; in Matches() local 84 matches = true; in Matches() 87 return matches; in Matches() 146 bool matches = false; in MatchesFilter() local 151 matches = IsStateValid(); in MatchesFilter() 155 matches = IsStateValidOrRestoring(); in MatchesFilter() 159 matches = IsStateChildIdRequest(); in MatchesFilter() 163 matches = IsStateValidOrAttaching(); in MatchesFilter() 167 matches = IsStateInvalid(); in MatchesFilter() 171 matches = !IsStateInvalid(); in MatchesFilter() [all …]
|
/openthread-3.4.0/src/core/net/ |
D | dns_types.cpp | 383 bool matches = true; in CompareName() local 398 if (matches && !iterator.CompareLabel(aName, !kIsSingleLabel)) in CompareName() 400 matches = false; in CompareName() 413 if (matches && (*aName == kNullChar)) in CompareName() 436 bool matches = true; in CompareName() local 448 … if (matches && (iterator2.GetNextLabel() != kErrorNone || !iterator.CompareLabel(iterator2))) in CompareName() 450 matches = false; in CompareName() 460 if (matches && (iterator2.GetNextLabel() == kErrorNotFound)) in CompareName() 586 bool matches = false; in CompareLabel() local 589 matches = mMessage.CompareBytes(mLabelStartOffset, aName, mLabelLength, CaseInsensitiveMatch); in CompareLabel() [all …]
|
D | ip6_address.cpp | 469 bool matches = true; in MatchesFilter() local 477 matches = !IsUnspecified() && !IsMulticast(); in MatchesFilter() 481 matches = IsMulticast(); in MatchesFilter() 485 matches = IsMulticastLargerThanRealmLocal(); in MatchesFilter() 489 return matches; in MatchesFilter()
|
D | tcp6.cpp | 498 bool matches = false; in Matches() local 507 matches = true; in Matches() 510 return matches; in Matches() 582 bool matches = false; in Matches() local 589 matches = true; in Matches() 592 return matches; in Matches()
|
D | udp6.cpp | 52 bool matches = false; in Matches() local 68 matches = true; in Matches() 71 return matches; in Matches()
|
D | srp_server.cpp | 1790 bool matches = false; in MatchesFlags() local 1810 matches = true; in MatchesFlags() 1813 return matches; in MatchesFlags()
|
/openthread-3.4.0/third_party/mbedtls/repo/scripts/ |
D | generate_errors.pl | 65 my @matches; 97 push @matches, [$name, $value, $description]; 118 foreach my $match (@matches)
|
/openthread-3.4.0/tests/unit/ |
D | test_ip_address.cpp | 325 bool matches = true; in CheckPrefix() local 334 matches = false; in CheckPrefix() 339 return matches; in CheckPrefix() 346 bool matches = true; in CheckPrefixInIid() local 355 matches = false; in CheckPrefixInIid() 360 return matches; in CheckPrefixInIid() 367 bool matches = true; in CheckInterfaceId() local 376 matches = false; in CheckInterfaceId() 381 return matches; in CheckInterfaceId()
|
D | test_array.cpp | 203 bool matches = false; in TestArrayCopyAndFindMatching() local 208 matches = true; in TestArrayCopyAndFindMatching() 211 matches = false; in TestArrayCopyAndFindMatching() 214 matches = ((mYear % 2) != 0); in TestArrayCopyAndFindMatching() 217 matches = ((mYear % 2) == 0); in TestArrayCopyAndFindMatching() 221 return matches; in TestArrayCopyAndFindMatching()
|
D | test_mac_frame.cpp | 42 bool matches = true; in CompareReversed() local 48 matches = false; in CompareReversed() 53 return matches; in CompareReversed() 58 bool matches = false; in CompareAddresses() local 74 matches = true; in CompareAddresses() 77 return matches; in CompareAddresses()
|
/openthread-3.4.0/src/core/meshcop/ |
D | meshcop.cpp | 276 bool matches = true; in DoesAllMatch() local 282 matches = false; in DoesAllMatch() 287 return matches; in DoesAllMatch()
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/automake/pre/macros/ |
D | coverage.am | 89 …he shell from expanding them first). Every file entry in tracefile which matches at least one of t…
|
/openthread-3.4.0/third_party/mbedtls/repo/doxygen/ |
D | mbedtls.doxyfile | 138 # only done if one of the specified strings matches the left-hand part of 1110 # filter section matches.
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 104 …perty includes an [algorithm specification](#algorithm-specifications) that matches this algorithm. 110 …property includes a [key type specification](#key-type-specifications) that matches this algorithm.
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/examples/ |
D | Doxyfile.in | 172 # Stripping is only done if one of the specified strings matches the left-hand 1364 # project's filter section matches. Qt Help Project / Filter Attributes (see:
|
/openthread-3.4.0/doc/ |
D | Doxyfile.in | 183 # Stripping is only done if one of the specified strings matches the left-hand 1377 # project's filter section matches. Qt Help Project / Filter Attributes (see:
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.function | 3226 * version matches the record version, or that the
|
/openthread-3.4.0/third_party/mbedtls/repo/ |
D | ChangeLog | 471 agreement algorithm in use matches the algorithm the key was declared with.
|