| /netbsd-src/usr.bin/ruptime/ |
| H A D | ruptime.c | 212 #define HS(a) ((const struct hs *)(a)) macro 219 strcmp(HS(a1)->hs_wd->wd_hostname, HS(a2)->hs_wd->wd_hostname)); in hscmp() 226 if (ISDOWN(HS(a1))) { in lcmp() 227 if (ISDOWN(HS(a2))) in lcmp() 231 } else if (ISDOWN(HS(a2))) { in lcmp() 235 (HS(a2)->hs_wd->wd_loadav[0] - HS(a1)->hs_wd->wd_loadav[0])); in lcmp() 242 if (ISDOWN(HS(a1))) { in ucmp() 243 if (ISDOWN(HS(a2))) in ucmp() 247 } else if (ISDOWN(HS(a2))) { in ucmp() 250 return (rflg * (HS(a2)->hs_nusers - HS(a1)->hs_nusers)); in ucmp() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 33 HS, // Carry set >, ==, or unordered enumerator 53 case HS: return LO; in getOppositeCondition() 54 case LO: return HS; in getOppositeCondition() 76 case ARMCC::HS: return ARMCC::LS; in getSwappedCondition() 79 case ARMCC::LS: return ARMCC::HS; in getSwappedCondition() 150 case ARMCC::HS: return "hs"; in ARMCondCodeToString() 171 .Case("hs", ARMCC::HS) in ARMCondCodeFromString() 172 .Case("cs", ARMCC::HS) in ARMCondCodeFromString()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | FormatProviders.h | 132 HexPrintStyle HS; 134 if (consumeHexStyle(Style, HS)) { 135 Digits = consumeNumHexDigits(Style, HS, 0); 136 write_hex(Stream, V, HS, Digits); 181 HexPrintStyle HS = HexPrintStyle::PrefixUpper; 182 consumeHexStyle(Style, HS); 183 size_t Digits = consumeNumHexDigits(Style, HS, sizeof(void *) * 2); 184 write_hex(Stream, reinterpret_cast<std::uintptr_t>(V), HS, Digits);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | TpiStream.cpp | 81 auto HS = Pdb.safelyCreateIndexedStream(Header->HashStreamIndex); in reload() local 82 if (!HS) { in reload() 83 consumeError(HS.takeError()); in reload() 87 BinaryStreamReader HSR(**HS); in reload() 112 HashStream = std::move(*HS); in reload()
|
| /netbsd-src/usr.bin/sed/ |
| H A D | process.c | 71 static SPACE HS, PS, SS, YS; variable 76 #define hs HS.space 77 #define hsl HS.len 170 cspace(&HS, ps, psl, REPLACE); in process() 173 cspace(&HS, "\n", 1, APPEND); in process() 174 cspace(&HS, ps, psl, APPEND); in process() 260 cspace(&HS, "", 0, REPLACE); in process() 262 PS = HS; in process() 264 HS = tspace; in process() 375 cspace(&HS, "", in resetstate() [all...] |
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 247 HeaderSearch *HS; variable 266 HeaderFileInfoTrait(ASTReader &Reader, ModuleFile &M, HeaderSearch *HS, in HeaderFileInfoTrait() argument 268 : Reader(Reader), M(M), HS(HS), FrameworkStrings(FrameworkStrings) {} in HeaderFileInfoTrait()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | ProfileGenerator.h | 80 uint32_t HS = static_cast<uint32_t>(Context.size() / 2); variable 82 CSize == -1 ? HS : std::min(static_cast<uint32_t>(CSize), HS);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | DynamicLibrary.inc | 65 if (HandleSet* HS = IsOpenedHandlesInstance(Handle)) 66 HS->Process = nullptr; // Just drop the *Process* handle. 90 HandleSet* HS = IsOpenedHandlesInstance(Handle); 91 if (!HS) 95 if (!HS->Process)
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
| H A D | mt6797-x20-dev.dts | 38 /* HS - I2C2 */ 45 /* HS - I2C3 */
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 377 StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc, in LookupFile() argument 401 return HS.getFileAndSuggestModule(TmpDir, IncludeLoc, getDir(), in LookupFile() 407 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 438 Optional<FileEntryRef> Result = HM->LookupFile(Filename, HS.getFileMgr()); in LookupFile() 443 } else if (auto Res = HS.getFileMgr().getOptionalFileRef(Dest)) { in LookupFile() 514 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument 518 FileManager &FileMgr = HS.getFileMgr(); in DoFrameworkLookup() 528 HS.LookupFrameworkCache(Filename.substr(0, SlashPos)); in DoFrameworkLookup() 636 if (!HS.findUsableModuleForFrameworkHeader( in DoFrameworkLookup() 641 if (!HS.findUsableModuleForHeader(&File->getFileEntry(), getDir(), in DoFrameworkLookup() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | InitHeaderSearch.cpp | 50 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) in InitHeaderSearch() argument 51 : Headers(HS), Verbose(verbose), IncludeSysroot(std::string(sysroot)), in InitHeaderSearch() 621 void clang::ApplyHeaderSearchOptions(HeaderSearch &HS, in ApplyHeaderSearchOptions() argument 625 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot); in ApplyHeaderSearchOptions() 647 if (auto Dir = HS.getFileMgr().getDirectory(P)) in ApplyHeaderSearchOptions() 648 HS.getModuleMap().setBuiltinIncludeDir(*Dir); in ApplyHeaderSearchOptions()
|
| H A D | CompilerInstance.cpp | 217 static void collectHeaderMaps(const HeaderSearch &HS, in collectHeaderMaps() argument 220 HS.getHeaderMapFileNames(HeaderMapFileNames); in collectHeaderMaps() 1641 HeaderSearch &HS) { in selectModuleSource() argument 1653 const HeaderSearchOptions &HSOpts = HS.getHeaderSearchOpts(); in selectModuleSource() 1656 ModuleFilename = HS.getPrebuiltModuleFileName(ModuleName); in selectModuleSource() 1658 ModuleFilename = HS.getPrebuiltImplicitModuleFileName(M); in selectModuleSource() 1665 ModuleFilename = HS.getCachedModuleFileName(M); in selectModuleSource() 1676 HeaderSearch &HS = PP->getHeaderSearchInfo(); in findOrCompileModuleAndReadAST() local 1677 Module *M = HS.lookupModule(ModuleName, true, !IsInclusionDirective); in findOrCompileModuleAndReadAST() 1682 selectModuleSource(M, ModuleName, ModuleFilename, BuiltModules, HS); in findOrCompileModuleAndReadAST() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 180 LookupFile(StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc, 189 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | socfpga_cyclone5_chameleon96.dts | 90 label = "HS-I2C2"; 102 label = "HS-SPI1";
|
| H A D | omap3-cm-t3x.dtsi | 24 /* HS USB Port 1 Power */ 33 /* HS USB Port 2 Power */ 42 /* HS USB Host PHY on PORT 1 */ 49 /* HS USB Host PHY on PORT 2 */
|
| H A D | stih410-b2260.dts | 117 label = "HS-I2C2"; 124 label = "HS-I2C3";
|
| H A D | omap3-evm-common.dtsi | 16 /* HS USB Port 2 Power */ 27 /* HS USB Host PHY on PORT 2 */
|
| H A D | omap3-beagle-xm-ab.dts | 9 /* HS USB Port 2 Power enable was inverted with the xM C */
|
| H A D | at91-kizbox3-hs.dts | 3 * at91-kizbox3-hs.dts - Device Tree file for Overkiz KIZBOX3-HS board 15 model = "Overkiz KIZBOX3-HS";
|
| H A D | imx6dl-dhcom-picoitx.dts | 6 * DHCM-iMX6DL-C0800-R102-F0819-E-SD-RTC-T-HS-I-01D2
|
| H A D | imx6q-dhcom-pdk2.dts | 7 * DHCM-iMX6Q-C0800-R102-F0819-E-SD-RTC-T-HS-I-01D2
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | DynamicLibrary.cpp | 150 HandleSet& HS = *OpenedHandles; in getPermanentLibrary() local 155 HS.AddLibrary(Handle, /*IsProcess*/ FileName == nullptr); in getPermanentLibrary()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/xilinx/ |
| H A D | zynqmp-zcu100-revC.dts | 185 label = "HS-I2C2"; 191 label = "HS-I2C3"; 286 label = "HS-SPI1";
|
| /netbsd-src/external/mpl/bind/dist/fuzz/dns_rdata_fromtext.in/ |
| H A D | hs_a | 1 HS A 192.0.2.1
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/ |
| H A D | ARCInfo.h | 31 HS = 0x6, enumerator
|