Home
last modified time | relevance | path

Searched refs:ts_time (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/astro/gpsd/gpsd-3.20/tests/
H A Dtest_mktime.c158 timespec_t ts_time; member
192 timespec_t ts_time; in main() local
232 timespec_to_iso8601(tests1[i].ts_time, tbuf, sizeof(tbuf)); in main()
237 timespec_str(&tests1[i].ts_time, ts_buf, in main()
246 ts_time = iso8601_to_timespec(tests1[i].iso8601); in main()
247 TS_SUB(&ts_tmp, &ts_time, &tests1[i].ts_time); in main()
252 tests1[i].iso8601, TSTONS(&ts_time), in main()
253 TSTONS(&tests1[i].ts_time)); in main()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/mixtri.lv2/src/
H A Dmixtri.c119 uint64_t ts_time; member
168 self->ts_time = 0; in instantiate_mixtri()
256 uint64_t ts_time = self->ts_time; in run_mixtri() local
269 ts_time = 0; in run_mixtri()
274 ts_time = 1e18; in run_mixtri()
277 ts_time = 0; in run_mixtri()
486 ts_time = 1e18; in run_mixtri()
504 ts_time = 0; in run_mixtri()
507 if (ts_time > 0 && monotonic_cnt + n >= ts_time + tt_tme0) { in run_mixtri()
509 ts_time = 1e18; in run_mixtri()
[all …]
/dports/astro/gpsd/gpsd-3.20/
H A Dgpxlogger.c89 static void print_fix(struct gps_data_t *gpsdata, timespec_t ts_time) in print_fix() argument
99 timespec_to_iso8601(ts_time, tbuf, sizeof(tbuf))); in print_fix()
133 static timespec_t ts_time, old_ts_time, ts_diff; in conditionally_log_fix() local
137 ts_time = gpsdata->fix.time; in conditionally_log_fix()
138 if (TS_EQ(&ts_time, &old_ts_time) || gpsdata->fix.mode < MODE_2D) in conditionally_log_fix()
155 TS_SUB(&ts_diff, &ts_time, &old_ts_time); in conditionally_log_fix()
168 old_ts_time = ts_time; in conditionally_log_fix()
173 print_fix(gpsdata, ts_time); in conditionally_log_fix()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_timer.c386 struct timespec ts_time; in _cs_timer_initialize() local
389 if (clock_gettime(CLOCK_REALTIME, &ts_time) == 0) { in _cs_timer_initialize()
390 _cs_timer_start.sec = ts_time.tv_sec; in _cs_timer_initialize()
391 _cs_timer_start.nsec = ts_time.tv_nsec; in _cs_timer_initialize()
403 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts_time) == 0) { in _cs_timer_initialize()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-sopine-spi/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-bananapi/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-chip/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c21 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
30 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()

1234567