Searched defs:epoch (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.cpp24 void MutexSet::Add(u64 id, bool write, u64 epoch) { argument
H A Dtsan_mutexset.h27 u64 epoch; member in struct:__tsan::MutexSet::Desc
59 void MutexSet::Add(u64 id, bool write, u64 epoch) {} argument
H A Dtsan_defs.h44 u64 epoch : kClkBits; member in struct:__tsan::ClockElem
H A Dtsan_clock.cpp160 u64 epoch = src_elem.epoch; local
[all...]
H A Dtsan_rtl_mutex.cpp417 u64 epoch = tctx->epoch1; local
460 u64 epoch local
[all...]
H A Dtsan_rtl_report.cpp379 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk, argument
[all...]
H A Dtsan_rtl.h100 FastState(u64 tid, u64 epoch) { argument
126 u64 epoch() const { function in class:__tsan::FastState
[all...]
H A Dtsan_rtl.cpp112 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch, argument
783 const m128 epoch = SHUF(epoch1, epoch1, 0, 0, 0, 0); local
[all...]
/freebsd-11-stable/crypto/heimdal/kdc/
H A Drx.h62 uint32_t epoch; member in struct:rx_header
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp32 time_t epoch = GetOSXEpoch(); local
H A DCocoa.cpp869 time_t epoch = GetOSXEpoch(); local
1105 static time_t epoch = 0; local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dtime.c50 static isc_time_t epoch = { { 0, 0 } }; variable
85 SYSTEMTIME epoch = { 1970, 1, 4, 1, 0, 0, 0, 0 }; local
229 SYSTEMTIME epoch = { 1970, 1, 4, 1, 0, 0, 0, 0 }; local
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dtime.c113 static isc_time_t epoch = { 0, 0 }; variable
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_epoch.c191 unsigned int epoch, i; local
321 ck_epoch_scan(struct ck_epoch *global, struct ck_epoch_record *cr, unsigned int epoch, bool *af) argument
362 unsigned int epoch = e & (CK_EPOCH_LENGTH - 1); local
402 unsigned int epoch; local
429 unsigned int delta, epoch, goal, i; local
569 unsigned int epoch; local
[all...]
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_epoch.h81 unsigned int epoch; member in struct:ck_epoch_ref
89 unsigned int epoch; member in struct:ck_epoch_record
103 unsigned int epoch; member in struct:ck_epoch
128 struct ck_epoch *epoch = record->global; local
200 struct ck_epoch *epoch = record->global; local
218 struct ck_epoch *epoch = record->global; local
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dstats.c376 uint64_t epoch; local
/freebsd-11-stable/sbin/routed/
H A Dmain.c73 struct timeval epoch; /* when started */ variable in typeref:struct:timeval
/freebsd-11-stable/crypto/openssl/ssl/
H A Ddtls1.h144 unsigned short epoch; member in struct:dtls1_retransmit_state
172 unsigned short epoch; member in struct:record_pqueue_st
H A Dbad_dtls_test.c582 static unsigned char epoch[2] = { 0x00, 0x01 }; local
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp.h396 u32 epoch; member in struct:ecore_mdump_retain_data
H A Decore_dev_api.h260 u32 epoch; member in struct:ecore_hw_prepare_params
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen.c169 time_t epoch; /* Unix epoch (seconds) since 1970 */ variable
1985 X509_time_adj(X509_getm_notBefore(cert), 0L, &epoch); local
1986 X509_time_adj(X509_getm_notAfter(cert), lifetime * SECSPERDAY, &epoch); local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-rx.c78 nd_uint32_t epoch; member in struct:rx_header
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_wwv.c481 double epoch; /* accumulated epoch differences */ member in struct:sync
972 int epoch; /* comb filter index */ local
1304 long epoch; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c1662 static unsigned epoch = 0; local

Completed in 211 milliseconds

12