| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector2.cpp | 90 void DestroyLogicalThread(DDLogicalThread *lt); 101 void CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *mtx); 102 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath); 136 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( in CreateLogicalThread() local 138 lt->ctx = ctx; in CreateLogicalThread() 139 lt->nlocked = 0; in CreateLogicalThread() 140 return lt; in CreateLogicalThread() 143 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() argument 144 lt->~DDLogicalThread(); in DestroyLogicalThread() 145 InternalFree(lt); in DestroyLogicalThread() [all …]
|
| H A D | sanitizer_deadlock_detector1.cpp | 46 void DestroyLogicalThread(DDLogicalThread *lt) override; 57 void MutexEnsureID(DDLogicalThread *lt, DDMutex *m); 80 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); in CreateLogicalThread() local 81 lt->ctx = ctx; in CreateLogicalThread() 82 lt->dd.clear(); in CreateLogicalThread() 83 lt->report_pending = false; in CreateLogicalThread() 84 return lt; in CreateLogicalThread() 87 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() argument 88 lt->~DDLogicalThread(); in DestroyLogicalThread() 89 InternalFree(lt); in DestroyLogicalThread() [all …]
|
| /freebsd/contrib/ntp/html/ |
| H A D | ntpdsim_new.html | 39 <p><<i>simulate_command</i>> ::= <tt>simulate</tt> { <<i>init_statement_list</i>> <<… 40 …<<i>init_statement_list</i>> ::= <init_statement_list> <init_statement> ; | <… 41 …<<i>init_statement</i>> ::= <tt>beep_delay</tt> = <number> | <tt>simulation_duration</… 42 <<i>server_list</i>> ::= <<i>server_list</i>> <server> | <server><br> 43 …<<i>server_list</i>> ::= <tt>server</tt> = <address> { <tt>server_offset</tt> = <nu… 44 <<i>act_list</i>> ::= <<i>act_list</i>> <<i>act</i>> | <<i>act</i>><br> 45 <<i>act</i>> ::= <tt>duration</tt> = <number> { <<i>act_stmt_list</i>> }<br> 46 …<<i>act_stmt_list</i>> ::= <<i>act_stmt_list</i>> <<i>act_stmt</i>> ; | <<i>a… 47 …lt;<i>act_stmt</i>> ::= <tt>freq_offset</tt> = <number> | <tt>wander</tt> = <number>…
|
| H A D | copyright.html | 71 <li><a href="mailto:%20takao_abe@xurb.jp">Takao Abe <takao_abe@xurb.jp></a> Clock driver for JJY receivers</li> 72 <li><a href="mailto:%20mark_andrews@isc.org">Mark Andrews <mark_andrews@isc.org></a> Leitch atomic clock controller</li> 73 <li><a href="mailto:%20altmeier@atlsoft.de">Bernd Altmeier <altmeier@atlsoft.de></a> hopf Elektronik serial line and PCI-bus devices</li> 74 <li><a href="mailto:%20vbais@mailman1.intel.co">Viraj Bais <vbais@mailman1.intel.com></a> and <a href="mailto:%20kirkwood@striderfm.intel.com">Clayton Kirkwood <kirkwood@striderfm.intel.com></a> port to WindowsNT 3.5</li> 75 <li><a href="mailto:%20michael.barone@lmco.com">Michael Barone <michael,barone@lmco.com></a> GPSVME fixes</li> 76 <li><a href="mailto:%20karl@owl.HQ.ileaf.com">Karl Berry <karl@owl.HQ.ileaf.com></a> syslog to file option</li> 77 <li><a href="mailto:%20greg.brackley@bigfoot.com">Greg Brackley <greg.brackley@bigfoot.com></a> Major rework of WINNT port. Clean up recvbuf and iosignal code into separate modules.</li> 78 <li><a href="mailto:%20Marc.Brett@westgeo.com">Marc Brett <Marc.Brett@westgeo.com></a> Magnavox GPS clock driver</li> 79 <li><a href="mailto:%20Piete.Brooks@cl.cam.ac.uk">Piete Brooks <Piet [all...] |
| H A D | parsedata.html | 21 Meinberg: start=<STX>, end=<ETX>, sync on start 46 …<b><i><STX></i>D:<i>dd.mm.yy</i>;T:<i>w</i>;U:<i>hh.mm.ss</i>;<i>uvxy</i><i><ETX></i><… 50 <i><STX></i> = start-of-text, ASCII code 0x02 67 <i><ETX></i> = end-of-text, ASCII code 0x03 71 …<b><i><STX></i><i>dd.mm.yy</i>; <i>w</i>; <i>hh:mm:ss</i>; <i>tuvxyza</i><i><ETX></i><… 75 <i><STX></i> = start-of-text, ASCII code 0x02 89 <i><ETX></i> = end-of-text, ASCII code 0x03 93 …b><i><STX></i><i>dd.mm.yy</i>; <i>w</i>; <i>hh:mm:ss</i>; <i>+uu:uu</i>; <i>uvxyzab</i>; <i>… 97 <i><STX></i> = start-of-text, ASCII code 0x02 112 <i><ETX></i> = end-of-text, ASCII code 0x03 [all …]
|
| /freebsd/sys/dev/qat/qat_api/firmware/include/ |
| H A D | icp_qat_fw_mmp.h | 76 uint64_t k; /**< k = random value, > 0 and < n (order of G for P384) 117 uint64_t k; /**< k = random value, > 0 and < n (order of G for P256) 156 uint64_t e; /**< exponent > 0 and < 2^768 (12 qwords)*/ 157 uint64_t m; /**< modulus ≥ 2^767 and < 2^768 (12 qwords)*/ 170 uint64_t g; /**< base ≥ 0 and < 2^768 (12 qwords)*/ 171 uint64_t e; /**< exponent > 0 and < 2^768 (12 qwords)*/ 172 uint64_t m; /**< modulus ≥ 2^767 and < 2^768 (12 qwords)*/ 185 uint64_t e; /**< exponent > 0 and < 2^1024 (16 qwords)*/ 186 uint64_t m; /**< modulus ≥ 2^1023 and < 2^1024 (16 qwords)*/ 199 uint64_t g; /**< base ≥ 0 and < 2^1024 (16 qwords)*/ [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 364 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost() local 374 if (Mask.size() >= 2 && LT.second.isFixedLengthVector()) { in getShuffleCost() 375 MVT EltTp = LT.second.getVectorElementType(); in getShuffleCost() 386 return 2 * LT.first * TLI->getLMULCost(LT.second); in getShuffleCost() 393 return LT.first * getRISCVInstructionCost(RISCV::VNSRL_WI, in getShuffleCost() 394 LT.second, CostKind); in getShuffleCost() 400 if (LT.second.isFixedLengthVector() && LT.first == 1 && in getShuffleCost() 401 (LT.second.getScalarSizeInBits() != 8 || in getShuffleCost() 402 LT.second.getVectorNumElements() <= 256)) { in getShuffleCost() 403 VectorType *IdxTy = getVRGatherIndexType(LT.second, *ST, Tp->getContext()); in getShuffleCost() [all …]
|
| /freebsd/bin/date/ |
| H A D | date.c | 90 struct tm *lt; in main() local 193 lt = localtime(&ts.tv_sec); in main() 194 if (lt == NULL) in main() 196 badv = vary_apply(v, lt); in main() 206 printisodate(lt, ts.tv_nsec, tres.tv_nsec); in main() 216 (void)strftime_ns(buf, sizeof(buf), format, lt, in main() 231 printisodate(struct tm *lt, long nsec, long res) in printisodate() argument 240 (void)strftime_ns(buf, sizeof(buf), fmtbuf, lt, nsec, res); in printisodate() 243 (void)strftime_ns(tzbuf, sizeof(tzbuf), "%z", lt, nsec, res); in printisodate() 258 struct tm *lt; in setthetime() local [all …]
|
| /freebsd/contrib/pjdfstest/tests/unlink/ |
| H A D | 00.t | 57 test_check $ctime1 -lt $ctime2 66 test_check $ctime1 -lt $ctime2 75 test_check $ctime1 -lt $ctime2 84 test_check $ctime1 -lt $ctime2 93 test_check $ctime1 -lt $ctime2 143 test_check $time -lt $mtime 145 test_check $time -lt $ctime 154 test_check $time -lt $mtime 156 test_check $time -lt $ctime 165 test_check $time -lt $mtime [all …]
|
| /freebsd/lib/libutil/ |
| H A D | login_ok.c | 92 struct login_time *lt = NULL; in login_timelist() local 100 lt = *ltptr; in login_timelist() 101 else if ((lt = realloc(*ltptr, j * sizeof(struct login_time))) != NULL) { in login_timelist() 103 *ltptr = lt; in login_timelist() 105 if (lt != NULL) { in login_timelist() 109 lt[i] = parse_lt(tl[i]); in login_timelist() 110 lt[i].lt_dow = LTM_NONE; in login_timelist() 113 return lt; in login_timelist() 227 struct login_time *lt; in auth_timeok() local 229 lt = login_timelist(lc, "times.allow", <imesno, <imes); in auth_timeok() [all …]
|
| /freebsd/crypto/krb5/src/ccapi/doc/ |
| H A D | CCAPI-Windows-Design.html | 27 <p>The Windows username is referred to below as "<USER>." </p> 28 <p>The Windows Logon Security Identifier is referred to as "<LSID>." </p> 29 <p><UUID> means a thread-specific UUID.</p> 30 <p><SST> means <strong>s</strong>erver <strong>s</strong>tart <strong>t</strong>ime, a time_t… 40 …ate an RPC endpoint. The server's endpoint is CCS_<LSID> and the client's endpoint is CCAPI_… 61 …<li>The server creates one CCS_<LSID> endpoint to listen for connection requests and client … 64 <li>ccs_rpc_connect(msgtype, UUIDlen, <UUID>, status)</li> 65 …<li>ccs_rpc_request(msgtype, UUIDlen, <UUID>, msglen, msg, SST, status) called by client. NB… 69 <li>Each client thread creates a CCAPI_<UUID> endpoint. It has the functions 86 …<li>Generate <UUID> and save in thread-specific storage. This serves as the client ID / ccs_… [all …]
|
| /freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
| H A D | wpa_cli.sgml | 74 with "CTRL-REQ-<type>-<id>:<text>" 75 prefix. <type> is IDENTITY, PASSWORD, or OTP 76 (one-time-password). <id> is a unique identifier for the 77 current network. <text> is description of the request. In 83 <emphasis>otp</emphasis> commands. <id> needs to be copied from 227 <term>level <debug level></term> 280 <term>preauthenticate <BSSID></term> 287 <term>identity <network id> <identity></term> 294 <term>password <network id> <password></term> 301 <term>pin <network id> <pin></term> [all …]
|
| /freebsd/contrib/sendmail/src/ |
| H A D | arpadate.c | 63 register struct tm *lt; variable 126 lt = localtime(&t); 128 off = (lt->tm_hour - gmt.tm_hour) * 60 + lt->tm_min - gmt.tm_min; 131 if (lt->tm_year < gmt.tm_year) 133 else if (lt->tm_year > gmt.tm_year) 135 else if (lt->tm_yday < gmt.tm_yday) 137 else if (lt->tm_yday > gmt.tm_yday) 151 tz = lt->tm_name; 154 tz = lt->tm_zone; 160 if (lt->tm_isdst > 0) [all …]
|
| /freebsd/sbin/shutdown/ |
| H A D | shutdown.c | 451 struct tm *lt; in getoffset() local 504 lt = localtime(&now); /* current time val */ in getoffset() 509 this_year = lt->tm_year; in getoffset() 510 lt->tm_year = ATOI2(timearg); in getoffset() 516 if (lt->tm_year < (this_year % 100) - 1) in getoffset() 517 lt->tm_year += 100; in getoffset() 519 lt->tm_year += (this_year - (this_year % 100)); in getoffset() 522 lt->tm_mon = ATOI2(timearg); in getoffset() 523 if (--lt->tm_mon < 0 || lt->tm_mon > 11) in getoffset() 528 lt->tm_mday = ATOI2(timearg); in getoffset() [all …]
|
| /freebsd/usr.bin/chpass/ |
| H A D | util.c | 79 static struct tm *lt; in atot() local 89 if (!lt) { in atot() 92 lt = localtime(&tval); in atot() 123 lt->tm_year = year - 1900; in atot() 124 lt->tm_mon = month - 1; in atot() 125 lt->tm_mday = day; in atot() 126 lt->tm_hour = 0; in atot() 127 lt->tm_min = 0; in atot() 128 lt->tm_sec = 0; in atot() 129 lt->tm_isdst = -1; in atot() [all …]
|
| /freebsd/bin/pax/ |
| H A D | sel_subs.c | 527 struct tm *lt; in str_sec() local 546 lt = localtime(tval); in str_sec() 551 lt->tm_sec = ATOI2(dot); in str_sec() 552 if (lt->tm_sec > 61) in str_sec() 556 lt->tm_sec = 0; in str_sec() 561 lt->tm_year = (bigyear * 100) - 1900; in str_sec() 566 lt->tm_year += ATOI2(p); in str_sec() 568 lt->tm_year = ATOI2(p); in str_sec() 569 if (lt->tm_year < 69) /* hack for 2000 ;-} */ in str_sec() 570 lt->tm_year += (2000 - 1900); in str_sec() [all …]
|
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | DWARF.cpp | 25 const DWARFDebugLine::LineTable *lt = nullptr; in DWARFCache() local 27 lt = *expectedLT; in DWARFCache() 30 if (!lt) in DWARFCache() 32 lineTables.push_back(lt); in DWARFCache() 49 if (!lt->hasFileAtIndex(file)) in DWARFCache() 65 variableLoc.insert({name, {lt, file, line}}); in DWARFCache() 81 if (!it->second.lt->getFileNameByIndex( in getVariableLoc() 94 for (const llvm::DWARFDebugLine::LineTable *lt : lineTables) { in getDILineInfo() local 95 if (lt->getFileLineInfoForAddress( in getDILineInfo()
|
| /freebsd/contrib/ntp/html/drivers/ |
| H A D | driver26.html | 25 …s with a timecode string of ASCII printing characters, followed by a <cr><lf>, followe… 26 <pre>T#yyyymmddhhmmssMFLRVcc<cr><lf>scpi ></pre> 27 …The driver processes the response at the <cr> and <lf>, so what the driver sees is the… 28 <pre>scpi >T#yyyymmddhhmmssMFLRVcc<cr><lf></pre> 29 …t any of the CLK or PPS stuff, then, the receiver buffer timestamp at the <cr> is 24 charact…
|
| H A D | driver11.html | 27 <pre><cr><lf>i yy ddd hh:mm:ss.000bbb 29 on-time = <cr> 41 4 clock unlocked, accuracy < 1 us 42 5 clock unlocked, accuracy < 10 us 43 6 clock unlocked, accuracy < 100 us 44 7 clock unlocked, accuracy < 1 ms 45 8 clock unlocked, accuracy < 10 ms 46 9 clock unlocked, accuracy < 100 ms 47 A clock unlocked, accuracy < 1 s 48 B clock unlocked, accuracy < 10 s</pre>
|
| /freebsd/contrib/jemalloc/doc/ |
| H A D | jemalloc.xml.in | 70 <funcsynopsisinfo>#include <<filename class="headerfile">stdlib.h</filename>> 71 #include <<filename class="headerfile">malloc_np.h</filename>></funcsynopsisinfo> 261 that is a multiple of <code language="C">(1 << 574 linkend="arena.i.extent_hooks"><mallctl>arena.<i>.extent_hooks</mallctl></link>). 709 any. A name element encoded as <literal><i></literal> or 710 <literal><j></literal> indicates an integer component, where the 712 introspection. In the case of <mallctl>stats.arenas.<i>.*</mallctl> 713 and <mallctl>arena.<i>.{initialized,purge,decay,dss}</mallctl>, 714 <literal><i></literal> equal to 717 <literal><i></literal> equal to [all …]
|
| /freebsd/tools/test/netfibs/ |
| H A D | initiator.sh | 124 while test ${i} -lt ${RT_NUMFIBS}; do 165 while test ${i} -lt ${RT_NUMFIBS}; do 228 while test ${i} -lt ${WAITS} -a ${rc} -ne 0; do 283 while test ${i} -lt ${RT_NUMFIBS}; do 340 while test ${i} -lt ${_loops}; do 353 if test ${i} -lt ${_loops}; then 378 while test ${i} -lt ${RT_NUMFIBS}; do 467 while test ${i} -lt ${RT_NUMFIBS}; do 482 while test ${i} -lt ${RT_NUMFIBS}; do 497 while test ${i} -lt ${RT_NUMFIBS}; do [all …]
|
| /freebsd/contrib/pjdfstest/tests/open/ |
| H A D | 00.t | 63 test_check $time -lt $atime 65 test_check $time -lt $mtime 67 test_check $time -lt $ctime 69 test_check $time -lt $mtime 71 test_check $time -lt $ctime 93 test_check $mtime1 -lt $mtime2 95 test_check $ctime1 -lt $ctime2
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporterLookupTable.cpp | 24 ASTImporterLookupTable < member 25 Builder(ASTImporterLookupTable <) : LT(LT) {} in Builder() 31 LT.add(RTy->getAsRecordDecl()); in VisitTypedefNameDecl() 34 LT.add(it); in VisitTypedefNameDecl() 41 LT.add(D); in VisitNamedDecl() 60 LT.add(RTy->getAsCXXRecordDecl()); in VisitFriendDecl() 62 LT.add(SpecTy->getAsCXXRecordDecl()); in VisitFriendDecl() 66 LT.add(SubstTy->getAsCXXRecordDecl()); in VisitFriendDecl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 644 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Src); in getCastInstrCost() local 645 if (const auto *Entry = CostTableLookup(NEONFltDblTbl, ISD, LT.second)) in getCastInstrCost() 646 return AdjustCost(LT.first * Entry->Cost); in getCastInstrCost() 913 std::pair<InstructionCost, MVT> LT = in getVectorInstrCost() local 915 return LT.first * (ValTy->getScalarType()->isIntegerTy() ? 4 : 1); in getVectorInstrCost() 1016 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy); in getCmpSelInstrCost() local 1017 return LT.first; in getCmpSelInstrCost() 1042 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy); in getCmpSelInstrCost() local 1049 if (LT.second.isVector() && LT.second.getVectorNumElements() > 2) { in getCmpSelInstrCost() 1050 if (LT.first > 1) in getCmpSelInstrCost() [all …]
|
| /freebsd/contrib/sendmail/libmilter/docs/ |
| H A D | xxfi_header.html | 13 #include <libmilter/mfapi.h> 68 From: sender <f@example.com> 69 To: user <t@example.com> 76 "From", " sender <f@example.com>" 77 "To", " user <t@example.com>" 87 "From", "sender <f@example.com>" 88 "To", "user <t@example.com>"
|