Home
last modified time | relevance | path

Searched refs:aCompressedArray (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/utils/
Dverhoeff_checksum.cpp44 uint8_t VerhoeffChecksum::Lookup(uint8_t aIndex, const uint8_t aCompressedArray[]) in Lookup() argument
51 uint8_t result = aCompressedArray[aIndex / 2]; in Lookup()
Dverhoeff_checksum.hpp85 static uint8_t Lookup(uint8_t aIndex, const uint8_t aCompressedArray[]);