Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_settings.hpp61 struct Value : public Heap::Allocatable<Value>, public LinkedListEntry<Value> struct
65 Value *mNext; argument
73 OwningList<Value> mValues;
Dnexus_settings.cpp76 const Entry::Value *value; in Get()
105 Entry::Value *value; in SetOrAdd()
117 value = Entry::Value::Allocate(); in SetOrAdd()
135 Entry::Value *preValue; in Delete()
147 OwnedPtr<Entry::Value> valuePtr; in Delete()
/openthread-latest/src/core/meshcop/
Dmeshcop_tlvs.cpp220 void ChannelMaskTlv::PrepareValue(Value &aValue, uint32_t aChannelMask) in PrepareValue()
244 Value value; in AppendTo()
Dmeshcop_tlvs.hpp603 struct Value struct in ot::MeshCoP::ChannelMaskTlv
649 static void PrepareValue(Value &aValue, uint32_t aChannelMask);
Ddataset_manager_ftd.cpp296 ChannelMaskTlv::Value value; in GenerateLocal()
Ddataset.cpp464 ChannelMaskTlv::Value value; in WriteTlvsFrom()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_asn1parse.function175 /* Value returned by traverse_callback if description runs out. */
177 /* Value returned by traverse_callback if description has an invalid format
Dtest_suite_bignum.misc.data1688 Test bit getting (Value bit 25)
1700 Test bit getting (Value bit 24)
1703 Test bit getting (Value bit 23)
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md814 …e key and make sanity checks on its components. TODO: what sanity checks? Value ranges (e.g. p < n…
1326 ### Value representation
/openthread-latest/third_party/mbedtls/repo/
DChangeLog5040 * Value comparisons in SSL layer are now constant-time