Searched refs:LFSR_POLY (Results 1 – 1 of 1) sorted by relevance
53 #define LFSR_POLY 0xa01 macro113 state = (state >> 1) ^ (LFSR_POLY >> 1); in applnco_compute_tables()