Searched refs:bs_time_t (Results 1 – 12 of 12) sorted by relevance
/babblesim_base-3.7.0/device_handbrake/src/ |
D | bs_handbrake_main.c | 45 bs_time_t Expected_time = tv.tv_sec*1e6 + tv.tv_nsec/1000; in main() 53 Expected_time += (bs_time_t)(( (double)args.poke_period ) / args.real_time_ratio); in main() 55 bs_time_t RealCurrentTime = tv.tv_sec*1e6 + tv.tv_nsec/1000; in main()
|
D | bs_handbrake_args.h | 19 bs_time_t poke_period;
|
/babblesim_base-3.7.0/device_time_monitor/src/ |
D | bs_time_monitor_main.c | 40 bs_time_t time = args.interval; in main() 41 bs_time_t time_r = 0; in main() 45 bs_time_t tic_start, tic_end, tic_1st_start; in main()
|
D | bs_time_monitor_args.h | 19 bs_time_t interval;
|
/babblesim_base-3.7.0/libPhyComv1/src/ |
D | bs_pc_base_types.h | 31 bs_time_t end;
|
/babblesim_base-3.7.0/device_pause_simu/src/ |
D | bs_pause_args.h | 22 bs_time_t times[MAX_NBR_PAUSES];
|
D | bs_pause_main.c | 32 bs_time_t now = 0; in main()
|
/babblesim_base-3.7.0/libUtilv1/src/ |
D | bs_string.h | 12 char * bs_time_to_str( char* dest, bs_time_t time);
|
D | bs_types.h | 25 typedef uint64_t bs_time_t; typedef
|
D | bs_tracing.c | 112 static bs_time_t get_time(){ in get_time() 149 base_trace_timed_type_t time_type, bs_time_t time, in bs_trace_vprint() 199 base_trace_timed_type_t time_type, bs_time_t time, in bs_trace_print()
|
D | bs_tracing.h | 62 typedef bs_time_t (*time_f)(void); 164 base_trace_timed_type_t time_type, bs_time_t time, 169 base_trace_timed_type_t time_type, bs_time_t time,
|
D | bs_string.c | 37 char * bs_time_to_str(char* dest, bs_time_t time) { in bs_time_to_str()
|