HomeSort by: relevance | last modified time | path
    Searched refs:t_stop (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
rltty.h 74 unsigned char t_stop; member in struct:_rl_tty_chars
rltty.c 148 _rl_tty_chars.t_stop = tiop->tchars.t_stopc;
381 _rl_tty_chars.t_stop = tiop->c_cc[VSTOP];
  /src/external/gpl3/gdb/dist/sim/m68hc11/
emulos.c 65 double t_start, t_stop, t; local
71 t_stop = (double) (bench_stop.tv_sec) * 1.0e6;
72 t_stop += (double) (bench_stop.tv_usec);
89 t = t_stop - t_start;
  /src/external/gpl3/gdb.old/dist/readline/readline/
rltty.h 74 unsigned char t_stop; member in struct:_rl_tty_chars
rltty.c 149 _rl_tty_chars.t_stop = tiop->tchars.t_stopc;
382 _rl_tty_chars.t_stop = tiop->c_cc[VSTOP];
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
emulos.c 65 double t_start, t_stop, t; local
71 t_stop = (double) (bench_stop.tv_sec) * 1.0e6;
72 t_stop += (double) (bench_stop.tv_usec);
89 t = t_stop - t_start;

Completed in 27 milliseconds