Home
last modified time | relevance | path

Searched refs:Timestamp (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DInProcessModuleCache.cpp79 auto &Timestamp = [&]() -> std::atomic<std::time_t> & { in getModuleTimestamp() local
84 return Entry->Timestamp; in getModuleTimestamp()
87 return Timestamp.load(); in getModuleTimestamp()
92 auto &Timestamp = [&]() -> std::atomic<std::time_t> & { in updateModuleTimestamp() local
97 return Entry->Timestamp; in updateModuleTimestamp()
100 Timestamp.store(llvm::sys::toTimeT(std::chrono::system_clock::now())); in updateModuleTimestamp()
/freebsd/crypto/openssl/test/certs/
H A DembeddedSCTs3.sct1 Signed Certificate Timestamp:
5 Timestamp : Dec 1 13:31:25.961 2015 GMT
13 Signed Certificate Timestamp:
17 Timestamp : Dec 1 13:31:25.352 2015 GMT
25 Signed Certificate Timestamp:
29 Timestamp : Dec 1 13:31:25.980 2015 GMT
H A DembeddedSCTs1.sct1 Signed Certificate Timestamp:
5 Timestamp : Jan 1 00:00:00.000 2020 GMT
/freebsd/crypto/openssl/test/ct/
H A Dtls1.sct1 Signed Certificate Timestamp:
5 Timestamp : Apr 5 17:04:16.275 2013 GMT
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp129 uint64_t Timestamp; // timestamp member
137 uint64_t Timestamp; member
224 Header.Timestamp = perf_get_timestamp(); in PerfJITEventListener()
420 rec.Prefix.Timestamp = perf_get_timestamp(); in NotifyCode()
449 rec.Prefix.Timestamp = perf_get_timestamp(); in NotifyDebug()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp312 int32_t Timestamp = Obj.getTimeStamp(); in printFileHeader() local
313 if (Timestamp > 0) { in printFileHeader()
317 time_t TimeDate = Timestamp; in printFileHeader()
326 printStrHex("Timestamp:", FormattedTime, Timestamp); in printFileHeader()
329 printStrHex("Timestamp:", Timestamp == 0 ? "None" : "Reserved Value", in printFileHeader()
330 Timestamp); in printFileHeader()
H A DCOFFDump.cpp821 const time_t Timestamp = Obj.getTimeDateStamp(); in printPrivateHeaders() local
822 outs() << format("\nTime/Date %.24s\n", ctime(&Timestamp)); in printPrivateHeaders()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp68 uint64_t Timestamp; member
211 uint64_t Timestamp; // timestamp member
249 Hdr.Timestamp = perf_get_timestamp(); in FillMachine()
388 Close.Timestamp = perf_get_timestamp(); in registerJITLoaderPerfEndImpl()
/freebsd/contrib/ntp/html/scripts/
H A Dexternal.txt7 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/time.html'>NTP Timestamp Calculations<…
9 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/stamp.html'>Timestamp Capture Principl…
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DInProcessModuleCache.h23 std::atomic<std::time_t> Timestamp = 0; member
/freebsd/sys/geom/raid/
H A Dmd_ddf.h223 uint32_t Timestamp; member
292 uint32_t Timestamp; member
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ts.pod.in113 Generate a TS query. For details see L</Timestamp Request generation>.
117 Generate a TS reply. For details see L</Timestamp Response generation>.
121 Verify a TS response. For details see L</Timestamp Response verification>.
125 =head2 Timestamp Request generation
198 =head2 Timestamp Response generation
304 =head2 Timestamp Response verification
505 =head2 Timestamp Request
532 =head2 Timestamp Response
576 =head2 Timestamp Verification
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h107 unsigned Timestamp, in visitFilenameRecord() argument
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1084 for (size_t Timestamp = 0; Timestamp < Trace.FunctionNameRefs.size(); in createBPFunctionNodes() local
1085 Timestamp++) { in createBPFunctionNodes()
1086 IDT Id = Trace.FunctionNameRefs[Timestamp]; in createBPFunctionNodes()
1087 auto [It, WasInserted] = IdToFirstTimestamp.try_emplace(Id, Timestamp); in createBPFunctionNodes()
1089 It->getSecond() = std::min<size_t>(It->getSecond(), Timestamp); in createBPFunctionNodes()
1090 if (Timestamp >= CutoffTimestamp) { in createBPFunctionNodes()
1092 CutoffTimestamp = 2 * Timestamp; in createBPFunctionNodes()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DManagedNetwork.h87 EFI_TIME Timestamp; member
/freebsd/crypto/openssl/doc/man3/
H A DCTLOG_STORE_get0_log_by_id.pod18 A Signed Certificate Timestamp (SCT) identifies the Certificate Transparency
H A DTS_RESP_CTX_new.pod6 TS_RESP_CTX_free - Timestamp response context object creation
H A Do2i_SCT_LIST.pod6 decode and encode Signed Certificate Timestamp lists in TLS wire format
H A DSCT_print.pod19 SCT_print() prints a single Signed Certificate Timestamp (SCT) to a B<BIO> in
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp49 u64 Timestamp = 0; // System time in nanoseconds. member
393 FileHeader.Timestamp = NanoTime(); in nextBuffer()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp319 uint64_t Timestamp; member
356 auto FunctionLocalTime = AbsoluteDifference(Top.Timestamp, E.TSC); in profileFromTrace()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h88 MachOBuilderDylibLoadCommand(std::string Name, uint32_t Timestamp, in MachOBuilderDylibLoadCommand()
92 MachO::dylib{24, Timestamp, CurrentVersion, CompatibilityVersion}), in MachOBuilderDylibLoadCommand()
H A DMachOPlatform.h57 uint32_t Timestamp; member
/freebsd/contrib/libpcap/
H A Dpcap-tc.c937 hdr.ts.tv_sec = (bpf_u_int32)(tcHeader.Timestamp / (ULONGLONG)(1000 * 1000 * 1000)); in TcRead()
938 hdr.ts.tv_usec = (bpf_u_int32)((tcHeader.Timestamp % (ULONGLONG)(1000 * 1000 * 1000)) / 1000); in TcRead()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp108 unsigned Timestamp,
868 unsigned Timestamp, in visitFilenameRecord() argument

12