Home
last modified time | relevance | path

Searched refs:t_start (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/m68hc11/
Demulos.c65 double t_start, t_stop, t; in emul_bench() local
69 t_start = (double) (bench_start.tv_sec) * 1.0e6; in emul_bench()
70 t_start += (double) (bench_start.tv_usec); in emul_bench()
89 t = t_stop - t_start; in emul_bench()
/netbsd/src/external/bsd/less/dist/
Ddecode.c232 char *t_start; member
311 expand_special_keys(t->t_start, t->t_end - t->t_start); in expand_cmd_table()
394 t->t_start = buf; in add_cmd_table()
639 action = cmd_search(cmd, t->t_start, t->t_end, sp); in cmd_decode()