| /freebsd-14-stable/usr.bin/ruptime/ |
| HD | ruptime.c | 162 #define HS(a) ((const struct hs *)(a)) macro 169 strcmp(HS(a1)->hs_wd.wd_hostname, HS(a2)->hs_wd.wd_hostname)); in hscmp() 176 if (ISDOWN(HS(a1))) in lcmp() 177 if (ISDOWN(HS(a2))) in lcmp() 181 else if (ISDOWN(HS(a2))) in lcmp() 185 (HS(a2)->hs_wd.wd_loadav[0] - HS(a1)->hs_wd.wd_loadav[0])); in lcmp() 292 if (ISDOWN(HS(a1))) in ucmp() 293 if (ISDOWN(HS(a2))) in ucmp() 297 else if (ISDOWN(HS(a2))) in ucmp() 300 return (rflg * (HS(a2)->hs_nusers - HS(a1)->hs_nusers)); in ucmp() [all …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/Utils/ |
| HD | 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()
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/i2c/ |
| HD | i2c-imx.txt | 1 * 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-14-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | HeaderSearch.h | 195 : 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,
|
| HD | DirectoryLookup.h | 188 LookupFile(StringRef &Filename, HeaderSearch &HS, SourceLocation IncludeLoc, 198 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | FormatProviders.h | 136 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-14-stable/sys/contrib/device-tree/Bindings/phy/ |
| D | brcm,stingray-usb-phy.txt | 5 - "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.
|
| D | nvidia,tegra20-usb-phy.txt | 45 - 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-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| HD | 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()
|
| /freebsd-14-stable/usr.bin/sed/ |
| HD | process.c | 62 static SPACE HS, PS, SS, YS; variable 67 #define hs HS.space 68 #define hsl HS.len 164 cspace(&HS, ps, psl, REPLACE); in process() 167 cspace(&HS, "\n", 1, APPEND); in process() 168 cspace(&HS, ps, psl, APPEND); in process() 259 cspace(&HS, "", 0, REPLACE); in process() 261 PS = HS; in process() 263 HS = tspace; in process() 374 cspace(&HS, "", 0, REPLACE); in resetstate()
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/arc/ |
| HD | archs-pct.txt | 1 * ARC HS Performance Counters 3 The ARC HS can be configured with a pipeline performance monitor for counting
|
| HD | hsdk.txt | 1 Synopsys DesignWare ARC HS Development Kit Device Tree Bindings
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderInternals.h | 246 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-14-stable/sys/contrib/device-tree/src/arm64/mediatek/ |
| HD | mt6797-x20-dev.dts | 38 /* HS - I2C2 */ 45 /* HS - I2C3 */
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | InitHeaderSearch.cpp | 58 InitHeaderSearch(HeaderSearch &HS, bool verbose, StringRef sysroot) in InitHeaderSearch() argument 59 : Headers(HS), Verbose(verbose), IncludeSysroot(std::string(sysroot)), in InitHeaderSearch() 543 void clang::ApplyHeaderSearchOptions(HeaderSearch &HS, in ApplyHeaderSearchOptions() argument 547 InitHeaderSearch Init(HS, HSOpts.Verbose, HSOpts.Sysroot); in ApplyHeaderSearchOptions() 569 if (auto Dir = HS.getFileMgr().getOptionalDirectoryRef(P)) in ApplyHeaderSearchOptions() 570 HS.getModuleMap().setBuiltinIncludeDir(*Dir); in ApplyHeaderSearchOptions()
|
| HD | HeaderSearch.cpp | 472 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-14-stable/contrib/llvm-project/llvm/lib/Support/Windows/ |
| HD | DynamicLibrary.inc | 62 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-14-stable/sys/contrib/device-tree/Bindings/mfd/ |
| HD | twl4030-audio.txt | 16 -ti,ramp_delay_value: HS ramp delay configuration to reduce pop noise 17 -ti,hs_extmute: Use external mute for HS pop reduction
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/connector/ |
| D | samsung,usb-connector-11pin.txt | 19 0: High Speed (HS), 27 Micro-USB connector with HS lines routed via controller (MUIC) and MHL lines
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm/ |
| HD | socfpga_cyclone5_chameleon96.dts | 90 label = "HS-I2C2"; 102 label = "HS-SPI1";
|
| HD | 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 */
|
| HD | omap3-beagle-xm-ab.dts | 9 /* HS USB Port 2 Power enable was inverted with the xM C */
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
| HD | ARCInfo.h | 31 HS = 0x6, enumerator
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/timer/ |
| D | snps,archs-rtc.txt | 1 Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs
|
| D | snps,archs-gfrc.txt | 1 Synopsys ARC Free Running 64-bit Global Timer for ARC HS CPUs
|