Searched refs:crc8_rohc_small_table (Results 1 – 1 of 1) sorted by relevance
16 static const uint8_t crc8_rohc_small_table[16] = { variable41 val = (val >> 4) ^ crc8_rohc_small_table[val & 0x0f]; in crc8_rohc()42 val = (val >> 4) ^ crc8_rohc_small_table[val & 0x0f]; in crc8_rohc()