Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 13 of 13) sorted by relevance

/openthread-3.6.0/src/core/common/
Dbinary_search.cpp53 int compare; in Find() local
66 compare = aComparator(aKey, entry); in Find()
68 if (compare == 0) in Find()
72 else if (compare > 0) in Find()
/openthread-3.6.0/third_party/tcplp/
DCMakeLists.txt48 string(REPLACE "-Wsign-compare" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
58 "-Wno-sign-compare"
86 "-Wno-sign-compare"
/openthread-3.6.0/src/core/meshcop/
Ddataset_manager.cpp118 int compare; in Save() local
131 compare = Timestamp::Compare(mTimestampValid ? &mTimestamp : nullptr, mLocal.GetTimestamp()); in Save()
133 if (isNetworkKeyUpdated || compare > 0) in Save()
141 else if (compare < 0) in Save()
/openthread-3.6.0/src/posix/platform/
DCMakeLists.txt122 target_compile_options(ot-posix-config INTERFACE -Wno-sign-compare)
/openthread-3.6.0/third_party/mbedtls/repo/docs/architecture/testing/
Dpsa-storage-format-testing.md21 ### Save-and-compare approach
/openthread-3.6.0/src/core/thread/
Dmle.cpp3260 int compare = 0; in HandleParentResponse() local
3265compare = MleRouter::ComparePartitions(connectivityTlv.GetActiveRouters() <= 1, leaderData, in HandleParentResponse()
3270 VerifyOrExit(compare >= 0); in HandleParentResponse()
3274 if (compare == 0) in HandleParentResponse()
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.data1138 PSA hash compare: bad algorithm (unknown hash)
1141 PSA hash compare: bad algorithm (wildcard)
1144 PSA hash compare: bad algorithm (not a hash)
1148 PSA hash compare: hash of a prefix
1152 PSA hash compare: hash with flipped bit
1156 PSA hash compare: hash with trailing garbage
1160 PSA hash compare: truncated hash
1164 PSA hash compare: empty hash
1168 PSA hash compare: good
Dtest_suite_rsa.function1518 * Export parameters and compare to original ones.
1674 * Export parameters and compare to original ones.
/openthread-3.6.0/third_party/mbedtls/repo/docs/
Dgetting_started.md390 1. Call `psa_hash_finish()` to calculate the hash, or `psa_hash_verify()` to compare the computed h…
/openthread-3.6.0/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile764 # Doxygen will compare the file name with each pattern and apply the
/openthread-3.6.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md217 …not useful because the core can call the `"mac_compute"` entry point and compare with the expected…
/openthread-3.6.0/third_party/mbedtls/repo/
DChangeLog623 and sign-compare warnings. Contributed by makise-homura (Igor Molchanov)
2401 would compare 64 bits of the record counter instead of 48 bits as indicated
/openthread-3.6.0/doc/
DDoxyfile.in935 # basis. Doxygen will compare the file name with each pattern and apply the