Home
last modified time | relevance | path

Searched refs:ts64 (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/net/chrony/chrony-4.2/test/unit/
H A Dclientlog.c111 ts64 = 0ULL - 100 * max_step; in test_unit()
123 ts64 += get_random64() % max_step + 1; in test_unit()
124 } while (ts64 == 0ULL); in test_unit()
126 int64_to_ntp64(ts64, &ntp_ts); in test_unit()
209 int64_to_ntp64(ts64, &ntp_ts); in test_unit()
218 ts64 = get_ntp_tss(k)->rx_ts + in test_unit()
221 ts64 = get_random64() >> shift; in test_unit()
223 } while (ts64 == 0ULL); in test_unit()
225 int64_to_ntp64(ts64, &ntp_ts); in test_unit()
266 ts64 = get_random64() >> shift; in test_unit()
[all …]
/dports/net/chrony-lite/chrony-4.2/test/unit/
H A Dclientlog.c111 ts64 = 0ULL - 100 * max_step; in test_unit()
123 ts64 += get_random64() % max_step + 1; in test_unit()
124 } while (ts64 == 0ULL); in test_unit()
126 int64_to_ntp64(ts64, &ntp_ts); in test_unit()
209 int64_to_ntp64(ts64, &ntp_ts); in test_unit()
218 ts64 = get_ntp_tss(k)->rx_ts + in test_unit()
221 ts64 = get_random64() >> shift; in test_unit()
223 } while (ts64 == 0ULL); in test_unit()
225 int64_to_ntp64(ts64, &ntp_ts); in test_unit()
266 ts64 = get_random64() >> shift; in test_unit()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/misc/
H A Dcapture_context_test_util_mac.cc59 EXPECT_EQ(context.uts.ts64.__cs & ~UINT64_C(0xffff), 0u); in SanityCheckContext()
60 EXPECT_EQ(context.uts.ts64.__fs & ~UINT64_C(0xffff), 0u); in SanityCheckContext()
61 EXPECT_EQ(context.uts.ts64.__gs & ~UINT64_C(0xffff), 0u); in SanityCheckContext()
62 EXPECT_EQ(context.uts.ts64.__rflags & UINT64_C(0xffffffffffc0802a), 2u); in SanityCheckContext()
71 return context.uts.ts64.__rip; in ProgramCounterFromContext()
79 return context.uts.ts64.__rsp; in StackPointerFromContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/misc/
H A Dcapture_context_test_util_mac.cc64 EXPECT_EQ(context.uts.ts64.__cs & ~UINT64_C(0xffff), 0u); in SanityCheckContext()
65 EXPECT_EQ(context.uts.ts64.__fs & ~UINT64_C(0xffff), 0u); in SanityCheckContext()
66 EXPECT_EQ(context.uts.ts64.__gs & ~UINT64_C(0xffff), 0u); in SanityCheckContext()
67 EXPECT_EQ(context.uts.ts64.__rflags & UINT64_C(0xffffffffffc0802a), 2u); in SanityCheckContext()
88 return context.uts.ts64.__rip; in ProgramCounterFromContext()
98 return context.uts.ts64.__rsp; in StackPointerFromContext()
/dports/net/ntp/ntp-4.2.8p15/libntp/
H A Dntp_calgps.c306 vint64 ts64; in gpsntp_from_gpscal_ex() local
316 ts64 = ntpcal_weekjoin(date.weeks, date.wsecs); in gpsntp_from_gpscal_ex()
317 ts64 = subv64u32(&ts64, (GPSNTP_DSHIFT * SECSPERDAY)); in gpsntp_from_gpscal_ex()
318 split = ntpcal_daysplit(&ts64); in gpsntp_from_gpscal_ex()
604 vint64 ts64; in gpscal_from_gpsntp() local
607 ts64 = ntpcal_dayjoin(gd->days, gd->secs); in gpscal_from_gpsntp()
608 ts64 = addv64u32(&ts64, (GPSNTP_DSHIFT * SECSPERDAY)); in gpscal_from_gpsntp()
609 split = ntpcal_weeksplit(&ts64); in gpscal_from_gpsntp()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/coda/
H A Dcoda_linux.c71 struct timespec64 ts64 = { in coda_to_timespec64() local
76 return ts64; in coda_to_timespec64()
79 static struct coda_timespec timespec64_to_coda(struct timespec64 ts64) in timespec64_to_coda() argument
82 .tv_sec = ts64.tv_sec, in timespec64_to_coda()
83 .tv_nsec = ts64.tv_nsec, in timespec64_to_coda()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/coda/
H A Dcoda_linux.c71 struct timespec64 ts64 = { in coda_to_timespec64() local
76 return ts64; in coda_to_timespec64()
79 static struct coda_timespec timespec64_to_coda(struct timespec64 ts64) in timespec64_to_coda() argument
82 .tv_sec = ts64.tv_sec, in timespec64_to_coda()
83 .tv_nsec = ts64.tv_nsec, in timespec64_to_coda()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/coda/
H A Dcoda_linux.c71 struct timespec64 ts64 = { in coda_to_timespec64() local
76 return ts64; in coda_to_timespec64()
79 static struct coda_timespec timespec64_to_coda(struct timespec64 ts64) in timespec64_to_coda() argument
82 .tv_sec = ts64.tv_sec, in timespec64_to_coda()
83 .tv_nsec = ts64.tv_nsec, in timespec64_to_coda()
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/sysdeps/unix/sysv/linux/
H A Dstat_t64_cp.c34 valid_timespec64_to_timespec (const struct __timespec64 ts64) in valid_timespec64_to_timespec() argument
38 ts.tv_sec = (time_t) ts64.tv_sec; in valid_timespec64_to_timespec()
39 ts.tv_nsec = ts64.tv_nsec; in valid_timespec64_to_timespec()
H A Dfstatat.c36 valid_timespec64_to_timespec (const struct __timespec64 ts64) in valid_timespec64_to_timespec() argument
40 ts.tv_sec = (time_t) ts64.tv_sec; in valid_timespec64_to_timespec()
41 ts.tv_nsec = ts64.tv_nsec; in valid_timespec64_to_timespec()
H A Dfstatat64.c81 struct __timespec64 ts64; in valid_timespec_to_timespec64() local
83 ts64.tv_sec = ts.tv_sec; in valid_timespec_to_timespec64()
84 ts64.tv_nsec = ts.tv_nsec; in valid_timespec_to_timespec64()
86 return ts64; in valid_timespec_to_timespec64()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/sysdeps/unix/sysv/linux/
H A Dstat_t64_cp.c34 valid_timespec64_to_timespec (const struct __timespec64 ts64) in valid_timespec64_to_timespec() argument
38 ts.tv_sec = (time_t) ts64.tv_sec; in valid_timespec64_to_timespec()
39 ts.tv_nsec = ts64.tv_nsec; in valid_timespec64_to_timespec()
H A Dfstatat.c36 valid_timespec64_to_timespec (const struct __timespec64 ts64) in valid_timespec64_to_timespec() argument
40 ts.tv_sec = (time_t) ts64.tv_sec; in valid_timespec64_to_timespec()
41 ts.tv_nsec = ts64.tv_nsec; in valid_timespec64_to_timespec()
H A Dfstatat64.c81 struct __timespec64 ts64; in valid_timespec_to_timespec64() local
83 ts64.tv_sec = ts.tv_sec; in valid_timespec_to_timespec64()
84 ts64.tv_nsec = ts.tv_nsec; in valid_timespec_to_timespec64()
86 return ts64; in valid_timespec_to_timespec64()
/dports/devel/gdb/gdb-11.1/gdb/
H A Di386-darwin-nat.c87 gp_regs.uts.ts64.__fs &= 0xffff; in fetch_registers()
88 gp_regs.uts.ts64.__gs &= 0xffff; in fetch_registers()
200 gp_regs.uts.ts64.__fs &= 0xffff; in store_registers()
201 gp_regs.uts.ts64.__gs &= 0xffff; in store_registers()
557 if (target_read_memory (regs->uts.ts64.__rip, buf, sizeof (buf)) == 0 in amd64_darwin_sstep_at_sigreturn()
559 && (regs->uts.ts64.__rax & 0xffffffff) == 0x20000b8 /* SYS_sigreturn */) in amd64_darwin_sstep_at_sigreturn()
566 (regs->uts.ts64.__rdi + 48, 8, byte_order); in amd64_darwin_sstep_at_sigreturn()
620 if ((regs.uts.ts64.__rflags & X86_EFLAGS_T) == bit) in darwin_set_sstep()
622 regs.uts.ts64.__rflags in darwin_set_sstep()
623 = (regs.uts.ts64.__rflags & ~X86_EFLAGS_T) | bit; in darwin_set_sstep()
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_leapsec.c291 vint64 ts64, last, next; in leapsec_query() local
297 ts64 = ntpcal_ntp_to_ntp(ts32, pivot); in leapsec_query()
306 reload_limits(pt, &ts64); in leapsec_query()
324 if (ucmpv64(&ts64, &last) >= 0) { in leapsec_query()
326 reload_limits(pt, &ts64); in leapsec_query()
332 next = addv64i32(&ts64, qr->warped); in leapsec_query()
336 ts64 = next; in leapsec_query()
349 if (ucmpv64(&ts64, &pt->head.stime) < 0) in leapsec_query()
381 vint64 ts64; in leapsec_query_era() local
384 ts64 = ntpcal_ntp_to_ntp(ntpts, pivot); in leapsec_query_era()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma-buf/
H A Dsync_debug.c79 struct timespec64 ts64 = in sync_print_fence() local
82 seq_printf(s, "@%lld.%09ld", (s64)ts64.tv_sec, ts64.tv_nsec); in sync_print_fence()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/dma-buf/
H A Dsync_debug.c79 struct timespec64 ts64 = in sync_print_fence() local
82 seq_printf(s, "@%lld.%09ld", (s64)ts64.tv_sec, ts64.tv_nsec); in sync_print_fence()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma-buf/
H A Dsync_debug.c79 struct timespec64 ts64 = in sync_print_fence() local
82 seq_printf(s, "@%lld.%09ld", (s64)ts64.tv_sec, ts64.tv_nsec); in sync_print_fence()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Di386-darwin-nat.c510 if (target_read_memory (regs->uts.ts64.__rip, buf, sizeof (buf)) == 0 in amd64_darwin_sstep_at_sigreturn()
512 && (regs->uts.ts64.__rax & 0xffffffff) == 0x20000b8 /* SYS_sigreturn */) in amd64_darwin_sstep_at_sigreturn()
519 (regs->uts.ts64.__rdi + 48, 8, byte_order); in amd64_darwin_sstep_at_sigreturn()
573 if ((regs.uts.ts64.__rflags & X86_EFLAGS_T) == bit) in darwin_set_sstep()
575 regs.uts.ts64.__rflags in darwin_set_sstep()
576 = (regs.uts.ts64.__rflags & ~X86_EFLAGS_T) | bit; in darwin_set_sstep()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Di386-darwin-nat.c498 if (target_read_memory (regs->uts.ts64.__rip, buf, sizeof (buf)) == 0 in amd64_darwin_sstep_at_sigreturn()
500 && (regs->uts.ts64.__rax & 0xffffffff) == 0x20000b8 /* SYS_sigreturn */) in amd64_darwin_sstep_at_sigreturn()
507 (regs->uts.ts64.__rdi + 48, 8, byte_order); in amd64_darwin_sstep_at_sigreturn()
561 if ((regs.uts.ts64.__rflags & X86_EFLAGS_T) == bit) in darwin_set_sstep()
563 regs.uts.ts64.__rflags in darwin_set_sstep()
564 = (regs.uts.ts64.__rflags & ~X86_EFLAGS_T) | bit; in darwin_set_sstep()
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/native/xnu/
H A Dtrap_x86.c19 state->uts.ts64.__rflags = (state->uts.ts64.__rflags & \ in xnu_x86_hwstep_enable64()
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/time/
H A Dtime.c816 static int __get_old_timespec32(struct timespec64 *ts64, in __get_old_timespec32() argument
826 ts64->tv_sec = ts.tv_sec; in __get_old_timespec32()
827 ts64->tv_nsec = ts.tv_nsec; in __get_old_timespec32()
832 static int __put_old_timespec32(const struct timespec64 *ts64, in __put_old_timespec32() argument
836 .tv_sec = ts64->tv_sec, in __put_old_timespec32()
837 .tv_nsec = ts64->tv_nsec in __put_old_timespec32()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/time/
H A Dtime.c816 static int __get_old_timespec32(struct timespec64 *ts64, in __get_old_timespec32() argument
826 ts64->tv_sec = ts.tv_sec; in __get_old_timespec32()
827 ts64->tv_nsec = ts.tv_nsec; in __get_old_timespec32()
832 static int __put_old_timespec32(const struct timespec64 *ts64, in __put_old_timespec32() argument
836 .tv_sec = ts64->tv_sec, in __put_old_timespec32()
837 .tv_nsec = ts64->tv_nsec in __put_old_timespec32()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/time/
H A Dtime.c816 static int __get_old_timespec32(struct timespec64 *ts64, in __get_old_timespec32() argument
826 ts64->tv_sec = ts.tv_sec; in __get_old_timespec32()
827 ts64->tv_nsec = ts.tv_nsec; in __get_old_timespec32()
832 static int __put_old_timespec32(const struct timespec64 *ts64, in __put_old_timespec32() argument
836 .tv_sec = ts64->tv_sec, in __put_old_timespec32()
837 .tv_nsec = ts64->tv_nsec in __put_old_timespec32()

1234567