Searched refs:FACTORS (Results 1 – 2 of 2) sorted by relevance
98 const uint8_t* const FACTORS[16] = { variable159 if (m != 0 && FACTORS[table][j] != 0) { in CreateECCBlock()161 ecc[j - 1] ^ ALOG[(LOG[m] + LOG[FACTORS[table][j]]) % 255]); in CreateECCBlock()166 if (m != 0 && FACTORS[table][0] != 0) { in CreateECCBlock()168 static_cast<uint16_t>(ALOG[(LOG[m] + LOG[FACTORS[table][0]]) % 255]); in CreateECCBlock()
17 FACTORS = [2, 3, 5]19 for i, factor in enumerate(FACTORS):