Searched refs:log_lead_coeff (Results 1 – 1 of 1) sorted by relevance
566 let log_lead_coeff = usize::from(LOG_TABLE[lead_coeff]); in error_code_for_blocks() localVariable568 *u ^= EXP_TABLE[(usize::from(v) + log_lead_coeff) % 255]; in error_code_for_blocks()