Home
last modified time | relevance | path

Searched refs:Lookup (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/utils/
Dverhoeff_checksum.cpp44 uint8_t VerhoeffChecksum::Lookup(uint8_t aIndex, const uint8_t aCompressedArray[]) in Lookup() function in ot::Utils::VerhoeffChecksum
73 return Lookup(aSecond, kMultiplication[aFirst]); in Multiply()
83 return Lookup(aValue, kPermutation[aPosition]); in Permute()
90 return Lookup(aValue, kInverse); in InverseOf()
Dverhoeff_checksum.hpp85 static uint8_t Lookup(uint8_t aIndex, const uint8_t aCompressedArray[]);
/openthread-latest/src/core/common/
Dstring.hpp551 …static const char *Lookup(uint16_t aKey, const Entry (&aTable)[kLength], const char *aNotFound = "… in Lookup() function in ot::Stringify
/openthread-latest/src/core/coap/
Dcoap_message.cpp490 return Stringify::Lookup(GetCode(), kCodeTable, "Unknown"); in CodeToString()
/openthread-latest/src/core/net/
Dip6.cpp1482 return Stringify::Lookup(aIpProto, kIpProtoTable, "Unknown"); in IpProtoToString()