Home
last modified time | relevance | path

Searched refs:HS (Results 1 – 25 of 148) sorted by relevance

123456

/freebsd/usr.bin/ruptime/
H A Druptime.c151 #define HS(a) ((const struct hs *)(a)) macro
158 strcmp(HS(a1)->hs_wd.wd_hostname, HS(a2)->hs_wd.wd_hostname)); in hscmp()
165 if (ISDOWN(HS(a1))) in lcmp()
166 if (ISDOWN(HS(a2))) in lcmp()
170 else if (ISDOWN(HS(a2))) in lcmp()
174 (HS(a2)->hs_wd.wd_loadav[0] - HS(a1)->hs_wd.wd_loadav[0])); in lcmp()
281 if (ISDOWN(HS(a1))) in ucmp()
282 if (ISDOWN(HS(a2))) in ucmp()
286 else if (ISDOWN(HS(a2))) in ucmp()
289 return (rflg * (HS(a2)->hs_nusers - HS(a1)->hs_nusers)); in ucmp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h33 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()
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-imx.txt1 * Freescale Inter IC (I2C) and High Speed Inter IC (HS-I2C) for i.MX
8 - reg : Should contain I2C/HS-I2C registers location and length
9 - interrupts : Should contain I2C/HS-I2C interrupt
10 - clocks : Should contain the I2C/HS-I2C clock specifier
13 - clock-frequency : Constains desired I2C/HS-I2C bus clock frequency in Hz.
30 i2c@70038000 { /* HS-I2C on i.MX51 */
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h195 : HS(Other.HS), Idx(Other.Idx) {} in SearchDirIteratorImpl()
202 return HS == RHS.HS && Idx == RHS.Idx;
213 return HS->SearchDirs[Idx];
217 SearchDirIteratorImpl(std::nullptr_t) : HS(nullptr), Idx(0) {} in SearchDirIteratorImpl()
220 explicit operator bool() const { return HS != nullptr; }
224 Qualified<IsConst, HeaderSearch> *HS;
230 SearchDirIteratorImpl(Qualified<IsConst, HeaderSearch> &HS, size_t Idx) in SearchDirIteratorImpl()
231 : HS(&HS), Idx(Idx) {} in SearchDirIteratorImpl()
976 void ApplyHeaderSearchOptions(HeaderSearch &HS,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatProviders.h136 if (std::optional<HexPrintStyle> HS = consumeHexStyle(Style)) {
137 Digits = consumeNumHexDigits(Style, *HS, 0);
138 write_hex(Stream, V, *HS, Digits);
183 HexPrintStyle HS = HexPrintStyle::PrefixUpper;
185 HS = *consumed;
186 size_t Digits = consumeNumHexDigits(Style, HS, sizeof(void *) * 2);
187 write_hex(Stream, reinterpret_cast<std::uintptr_t>(V), HS, Digits);
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dbrcm,stingray-usb-phy.txt5 - "brcm,sr-usb-combo-phy" is combo PHY has two PHYs, one SS and one HS.
6 - "brcm,sr-usb-hs-phy" is a single HS PHY.
10 the PHY number of two PHYs. 0 for HS PHY and 1 for SS PHY.
H A Dnvidia,tegra20-usb-phy.txt45 - Either one of the following for HS driver output control:
54 - nvidia,xcvr-hsslew : HS slew rate control.
55 - nvidia,hssquelch-level : HS squelch detector level.
56 - nvidia,hsdiscon-level : HS disconnect detector level.
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp81 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()
/freebsd/usr.bin/sed/
H A Dprocess.c59 static SPACE HS, PS, SS, YS; variable
64 #define hs HS.space
65 #define hsl HS.len
161 cspace(&HS, ps, psl, REPLACE); in process()
164 cspace(&HS, "\n", 1, APPEND); in process()
165 cspace(&HS, ps, psl, APPEND); in process()
256 cspace(&HS, "", 0, REPLACE); in process()
258 PS = HS; in process()
260 HS = tspace; in process()
371 cspace(&HS, "", 0, REPLACE); in resetstate()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h246 HeaderSearch *HS; variable
265 HeaderFileInfoTrait(ASTReader &Reader, ModuleFile &M, HeaderSearch *HS, in HeaderFileInfoTrait() argument
267 : Reader(Reader), M(M), HS(HS), FrameworkStrings(FrameworkStrings) {} in HeaderFileInfoTrait()
/freebsd/sys/contrib/device-tree/Bindings/arc/
H A Darchs-pct.txt1 * ARC HS Performance Counters
3 The ARC HS can be configured with a pipeline performance monitor for counting
H A Dhsdk.txt1 Synopsys DesignWare ARC HS Development Kit Device Tree Bindings
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt6797-x20-dev.dts39 /* HS - I2C2 */
46 /* HS - I2C3 */
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc62 if (HandleSet *HS = IsOpenedHandlesInstance(Handle))
63 HS->Process = nullptr; // Just drop the *Process* handle.
87 HandleSet *HS = IsOpenedHandlesInstance(Handle);
88 if (!HS)
92 if (!HS->Process)
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dtwl4030-audio.txt16 -ti,ramp_delay_value: HS ramp delay configuration to reduce pop noise
17 -ti,hs_extmute: Use external mute for HS pop reduction
/freebsd/sys/contrib/device-tree/Bindings/connector/
H A Dsamsung,usb-connector-11pin.txt19 0: High Speed (HS),
27 Micro-USB connector with HS lines routed via controller (MUIC) and MHL lines
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp472 StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc, in LookupFile() argument
497 return HS.getFileAndSuggestModule( in LookupFile()
503 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile()
527 if (!HS.findUsableModuleForHeader(File, File.getFileEntry().getDir(), in LookupFile()
544 if (auto Res = HS.getFileMgr().getOptionalFileRef(Dest, OpenFile)) { in LookupFile()
552 HS.noteLookupUsage(HS.searchDirIdx(*this), IncludeLoc); in LookupFile()
617 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument
621 FileManager &FileMgr = HS.getFileMgr(); in DoFrameworkLookup()
631 HS.LookupFrameworkCache(Filename.substr(0, SlashPos)); in DoFrameworkLookup()
739 if (!HS.findUsableModuleForFrameworkHeader(*File, FrameworkPath, in DoFrameworkLookup()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/
H A Dsocfpga_cyclone5_chameleon96.dts90 label = "HS-I2C2";
102 label = "HS-SPI1";
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-cm-t3x.dtsi24 /* 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 Domap3-beagle-xm-ab.dts9 /* HS USB Port 2 Power enable was inverted with the xM C */
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp451 HeaderSearch &HS = CI.getPreprocessor().getHeaderSearchInfo(); in loadModuleMapForModuleBuild() local
469 if (HS.loadModuleMapFile(*ModuleMap, IsSystem, ModuleMapID, &Offset, in loadModuleMapForModuleBuild()
477 if (HS.getModuleMap().canInferFrameworkModule(ModuleMap->getDir())) { in loadModuleMapForModuleBuild()
483 (void)HS.getModuleMap().inferFrameworkModule(*Dir, IsSystem, nullptr); in loadModuleMapForModuleBuild()
502 HeaderSearch &HS = CI.getPreprocessor().getHeaderSearchInfo(); in prepareToBuildModule() local
503 Module *M = HS.lookupModule(CI.getLangOpts().CurrentModule, SourceLocation(), in prepareToBuildModule()
838 HeaderSearch &HS = CI.getPreprocessor().getHeaderSearchInfo(); in BeginSourceFile() local
844 HS.LookupFile(FileName, SourceLocation(), in BeginSourceFile()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp297 StageInfo.HS.InputControlPointCount); in mapInfoForVersion()
299 StageInfo.HS.OutputControlPointCount); in mapInfoForVersion()
300 IO.mapRequired("TessellatorDomain", StageInfo.HS.TessellatorDomain); in mapInfoForVersion()
302 StageInfo.HS.TessellatorOutputPrimitive); in mapInfoForVersion()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h31 HS = 0x6, enumerator
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dsnps,archs-gfrc.txt1 Synopsys ARC Free Running 64-bit Global Timer for ARC HS CPUs
H A Dsnps,archs-rtc.txt1 Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs

123456