current_bit 298 src/fsk.c handle->previous_bit = handle->current_bit; current_bit 299 src/fsk.c handle->current_bit = (factors[0] * factors[0] + factors[1] * factors[1] > factors[2] * factors[2] + factors[3] * factors[3]); current_bit 302 src/fsk.c if (handle->previous_bit != handle->current_bit) { current_bit 314 src/fsk.c (*handle->attr.bithandler) (handle->attr.bithandler_arg, handle->current_bit); current_bit 320 src/fsk.c if (handle->last_bit != handle->current_bit) { current_bit 334 src/fsk.c if (handle->current_bit) { current_bit 348 src/fsk.c handle->last_bit = handle->current_bit; current_bit 83 src/include/private/fsk.h int current_bit; /* current bit */