Home
last modified time | relevance | path

Searched refs:HR (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/ntp/scripts/monitoring/
H A Dtimelocal.pl36 $HR = 60 * $MIN;
37 $DAYS = 24 * $HR;
46 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS;
54 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS
75 $guess -= $g[0] * $SEC + $g[1] * $MIN + $g[2] * $HR + $g[3] * $DAYS;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp77 HRESULT HR; in LoadDIA() local
78 if (FAILED(HR = NoRegCoCreate(msdia_dll, CLSID_DiaSource, IID_IDiaDataSource, in LoadDIA()
80 return ErrorFromHResult(HR, "Calling NoRegCoCreate"); in LoadDIA()
101 HRESULT HR; in createFromPdb() local
102 if (FAILED(HR = DiaDataSource->loadDataFromPdb(Path16Str))) { in createFromPdb()
103 return ErrorFromHResult(HR, "Calling loadDataFromPdb {0}", Path); in createFromPdb()
106 if (FAILED(HR = DiaDataSource->openSession(&DiaSession))) in createFromPdb()
107 return ErrorFromHResult(HR, "Calling openSession"); in createFromPdb()
127 HRESULT HR; in createFromExe() local
128 if (FAILED(HR = DiaDataSource->loadDataForExe(Path16Str, nullptr, nullptr))) in createFromExe()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp640 HRESULT HR; in findVCToolChainViaSetupConfig()
657 HR = Query.CreateInstance(__uuidof(SetupConfiguration)); in findVCToolChainViaSetupConfig()
658 if (FAILED(HR)) in findVCToolChainViaSetupConfig()
662 HR = ISetupConfiguration2Ptr(Query)->EnumAllInstances(&EnumInstances); in findVCToolChainViaSetupConfig()
663 if (FAILED(HR)) in findVCToolChainViaSetupConfig()
667 HR = EnumInstances->Next(1, &Instance, nullptr); in findVCToolChainViaSetupConfig()
668 if (HR != S_OK) in findVCToolChainViaSetupConfig()
676 HR = Instance->GetInstallationVersion(VersionString.GetAddress()); in findVCToolChainViaSetupConfig()
677 if (FAILED(HR)) in findVCToolChainViaSetupConfig()
679 HR = ISetupHelperPtr(Query)->ParseVersion(VersionString, &VersionNum); in findVCToolChainViaSetupConfig()
[all …]
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dstdfix-macros.h35 #define SFRACT_MIN (-0.5HR - 0.5HR)
41 #define SFRACT_MAX 0x1.FCp-1HR
47 #define SFRACT_EPSILON 0x1.0p-7HR
/freebsd/contrib/ntp/ntpd/
H A Drefclock_wwv.c310 #define HR 2 /* hour digits (2) */ macro
339 {DECIM9, HR}, /* 24 */
344 {DECIM2, HR + 1}, /* 29 p3 */
703 up->decvec[HR].radix = 10; /* hours */ in wwv_start()
704 up->decvec[HR + 1].radix = 3; in wwv_start()
2073 pp->hour = up->decvec[HR].digit + up->decvec[HR + in wwv_clock()
2241 temp = carry(&up->decvec[HR]); in wwv_tsec()
2243 temp = carry(&up->decvec[HR + 1]); in wwv_tsec()
2253 10 + up->decvec[HR] in wwv_tsec()
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp312 for (auto &&HR : HiddenMap) { in run()
313 if (auto F = M.getFunction(HR.first)) { in run()
314 auto R = M.getOrInsertFunction(HR.second, F->getFunctionType(), in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h182 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree() local
184 (void) HR; in validateTree()
186 assert(getHeight() == ( HL > HR ? HL : HR ) + 1 in validateTree()
189 assert((HL > HR ? HL-HR : HR-HL) <= 2 in validateTree()
/freebsd/contrib/unbound/compat/
H A Dgetentropy_linux.c90 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l))) macro
536 HR(p, 16); in getentropy_fallback()
541 HR(p, pgs); in getentropy_fallback()
H A Dgetentropy_solaris.c68 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l))) macro
/freebsd/contrib/llvm-project/libc/src/__support/fixed_point/
H A Dfx_rep.h51 LIBC_INLINE static constexpr Type ZERO() { return 0.0HR; }
53 LIBC_INLINE static constexpr Type ONE_HALF() { return 0.5HR; }
54 LIBC_INLINE static constexpr Type ONE_FOURTH() { return 0.25HR; }
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1394 HRESULT HR;
1396 HR =
1398 if (FAILED(HR))
1402 HR = CoCreateInstance(CLSID_FileOperation, NULL, CLSCTX_ALL,
1404 if (FAILED(HR))
1407 HR = FileOp->SetOperationFlags(FOF_NO_UI | FOFX_NOCOPYHOOKS);
1408 if (FAILED(HR))
1413 HR = SHCreateItemFromIDList(PIDL, IID_PPV_ARGS(&ShItem));
1414 if (FAILED(HR))
1417 HR = FileOp->DeleteItem(ShItem, NULL);
[all …]
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm953012hr.dts39 model = "NorthStar HR (BCM953012HR)";
/freebsd/contrib/tcsh/
H A Dtcsh.man2html254 <HR>
300 print "<HR>\n" if $single;
366 <HR>
372 <HR>
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.awk463 print_line(prefix(2) "<HR>")
/freebsd/contrib/sendmail/src/
H A Dhelpfile127 -bt for Recipient. These can be combined, `HR' sets
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1729 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI() local
1730 P.formatLine("off = {0}, refcnt = {1}", uint32_t(HR.Off), in dumpSymbolsFromGSI()
1731 uint32_t(HR.CRef)); in dumpSymbolsFromGSI()
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/
H A Ddoxygen.css347 HR { selector
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Ddoxygen.css347 HR { selector
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/
H A Ddoxygen.css347 HR { selector
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/
H A Ddoxygen.css347 HR { selector
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/
H A Ddoxygen.css347 HR { selector
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/
H A Ddoxygen.css347 HR { selector
/freebsd/crypto/heimdal/doc/doxyout/wind/html/
H A Ddoxygen.css347 HR { selector
/freebsd/share/misc/
H A Diso316676 HR HRV 191 Croatia
/freebsd/usr.sbin/tzsetup/
H A Dbaseline178 HR:Croatia

12