Home
last modified time | relevance | path

Searched refs:ts_time (Results 51 – 75 of 165) sorted by relevance

1234567

/dports/sysutils/u-boot-rpi-0-w/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-riscv64/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-rpi/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-arm/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-rpi-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-riotboard/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-rpi2/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-rpi3/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-rock-pi-4/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-rock64/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/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/x86/cpu/coreboot/
H A Dtimestamp.c32 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
41 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/arch/x86/cpu/coreboot/
H A Dtimestamp.c32 void timestamp_add(enum timestamp_id id, uint64_t ts_time)
41 tse->entry_stamp = ts_time - ts_table->base_time;
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/arch/x86/cpu/coreboot/
H A Dtimestamp.c32 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
41 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/arch/x86/cpu/coreboot/
H A Dtimestamp.c32 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
41 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A Dink_time.h50 using ts_time = ts_clock::time_point; variable
58 static constexpr ts_time TS_TIME_ZERO;
/dports/sysutils/u-boot-tools/u-boot-2020.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c33 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
42 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/arch/x86/cpu/coreboot/
H A Dtimestamp.c32 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
41 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/x86/cpu/coreboot/
H A Dtimestamp.c55 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add() argument
64 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Drtcp.c114 pj_time_val ts_time, elapsed, diff; in pjmedia_rtcp_get_ntp_time() local
118 ts_time.sec = ntp->hi - sess->tv_base.sec - JAN_1970; in pjmedia_rtcp_get_ntp_time()
119 ts_time.msec = (long)(ntp->lo * 1000.0 / 0xFFFFFFFF); in pjmedia_rtcp_get_ntp_time()
123 if (PJ_TIME_VAL_LT(ts_time, elapsed)) { in pjmedia_rtcp_get_ntp_time()
125 PJ_TIME_VAL_SUB(diff, ts_time); in pjmedia_rtcp_get_ntp_time()
127 diff = ts_time; in pjmedia_rtcp_get_ntp_time()
875 pj_time_val ts_time; in pjmedia_rtcp_build_rtcp() local
895 ts_time.sec = ntp.hi - sess->tv_base.sec - JAN_1970; in pjmedia_rtcp_build_rtcp()
896 ts_time.msec = (long)(ntp.lo * 1000.0 / 0xFFFFFFFF); in pjmedia_rtcp_build_rtcp()
898 (pj_uint32_t)(sess->clock_rate*ts_time.sec) + in pjmedia_rtcp_build_rtcp()
[all …]
/dports/devel/indi/indi-1.9.1/libs/indibase/
H A Dindilogger.cpp295 char ts_date[32], ts_time[32]; in configure() local
302 strftime(ts_time, sizeof(ts_time), "%H:%M:%S", tp); in configure()
309 snprintf(logFileBuf, MAXRBUF, "%s/%s_%s.log", dir, outputFile.c_str(), ts_time); in configure()
/dports/astro/stellarium/stellarium-0.21.3/src/external/libindi/libs/indibase/
H A Dindilogger.cpp319 char ts_date[32], ts_time[32]; in configure() local
326 strftime(ts_time, sizeof(ts_time), "%H:%M:%S", tp); in configure()
333 snprintf(logFileBuf, MAXRBUF, "%s/%s_%s.log", dir, outputFile.c_str(), ts_time); in configure()
/dports/benchmarks/py-naarad/naarad-1.0.15/src/naarad/metrics/
H A Dtop_metric.py47 self.ts_time = ''
101 self.ts_time = words[2]
102 self.ts = self.ts_date + ' ' + self.ts_time
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/x86/include/asm/arch-coreboot/
H A Dtimestamp.h14 void timestamp_add(enum timestamp_id id, uint64_t ts_time);
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/x86/include/asm/arch-coreboot/
H A Dtimestamp.h14 void timestamp_add(enum timestamp_id id, uint64_t ts_time);
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/x86/include/asm/arch-coreboot/
H A Dtimestamp.h14 void timestamp_add(enum timestamp_id id, uint64_t ts_time);

1234567