Searched refs:Lookup (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/utils/ |
D | verhoeff_checksum.cpp | 44 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()
|
D | verhoeff_checksum.hpp | 85 static uint8_t Lookup(uint8_t aIndex, const uint8_t aCompressedArray[]);
|
/openthread-latest/src/core/common/ |
D | string.hpp | 551 …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/ |
D | coap_message.cpp | 490 return Stringify::Lookup(GetCode(), kCodeTable, "Unknown"); in CodeToString()
|
/openthread-latest/src/core/net/ |
D | ip6.cpp | 1482 return Stringify::Lookup(aIpProto, kIpProtoTable, "Unknown"); in IpProtoToString()
|