Searched refs:HR (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/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-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp77 HRESULT HR;
78 if (FAILED(HR = NoRegCoCreate(msdia_dll, CLSID_DiaSource, IID_IDiaDataSource,
80 return ErrorFromHResult(HR, "Calling NoRegCoCreate");
101 HRESULT HR; local
102 if (FAILED(HR = DiaDataSource->loadDataFromPdb(Path16Str))) {
103 return ErrorFromHResult(HR, "Calling loadDataFromPdb {0}", Path);
106 if (FAILED(HR = DiaDataSource->openSession(&DiaSession)))
107 return ErrorFromHResult(HR, "Calling openSession");
127 HRESULT HR; local
128 if (FAILED(HR
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp623 HRESULT HR;
640 HR = Query.CreateInstance(__uuidof(SetupConfiguration));
641 if (FAILED(HR))
645 HR = ISetupConfiguration2Ptr(Query)->EnumAllInstances(&EnumInstances);
646 if (FAILED(HR))
650 HR = EnumInstances->Next(1, &Instance, nullptr);
651 if (HR != S_OK)
659 HR = Instance->GetInstallationVersion(VersionString.GetAddress());
660 if (FAILED(HR))
662 HR
[all...]
/freebsd-current/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 */
704 up->decvec[HR + 1].radix = 3;
2073 pp->hour = up->decvec[HR].digit + up->decvec[HR +
2241 temp = carry(&up->decvec[HR]);
2243 temp = carry(&up->decvec[HR + 1]);
2253 10 + up->decvec[HR]
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h181 unsigned HR = getRight() ? getRight()->validateTree() : 0; local
183 (void) HR;
185 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
188 assert((HL > HR ? HL-HR : HR-HL) <= 2
/freebsd-current/contrib/unbound/compat/
H A Dgetentropy_linux.c84 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l))) macro
517 HR(p, 16);
522 HR(p, pgs);
H A Dgetentropy_solaris.c68 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l))) macro
H A Dgetentropy_osx.c79 #define HR(x, l) (SHA512_Update(&ctx, (char *)(x), (l))) macro
/freebsd-current/contrib/one-true-awk/testdir/
H A Dfunstack.awk463 print_line(prefix(2) "<HR>")
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1730 for (const PSHashRecord &HR : Table.HashRecords)
1731 P.formatLine("off = {0}, refcnt = {1}", uint32_t(HR.Off),
1732 uint32_t(HR.CRef));

Completed in 135 milliseconds