Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dverhoeff_checksum.cpp67 …static uint8_t kMultiplication[][5] = {{0x01, 0x23, 0x45, 0x67, 0x89}, {0x12, 0x34, 0x06, 0x78, 0x… in Multiply() local
73 return Lookup(aSecond, kMultiplication[aFirst]); in Multiply()