Home
last modified time | relevance | path

Searched refs:t_last (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/teken/
H A Dteken.h159 teken_char_t t_last; member
H A Dteken_subr.h801 t->t_last = c; in teken_subr_do_putchar()
1343 for (; t->t_last != 0 && rpts > 0; rpts--) in teken_subr_repeat_last_graphic_char()
1344 teken_subr_regular_character(t, t->t_last); in teken_subr_repeat_last_graphic_char()
/freebsd/sys/kern/
H A Dkern_tc.c2088 static struct bintime t_last; in cpu_tick_calibrate() local
2094 t_last.sec = 0; in cpu_tick_calibrate()
2104 if (t_last.sec != 0) { in cpu_tick_calibrate()
2107 bintime_sub(&t_delta, &t_last); in cpu_tick_calibrate()
2127 t_last = t_this; in cpu_tick_calibrate()