/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | ti,drv260x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Texas Instruments - drv260x Haptics driver family 10 - Andrew Davis <afd@ti.com> 15 - ti,drv2604 16 - ti,drv2605 17 - ti,drv2605l 22 vbat-supply: 30 (defined in include/dt-bindings/input/ti-drv260x.h) [all …]
|
H A D | ti,drv260x.txt | 1 * Texas Instruments - drv260x Haptics driver family 4 - compatible - One of: 5 "ti,drv2604" - DRV2604 6 "ti,drv2605" - DRV2605 7 "ti,drv2605l" - DRV2605L 8 - reg - I2C slave address 9 - vbat-supply - Required supply regulator 10 - mode - Power up mode of the chip (defined in include/dt-bindings/input/ti-drv260x.h) 11 DRV260X_LRA_MODE - Linear Resonance Actuator mode (Piezoelectric) 12 DRV260X_LRA_NO_CAL_MODE - This is a LRA Mode but there is no calibration [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.h | 1 //===----- CGObjCRuntime.h - Interface to ObjC Runtimes ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This provides an abstract class for Objective-C code generation. Concrete 10 // subclasses of this implement code generation for specific Objective-C 13 //===----------------------------------------------------------------------===// 62 // partially-implemented subclass breaking. 64 /// Implements runtime-specific code generation functions. 76 /// bit-fields is carefully coordinated by these two, use caution! 111 /// zero-cost exception handling. [all …]
|
H A D | CGObjCGNU.cpp | 1 //===------- CGObjCGNU.cpp - Emit LLVM Code from ASTs for a Module --------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This provides Objective-C code generation targeting the GNU runtime. The 10 // class in this file generates structures used by the GNU Objective-C runtime 11 // library. These structures are defined in objc/objc.h and objc/objc-api.h in 14 //===----------------------------------------------------------------------===// 84 Function = CGM->CreateRuntimeFunction(FTy, FunctionName); in operator llvm::FunctionCallee() 91 /// GNU Objective-C runtime code generation. This class implements the parts of 92 /// Objective-C support that are specific to the GNU family of runtimes (GCC, [all …]
|
H A D | CGObjC.cpp | 1 //===---- CGObjC.cpp - Emit LLVM Code for Objective-C ---------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This contains code to emit Objective-C code as LLVM code. 11 //===----------------------------------------------------------------------===// 54 CGM.getObjCRuntime().GenerateConstantString(E->getString()).getPointer(); in EmitObjCStringLiteral() 58 /// EmitObjCBoxedExpr - This routine generates code to call 67 const ObjCMethodDecl *BoxingMethod = E->getBoxingMethod(); in EmitObjCBoxedExpr() 68 const Expr *SubExpr = E->getSubExpr(); in EmitObjCBoxedExpr() 70 if (E->isExpressibleAsConstantInitializer()) { in EmitObjCBoxedExpr() [all …]
|
/freebsd/share/misc/ |
H A D | iso639 | 2 # ISO 639-2 language codes 4 # From http://www.loc.gov/standards/iso639-2/ : 6 # The Library of Congress has been designated the ISO 639-2/RA for the 7 # purpose of processing requests for alpha-3 language codes comprising the 9 # languages -- Part 2: alpha-3 code. The ISO 639-2/RA receives and reviews 16 # This is the official site of the ISO 639-2 Registration Authority and thus 18 # 639-2 please contact us at: 20 # Library of Congress 22 # Washington, DC 20540-4402 23 # E-mail: iso639-2@loc.gov [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.def | 1 //===--- Builtins.def - Builtin function info database ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 // v -> void 15 // b -> boolean 16 // c -> char 17 // s -> short 18 // i -> int 19 // h -> half (__fp16, OpenCL) 20 // x -> half (_Float16) [all …]
|
H A D | Builtins.td | 1 //===--- Builtins.td - Builtins function info database-----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 56 // FIXME: These assume that char -> i8, short -> i16, int -> i32, 57 // long long -> i64. 75 // are a few builtin-specific types and qualifiers. 77 // builtin-specific types: 78 // - __builtin_va_list: This is the internal representation for va_lists 79 // - __builtin_va_list_ref: A reference-like type to __builtin_va_list 80 // - msint32_t: 'int' size if target is LP64, 'L' otherwise. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Instructions.td | 1 //===-- R600Instructions.td - R600 Instruction defs -------* [all...] |
H A D | R600ISelLowering.cpp | 1 //===-- R600ISelLowering.cpp - R600 DAG Lowering Implementation -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 43 computeRegisterProperties(Subtarget->getRegisterInfo()); in R600TargetLowering() 118 if (Subtarget->hasCARRY()) in R600TargetLowering() 121 if (Subtarget->hasBORROW()) in R600TargetLowering() 125 if (!Subtarget->hasBFE()) in R600TargetLowering() 130 if (!Subtarget->hasBFE()) in R600TargetLowering() 134 if (!Subtarget->hasBFE()) in R600TargetLowering() [all …]
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ChangeLog | 1 2008-07-14 Love Hörnquist Åstrand <lha@kth.se> 5 2008-06-21 Love Hörnquist Åstrand <lha@kth.se> 12 2008-05-23 Love Hörnquist Åstrand <lha@kth.se> 16 2008-04-29 Love Hörnquist Åstrand <lha@it.su.se> 18 * sel-lex.l: Use _hx509_sel_yyerror() instead of error_message(). 20 2008-04-20 Love Hörnquist Åstrand <lha@it.su.se> 22 * sel-lex.l: Include <config.h> 24 2008-04-17 Love Hörnquist Åstrand <lha@it.su.se> 26 * Makefile.am: Update make-proto usage. 28 2008-04-15 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-apq8026-huawei-sturgeon.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include "qcom-msm8226.dtsi" 10 #include <dt-bindings/input/ti-drv260x.h> 12 /delete-node/ &adsp_region; 17 chassis-typ [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1 //===-- ConstantFolding.cpp - Fold instructions into constants ------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // DataLayout information. These functions cannot go in IR due to library 16 //===----------------------------------------------------------------------===// 67 //===----------------------------------------------------------------------===// 69 //===----------------------------------------------------------------------===// 81 Element = C->getAggregateElement(NumSrcElts - i - 1); in foldConstVectorToAPInt() 83 Element = C->getAggregateElement(i); in foldConstVectorToAPInt() 95 Result |= ElementCI->getValue().zext(Result.getBitWidth()); in foldConstVectorToAPInt() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1 //===- ARMTargetTransformInfo.cpp - ARM specific TTI ----------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 48 "enable-arm-maskedldst", cl::Hidden, cl::init(true), 52 "disable-arm-loloops", cl::Hidden, cl::init(false), 53 cl::desc("Disable the generation of low-overhead loops")); 56 AllowWLSLoops("allow-arm-wlsloops", cl::Hidden, cl::init(true), 67 /// from a constant, since we get constant-folding for free. 75 unsigned Alignment = IntrAlign->getLimitedValue() < MemAlign in simplifyNeonVld1() 77 : IntrAlign->getLimitedValue(); in simplifyNeonVld1() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 1 //===--- SemaAvailability.cpp - Availability attribute handling -----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 34 IdentifierInfo *IIEnvironment = AA->getEnvironment(); in hasMatchingEnvironmentOrNone() 40 AvailabilityAttr::getEnvironmentType(IIEnvironment->getName()); in hasMatchingEnvironmentOrNone() 53 D = FTD->getTemplatedDecl(); in getAttrForPlatform() 54 for (const auto *A : D->attrs()) { in getAttrForPlatform() 57 // de-duplicate. in getAttrForPlatform() 61 StringRef ActualPlatform = Avail->getPlatform()->getName(); in getAttrForPlatform() [all …]
|
H A D | Sema.cpp | 1 //===--- Sema.cpp - AST Builder and Semantic Analysis Implementation ------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 103 return CachedDarwinSDKInfo->get(); in getDarwinSDKInfoForAvailabilityChecking() 109 return CachedDarwinSDKInfo->get(); in getDarwinSDKInfoForAvailabilityChecking() 125 OS << ParamName->getName() << ":auto"; in InventAbbreviatedTemplateParameterTypeName() 139 Policy.Bool = BoolMacro->isObjectLike() && in getPrintingPolicy() 140 BoolMacro->getNumTokens() == 1 && in getPrintingPolicy() 141 BoolMacro->getReplacementToken(0).is(tok::kw__Bool); in getPrintingPolicy() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8996-xiaomi-gemini.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 9 #include "msm8996-xiaomi-common.dtsi" 10 #include <dt-bindings/sound/qcom,q6afe.h> 11 #include <dt-bindings/sound/qcom,q6asm.h> 12 #include <dt-binding [all...] |
/freebsd/bin/sh/ |
H A D | histedit.c | 1 /*- 89 histfile = expandstr("${HISTFILE-${HOME-}/.sh_history}"); in get_histfile() 114 if (fd == -1 || (f = fdopen(fd, "w")) == NULL) { in histsave() 120 rename(histtmpname, histfile) == -1) in histsave() 137 if (history(hist, &he, H_LOAD, histfile) != -1 || errno == ENOENT) in histload() 188 el_set(el, EL_ADDFN, "sh-complete", in histedit() 208 el_set(el, EL_BIND, "^I", "sh-complete", NULL); in histedit() 312 longjmp(handler->loc, 1); in histcmd() 328 if (editor[0] == '-' && editor[1] == '\0') { in histcmd() 348 firststr = lflg ? "-16" : "-1"; in histcmd() [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_ctrl.h | 2 * wpa_supplicant/hostapd control interface library 3 * Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi> 16 /* wpa_supplicant control interface - fixed message prefixes */ 19 #define WPA_CTRL_REQ "CTRL-REQ-" 22 #define WPA_CTRL_RSP "CTRL-RSP-" 26 #define WPA_EVENT_CONNECTED "CTRL-EVENT-CONNECTED " 28 #define WPA_EVENT_DISCONNECTED "CTRL-EVENT-DISCONNECTED " 30 #define WPA_EVENT_ASSOC_REJECT "CTRL-EVENT-ASSOC-REJECT " 32 #define WPA_EVENT_AUTH_REJECT "CTRL-EVENT-AUTH-REJECT " 34 #define WPA_EVENT_TERMINATING "CTRL-EVENT-TERMINATING " [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1 //===------ SimplifyLibCalls.cpp - Library calls simplifier ---------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements the library calls simplifier. It does not implement 12 //===----------------------------------------------------------------------===// 45 EnableUnsafeFPShrink("enable-double-float-shrink", cl::Hidden, 54 OptimizeHotColdNew("optimize-hot-cold-new", cl::Hidden, cl::init(false), 55 cl::desc("Enable hot/cold operator new library calls")); 57 "optimize-existing-hot-cold-new", cl::Hidden, cl::init(false), 59 "Enable optimization of existing hot/cold operator new library calls")); [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 1 //===- CallEvent.h - Wrapper for all function and method calls --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 /// \file This file defines CallEvent and its subclasses, which represent path- 11 /// (C, C++, and Objective-C). 13 //===----------------------------------------------------------------------===// 93 return this->get()->template cloneWithState<T>(State); in cloneWithState() 97 // behaves like a pointer-to-const. 99 return this->get(); 150 /// CallEventManager to be able to re-use CallEvent-sized memory blocks, [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1 //===- ASTWriter.cpp - AST File Writer ------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 151 //===----------------------------------------------------------------------===// 153 //===----------------------------------------------------------------------===// 181 M = M->getTopLevelModule(); in GetAffectingModuleMaps() 202 for (auto *SubM : Mod->submodules()) in GetAffectingModuleMaps() 217 for (const Module *ImportedModule : CurrentModule->Imports) in GetAffectingModuleMaps() 219 for (const Module *UndeclaredModule : CurrentModule->UndeclaredUses) in GetAffectingModuleMaps() [all …]
|
H A D | ASTReader.cpp | 1 //===- ASTReader.cpp - AST File Reader ------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 154 //===----------------------------------------------------------------------===// 156 //===----------------------------------------------------------------------===// 160 return First->ReadFullVersionInformation(FullVersion) || in ReadFullVersionInformation() 161 Second->ReadFullVersionInformation(FullVersion); in ReadFullVersionInformation() 165 First->ReadModuleName(ModuleName); in ReadModuleName() 166 Second->ReadModuleName(ModuleName); in ReadModuleName() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTBitCodes.h | 1 //===- ASTBitCodes.h - Enum values for the PCH bitcode format ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 //===----------------------------------------------------------------------===// 75 /// - the lower three bits are used to store the const/volatile/restrict 77 /// - the next 29 bits provide a type index in the corresponding 79 /// - the upper 32 bits provide a module file index. 97 /// Keep structure alignment 32-bit since the blob is assumed as 32-bit 114 if (Idx == uint32_t(-1)) in asTypeID() 115 return TypeID(-1); in asTypeID() [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1 //===-- MachODump.cpp - Object file dumping utility for llvm --------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements the MachO-specific dumper for llvm-objdump. 11 //===----------------------------------------------------------------------===// 16 #include "llvm-objdump.h" 17 #include "llvm-c/Disassembler.h" 111 FunctionStartsType = StringSwitch<FunctionStartsMode>(A->getValue()) in parseMachOOptions() 138 TT = MachOObj->getArchTriple(McpuDefault); in GetTarget() 143 // We've inferred a 32-bit ARM target from the object file. All MachO CPUs in GetTarget() [all …]
|