Searched refs:codetimes (Results 1 – 1 of 1) sorted by relevance
55 struct timeval codetimes[NCHUCHARS]; /* arrival times */ member299 - chudata.codetimes[chudata.ncodechars].tv_sec; in raw_filter()301 - chudata.codetimes[chudata.ncodechars].tv_usec; in raw_filter()316 chudata.codetimes[chudata.ncodechars] = *tv; in raw_filter()321 TVTOTS(&chudata.codetimes[NCHUCHARS-1], &ts); in raw_filter()323 chufilter(&chudata, &chudata.codetimes[NCHUCHARS-1]); in raw_filter()331 chudata.codetimes[i].tv_sec, in raw_filter()332 chudata.codetimes[i].tv_usec, in raw_filter()365 TVTOTS(&chu.codetimes[NCHUCHARS-1], &ts); in process_ldisc()373 diff.tv_sec = chu.codetimes[i].tv_sec in process_ldisc()[all …]