Searched defs:chuunit (Results 1 – 1 of 1) sorted by relevance
329 struct chuunit { struct330 u_char decode[20][16]; /* maximum-likelihood decoding matrix */331 l_fp cstamp[BURST]; /* character timestamps */332 l_fp tstamp[MAXSTAGE]; /* timestamp samples */333 l_fp timestamp; /* current buffer timestamp */334 l_fp laststamp; /* last buffer timestamp */335 l_fp charstamp; /* character time as a l_fp */336 int second; /* counts the seconds of the minute */337 int errflg; /* error flags */338 int status; /* status bits */[all …]