conscutive_state_bits  321 src/fsk.c      					handle->conscutive_state_bits++;
conscutive_state_bits  323 src/fsk.c      					handle->conscutive_state_bits = 0;
conscutive_state_bits  326 src/fsk.c      				if (handle->conscutive_state_bits > 15) {
conscutive_state_bits  328 src/fsk.c      					handle->conscutive_state_bits = 0;
conscutive_state_bits  335 src/fsk.c      					handle->conscutive_state_bits++;
conscutive_state_bits  337 src/fsk.c      					handle->conscutive_state_bits = 0;
conscutive_state_bits  340 src/fsk.c      				if (handle->conscutive_state_bits > 15) {
conscutive_state_bits  342 src/fsk.c      					handle->conscutive_state_bits = 0;
conscutive_state_bits   87 src/include/private/fsk.h 	int					conscutive_state_bits;			/* number of bits in a row that matches the pattern for the current state */