Searched refs:time (Results 1 – 3 of 3) sorted by relevance
19 static bs_time_t offset_time(bs_time_t time) { in offset_time() argument21 if (time != TIME_NEVER) { in offset_time()22 phy_time = (bs_time_t)time + offset; in offset_time()46 bs_time_t time = 0; in main() local64 if (args.times_start[i] <= time) { in main()66 i, args.times_start[i], time); in main()69 time = args.times_start[i]; in main()75 bs_trace_raw_manual_time(3, time, "The phy disconnected\n"); in main()79 time = args.times_end[i]; in main()
85 double time; in bs_burstint_argsparse() local90 if ( sscanf(argv[i],"%lf",&time) != 1 ){ in bs_burstint_argsparse()94 args->times_start[args->n_times_start] = time; in bs_burstint_argsparse()104 if ( sscanf(argv[i],"%lf",&time) != 1 ){ in bs_burstint_argsparse()108 args->times_end[args->n_times_end] = time; in bs_burstint_argsparse()
3 programmable end time.6 burst starts in time 0 and lasts forever.