Home
last modified time | relevance | path

Searched refs:HR (Results 1 – 25 of 29) 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.cpp627 HRESULT HR; in findVCToolChainViaSetupConfig()
644 HR = Query.CreateInstance(__uuidof(SetupConfiguration)); in findVCToolChainViaSetupConfig()
645 if (FAILED(HR)) in findVCToolChainViaSetupConfig()
649 HR = ISetupConfiguration2Ptr(Query)->EnumAllInstances(&EnumInstances); in findVCToolChainViaSetupConfig()
650 if (FAILED(HR)) in findVCToolChainViaSetupConfig()
654 HR = EnumInstances->Next(1, &Instance, nullptr); in findVCToolChainViaSetupConfig()
655 if (HR != S_OK) in findVCToolChainViaSetupConfig()
663 HR = Instance->GetInstallationVersion(VersionString.GetAddress()); in findVCToolChainViaSetupConfig()
664 if (FAILED(HR)) in findVCToolChainViaSetupConfig()
666 HR = ISetupHelperPtr(Query)->ParseVersion(VersionString, &VersionNum); in findVCToolChainViaSetupConfig()
[all …]
/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/include/llvm/ADT/
H A DImmutableSet.h181 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree() local
183 (void) HR; in validateTree()
185 assert(getHeight() == ( HL > HR ? HL : HR ) + 1 in validateTree()
188 assert((HL > HR ? HL-HR : HR-HL) <= 2 in validateTree()
/freebsd/contrib/unbound/compat/
H A Dgetentropy_linux.c84 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l))) macro
517 HR(p, 16); in getentropy_fallback()
522 HR(p, pgs); in getentropy_fallback()
H A Dgetentropy_osx.c79 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l))) macro
H A Dgetentropy_solaris.c68 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l))) macro
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm953012hr.dts39 model = "NorthStar HR (BCM953012HR)";
/freebsd/secure/caroot/trusted/
H A DAffirmTrust_Commercial.pem81 MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1
/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
/freebsd/contrib/tzdata/
H A Dzone1970.tab265 RS,BA,HR,ME,MK,SI +4450+02030 Europe/Belgrade
H A Dzone.tab205 HR +4548+01558 Europe/Zagreb

12