Home
last modified time | relevance | path

Searched refs:Epoch (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DEpochTracker.h36 uint64_t Epoch; variable
39 DebugEpochBase() : Epoch(0) {} in DebugEpochBase()
43 void incrementEpoch() { ++Epoch; } in incrementEpoch()
65 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {} in HandleBase()
DDenseMap.h465 DebugEpochBase &Epoch,
469 return iterator(B, E, Epoch, NoAdvance);
471 return iterator(P, E, Epoch, NoAdvance);
475 const DebugEpochBase &Epoch,
479 return const_iterator(B, E, Epoch, NoAdvance);
481 return const_iterator(P, E, Epoch, NoAdvance);
1211 DenseMapIterator(pointer Pos, pointer E, const DebugEpochBase &Epoch,
1213 : DebugEpochBase::HandleBase(&Epoch), Ptr(Pos), End(E) {
DSmallPtrSet.h278 const DebugEpochBase &Epoch) in SmallPtrSetIterator() argument
279 : SmallPtrSetIteratorImpl(BP, E), DebugEpochBase::HandleBase(&Epoch) {} in SmallPtrSetIterator()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIOPosix.cpp55 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive() argument
58 if (Epoch) in ListFilesInDirRecursive()
59 if (E && *Epoch >= E) return; in ListFilesInDirRecursive()
74 ListFilesInDirRecursive(Path, Epoch, V, false); in ListFilesInDirRecursive()
77 if (Epoch && TopDir) in ListFilesInDirRecursive()
78 *Epoch = E; in ListFilesInDirRecursive()
DFuzzerIO.cpp93 void ReadDirToVectorOfUnits(const char *Path, Vector<Unit> *V, long *Epoch, in ReadDirToVectorOfUnits() argument
96 long E = Epoch ? *Epoch : 0; in ReadDirToVectorOfUnits()
98 ListFilesInDirRecursive(Path, Epoch, &Files, /*TopDir*/true); in ReadDirToVectorOfUnits()
102 if (Epoch && GetEpoch(X) < E) continue; in ReadDirToVectorOfUnits()
DFuzzerIOWindows.cpp113 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive() argument
116 if (Epoch) in ListFilesInDirRecursive()
117 if (E && *Epoch >= E) return; in ListFilesInDirRecursive()
146 ListFilesInDirRecursive(FileName, Epoch, V, false); in ListFilesInDirRecursive()
158 if (Epoch && TopDir) in ListFilesInDirRecursive()
159 *Epoch = E; in ListFilesInDirRecursive()
DFuzzerIO.h35 void ReadDirToVectorOfUnits(const char *Path, Vector<Unit> *V, long *Epoch,
68 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch,
/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_SESSION_get_time.pod27 established. The time is given in seconds since the Epoch and therefore
/freebsd-12-stable/usr.bin/calendar/calendars/
Dcalendar.computer11 01/01 The Epoch (Time 0 for UNIX systems, Midnight GMT, 1970)
/freebsd-12-stable/contrib/file/magic/Magdir/
Dluks84 # seqid; sequence ID, increased on update; called Epoch by cryptsetup with value like: 3 4 8 10
Dvirtual45 # creation Time in seconds since 1 Jan 2000 UTC~946684800 sec. since Unix Epoch
/freebsd-12-stable/usr.sbin/bsdconfig/usermgmt/include/
Dmessages.subr95 msg_number_of_seconds_since_epoch="Number of seconds since the Epoch\n(1 = %s)\nNULL or zero to dis…
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnosticDriverKinds.td402 "'-fbuild-session-timestamp=<seconds since Epoch>' or '-fbuild-session-file=<file>'">;
/freebsd-12-stable/contrib/gcclibs/libgomp/
Dlibgomp.texi773 the seconds since the Epoch (00:00:00 UTC, January 1, 1970) are returned.
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdb.texinfo1049 The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1051 routines so as to allow Epoch to display values of expressions in a
4700 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4701 @c document because it is nonstandard... Under Epoch it displays in a
14463 @c The following dropped because Epoch is nonstandard. Reactivate
14466 @kindex Emacs Epoch environment
14467 @kindex Epoch
21475 @code{time_t} datatypes are defined as seconds since the Epoch.
Dgdb.info-1841 The Epoch Emacs-GDB interface sets this option when it runs GDB as
843 allow Epoch to display values of expressions in a separate window.
Dgdb.info-33367 `time_t' datatypes are defined as seconds since the Epoch.
/freebsd-12-stable/contrib/gdb/gdb/
DNEWS2414 * Support for Epoch Environment.
/freebsd-12-stable/contrib/tzdata/
DNEWS1390 timestamps starting 1000000000 seconds after the Epoch.
2105 within 28 days of each other, or leap seconds before the Epoch.
/freebsd-12-stable/contrib/diff/doc/
Ddiff.texi2766 Epoch (1970-01-01 00:00:00 UTC), @command{diff} outputs a patch that
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td2088 Group<i_Group>, Flags<[CC1Option]>, MetaVarName<"<time since Epoch in seconds>">,
/freebsd-12-stable/contrib/ntp/
DCommitLog229064 Fix for NTP Epoch rollover