Home
last modified time | relevance | path

Searched refs:DTime_t (Results 1 – 13 of 13) sorted by relevance

/dports/cad/dinotrace/dinotrace-9.4c/src/
H A Dfunctions.h228 extern void cur_move (DCursor_t *csr_ptr, DTime_t new_time);
232 extern DTime_t cur_time_first (const Trace_t *trace);
233 extern DTime_t cur_time_last (const Trace_t *trace);
236 extern void cur_step (DTime_t step);
270 extern DTime_t grid_primary_period (const Trace_t *trace);
411 extern DTime_t posx_to_time (Trace_t *trace, Position x);
416 extern DCursor_t *time_to_cursor (DTime_t xtime);
418 extern double time_to_cyc_num (DTime_t time);
419 extern DTime_t cyc_num_to_time (double cyc_num);
420 extern DTime_t time_units_to_multiplier (TimeRep_t timerep);
[all …]
H A Ddt_util.c676 DTime_t restime; in prompt_ok_cb()
854 DTime_t end_time) in print_sig_info_internal()
909 DTime_t last_time; in debug_signal_integrity()
1131 DTime_t posx_to_time ( in posx_to_time()
1148 DTime_t ctime) in value_at_time()
1167 DTime_t xtime; in posx_to_time_edge()
1248 DTime_t xtime; in posx_to_cursor()
1277 DTime_t *time_ptr) in posx_to_grid()
1279 DTime_t xtime; in posx_to_grid()
1317 DTime_t xtime) in time_to_cursor()
[all …]
H A Ddinotrace.h381 DTime_t dastime;
605 DTime_t time; /* Time of this entry */
638 DTime_t time; /* Time cursor is placed at */
651 DTime_t period; /* Grid period (time between ticks) */
652 DTime_t alignment; /* Grid alignment (time grid starts at) */
811 DTime_t start_time; /* Time of beginning of trace */
812 DTime_t end_time; /* Time of ending of trace */
895 DTime_t print_begin_time; /* Starting time for printing */
896 DTime_t print_end_time; /* Ending time for printing */
909 DTime_t time; /* Time of trace at left edge of screen */
[all …]
H A Ddt_cursor.c117 DTime_t ctime, in cur_add()
177 DTime_t ctime, in cur_new()
204 DTime_t new_time in cur_move()
292 DTime_t cur_time_first ( in cur_time_first()
307 DTime_t cur_time_last ( in cur_time_last()
327 DTime_t step, in cur_step_one()
341 DTime_t step in cur_step()
580 DTime_t time; in cur_add_ev()
600 DTime_t time; in cur_move_ev()
H A Ddt_print.c121 DTime_t printtime, /* Time to start on */ in print_draw_grid()
127 DTime_t xtime; in print_draw_grid()
206 DTime_t printtime) in print_draw_grids()
240 DTime_t printtime) /* Time to start on */ in print_draw_val()
466 DTime_t printtime) /* Time to start on */ in print_draw_cursors()
516 DTime_t time_per_page; in print_internal()
524 DTime_t printtime; /* Time current page starts on */ in print_internal()
840 DTime_t print_range_value ( in print_range_value()
H A Ddt_ascii.c76 DTime_t time, in ascii_string_add_cptr()
306 DTime_t time_divisor; in ascii_read()
H A Ddt_binary.c243 DTime_t time, in fil_decsim_binary_add_cptr()
306 DTime_t time_divisor; in decsim_read_binary()
506 DTime_t time, in fil_tempest_binary_add_cptr()
H A Ddt_grid.c86 DTime_t grid_primary_period ( in grid_primary_period()
91 DTime_t step; in grid_primary_period()
226 DTime_t time) in grid_examine_string()
260 DTime_t time; in grid_align_choose()
H A Ddt_window.c409 DTime_t time; in res_zoom_click_ev()
431 DTime_t tmp; in res_zoom_click_ev()
737 DTime_t time; in win_goto_ok_cb()
H A Ddt_config.c1134 DTime_t ctime; in config_process_line_internal()
1159 DTime_t ctime; in config_process_line_internal()
1161DTime_t end_time = global->time + (DTime_t)(( trace->width - XMARGIN - global->xstart ) / global->… in config_process_line_internal()
1173 DTime_t restime; in config_process_line_internal()
H A Ddt_verilog.c824 DTime_t time; in verilog_read_data()
969 time = (DTime_t)(atof (line) * time_mult); /* 1% of time in this division! */ in verilog_read_data()
H A Ddt_value.c859 DTime_t time) in val_examine_string()
1028 DTime_t time; in val_examine_popup()
1051 DTime_t grid_time; in val_examine_popup()
1424 DTime_t time; in val_highlight_ev()
H A Ddt_draw.c157 DTime_t xtime, in draw_grid_line()
192 DTime_t xtime; in draw_grid()