Searched refs:FIO_MAX_TAPS (Results 1 – 2 of 2) sorted by relevance
6 #define FIO_MAX_TAPS 6 macro10 unsigned int taps[FIO_MAX_TAPS];
14 static uint8_t lfsr_taps[64][FIO_MAX_TAPS] =149 for(i = 0; i < FIO_MAX_TAPS && taps[i] != 0; i++) in lfsr_create_xormask()