| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | InProcessModuleCache.cpp | 79 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 D | embeddedSCTs3.sct | 1 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 D | embeddedSCTs1.sct | 1 Signed Certificate Timestamp: 5 Timestamp : Jan 1 00:00:00.000 2020 GMT
|
| /freebsd/crypto/openssl/test/ct/ |
| H A D | tls1.sct | 1 Signed Certificate Timestamp: 5 Timestamp : Apr 5 17:04:16.275 2013 GMT
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| H A D | PerfJITEventListener.cpp | 129 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 D | XCOFFDump.cpp | 312 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 D | COFFDump.cpp | 821 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 D | JITLoaderPerf.cpp | 68 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 D | external.txt | 7 <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 D | InProcessModuleCache.h | 23 std::atomic<std::time_t> Timestamp = 0; member
|
| /freebsd/sys/geom/raid/ |
| H A D | md_ddf.h | 223 uint32_t Timestamp; member 292 uint32_t Timestamp; member
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-ts.pod.in | 113 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 D | SerializedDiagnosticReader.h | 107 unsigned Timestamp, in visitFilenameRecord() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1084 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 D | ManagedNetwork.h | 87 EFI_TIME Timestamp; member
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | CTLOG_STORE_get0_log_by_id.pod | 18 A Signed Certificate Timestamp (SCT) identifies the Certificate Transparency
|
| H A D | TS_RESP_CTX_new.pod | 6 TS_RESP_CTX_free - Timestamp response context object creation
|
| H A D | o2i_SCT_LIST.pod | 6 decode and encode Signed Certificate Timestamp lists in TLS wire format
|
| H A D | SCT_print.pod | 19 SCT_print() prints a single Signed Certificate Timestamp (SCT) to a B<BIO> in
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_profile_collector.cpp | 49 u64 Timestamp = 0; // System time in nanoseconds. member 393 FileHeader.Timestamp = NanoTime(); in nextBuffer()
|
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | Profile.cpp | 319 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 D | MachOBuilder.h | 88 MachOBuilderDylibLoadCommand(std::string Name, uint32_t Timestamp, in MachOBuilderDylibLoadCommand() 92 MachO::dylib{24, Timestamp, CurrentVersion, CompatibilityVersion}), in MachOBuilderDylibLoadCommand()
|
| H A D | MachOPlatform.h | 57 uint32_t Timestamp; member
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-tc.c | 937 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 D | SerializedDiagnosticPrinter.cpp | 108 unsigned Timestamp, 868 unsigned Timestamp, in visitFilenameRecord() argument
|