cellpos 189 src/fsk.c handle->cellpos = 0; cellpos 303 src/fsk.c handle->cellpos = 0.5; /* adjust cell position to be in the middle of the cell */ cellpos 305 src/fsk.c handle->cellpos += handle->celladj; /* walk the cell along */ cellpos 307 src/fsk.c if (handle->cellpos > 1.0) { cellpos 308 src/fsk.c handle->cellpos -= 1.0; cellpos 80 src/include/private/fsk.h double cellpos; /* bit cell position */