Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/
Dos_DeliverArg.cpp27 const u16 crc16_table[16] = variable
44 r1 = crc16_table[total & 0xf]; in CalcCRC16withIv()
46 total = total ^ r1 ^ crc16_table[*data & 0xf]; in CalcCRC16withIv()
49 r1 = crc16_table[total & 0xf]; in CalcCRC16withIv()
51 total = total ^ r1 ^ crc16_table[(*data >> 4) & 0xf]; in CalcCRC16withIv()