/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/ |
H A D | bcm2835.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Eric Anholt <eric@anholt.net> 11 - Stefan Wahren <wahrenst@gmx.net> 18 - description: BCM2711 based Boards 20 - enum: 21 - raspberrypi,400 22 - raspberrypi,4-compute-module 23 - raspberrypi,4-model-b [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 1 //===-- llvm/Support/CodeGen.h - CodeGen Concepts ---------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // example, relocation model. 12 //===----------------------------------------------------------------------===// 22 // Relocation model types. 24 // Cannot be named PIC due to collision with -DPIC 25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enum 28 // Code model types. 31 enum Model { Tiny, Small, Kernel, Medium, Large }; enum [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SyncScope.h | 1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 26 /// The enum values start from 0 and are contiguous. They are mainly used for 31 /// In atomic builtin and expressions, language-specific synch scope enums are 34 /// define their own set of synch scope enums. The language-specific synch scope 37 /// To add a new enum value: 38 /// Add the enum value to enum class SyncScope. 39 /// Update enum value Last if necessary. [all …]
|
H A D | Cuda.h | 1 //===--- Cuda.h - Utilities for compiling CUDA code ------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 20 enum class CudaVersion { 55 enum class OffloadArch { 132 Generic, // A processor model named 'generic' if the target backend defines a 140 enum class CUDAFunctionTarget { 153 // Generic processor model is for testing only. in IsAMDOffloadArch() 169 // Various SDK-dependent features that affect CUDA compilation 170 enum class CudaFeature { [all …]
|
/freebsd/contrib/expat/examples/ |
H A D | element_declarations.c | 3 It must be used with Expat compiled for UTF-8 output. 11 Copyright (c) 1997-2000 Thai Open Source Software Center Ltd 12 Copyright (c) 2001-2003 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 13 Copyright (c) 2004-2006 Karl Waclawek <karl@waclawek.net> 14 Copyright (c) 2005-2007 Steven Solie <steven@solie.ca> 15 Copyright (c) 2016-2024 Sebastian Pipping <sebastian@pipping.org> 61 const XML_Content *model; 67 stackPushMalloc(Stack *stackTop, const XML_Content *model, unsigned level) { in stackPushMalloc() 72 newStackTop->model in stackPushMalloc() 60 const XML_Content *model; global() member 66 stackPushMalloc(Stack * stackTop,const XML_Content * model,unsigned level) stackPushMalloc() argument 121 dumpContentModelElement(const XML_Content * model,unsigned level,const XML_Content * root) dumpContentModelElement() argument 151 const XML_Content *const model = stackTop->model; dumpContentModel() local 179 handleElementDeclaration(void * userData,const XML_Char * name,XML_Content * model) handleElementDeclaration() argument [all...] |
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_cpu.c | 2 * Copyright (c) 2013-2019, Intel Corporation 32 #include "intel-pt.h" 43 enum { 59 static enum pt_cpu_vendor cpu_vendor(void) in cpu_vendor() 74 return (enum pt_cpu_vendor) i; in cpu_vendor() 96 long family, model, stepping; in pt_cpu_parse() local 99 return -pte_invalid; in pt_cpu_parse() 103 return -pte_invalid; in pt_cpu_parse() 106 return -pte_invalid; in pt_cpu_parse() 111 model = strtol(s, &endptr, 0); in pt_cpu_parse() [all …]
|
/freebsd/share/man/man9/ |
H A D | microseq.9 | 42 .Bl -enum -offset indent 44 a uniform programming model 53 .Sh PPBUS register model 55 The parallel port model chosen for ppbus is the PC parallel port model. 69 In any other mode, drivers may be tri-stated by 74 This read-only register reflects the inputs on the parallel port interface. 76 .Bl -column "Bit" "Name" "Description" -compact 90 .Bl -column "Bit" "Name " "Description" -compact 104 The parallel port must be considered as the logical model described in 108 .Bd -literal [all …]
|
/freebsd/contrib/bsnmp/lib/ |
H A D | bsnmplib.3 | 8 .\" Copyright (c) 2004-2005 11 .\" Copyright (c) 2001-2003 64 .Pq libbsnmp, -lbsnmp 71 .Fn snmp_value_parse "const char *buf" "enum snmp_syntax" "union snmp_values *value" 105 .Bd -literal -offset indent 131 .Bd -literal -offset indent 132 enum snmp_syntax { 164 .Bd -literal -offset indent 178 .Bd -literal -offset indent 183 enum snmp_usm_level { [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/eeprom/ |
H A D | at24.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Bartosz Golaszewski <bgolaszewski@baylibre.com> 14 - $ref: /schemas/nvmem/nvmem.yaml 15 - $ref: /schemas/nvmem/nvmem-deprecated-cells.yaml 22 - pattern: "^atmel,(24(c|cs|mac)[0-9]+|spd)$" 23 - enum: ["microchip,24aa025e48", "microchip,24aa025e64"] 25 - compatible 29 pattern: "^eeprom@[0-9a-f]{1,2}$" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl-asoc-card.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/fsl-asoc-card.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 28 - Shengjiu Wang <shengjiu.wang@nxp.com> 33 - items: 34 - enum: 35 - fsl,imx-sgtl5000 36 - fsl,imx25-pdk-sgtl5000 37 - fsl,imx53-cpuvo-sgtl5000 [all …]
|
H A D | fsl,imx-audio-spdif.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/fsl,imx-audio-spdif.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shengjiu Wang <shengjiu.wang@nxp.com> 15 - items: 16 - enum: 17 - fsl,imx-sabreauto-spdif 18 - fsl,imx6sx-sdb-spdif 19 - const: fsl,imx-audio-spdif [all …]
|
H A D | qcom,sm8250.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 19 - items: 20 - enum: 21 - lenovo,yoga-c630-sndcard 22 - qcom,db845c-sndcard 23 - const: qcom,sdm845-sndcard 24 - items: [all …]
|
H A D | fsl,imx-audio-es8328.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/fsl,imx-audio-es8328.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <shawnguo@kernel.org> 11 - Sascha Hauer <s.hauer@pengutronix.de> 14 - $ref: sound-card-common.yaml# 18 const: fsl,imx-audio-es8328 20 model: 22 description: The user-visible name of this sound complex [all …]
|
H A D | mt8195-mt6359.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/mt8195-mt6359.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Trevor Wu <trevor.wu@mediatek.com> 16 - $ref: sound-card-common.yaml# 20 enum: 21 - mediatek,mt8195_mt6359_rt1019_rt5682 22 - mediatek,mt8195_mt6359_rt1011_rt5682 23 - mediatek,mt8195_mt6359_max98390_rt5682 [all …]
|
H A D | imx-audio-card.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/imx-audi [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 1 //===- Wasm.h - Wasm object file format -------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 34 enum : unsigned { 35 WASM_SEC_CUSTOM = 0, // Custom / User-defined section 53 enum : unsigned { 83 enum : unsigned { 92 enum : unsigned { 117 // Opcodes in the GC-prefixed space (0xfb) [all …]
|
/freebsd/contrib/kyua/model/ |
H A D | test_result.hpp | 29 /// \file model/test_result.hpp 35 #include "model/test_result_fwd.hpp" 41 namespace model { namespace 46 enum test_result_type id; 54 extern const std::map<enum test_result_type, 66 /// special-case this with a very complex class hierarchy, but it proved to 67 /// result in an extremely-complex to maintain code base that provided no 92 } // namespace model
|
/freebsd/sys/contrib/device-tree/Bindings/gpu/ |
H A D | arm,mali-bifrost.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/gpu/arm,mali-bifrost.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 14 pattern: '^gpu@[a-f0-9]+$' 18 - items: 19 - enum: 20 - amlogic,meson-g12a-mali 21 - mediatek,mt8183-mali [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | mediatek,mt8365-csi-rx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/phy/mediatek,mt8365-csi-rx.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Mediatek Sensor Interface MIPI CSI CD-PHY 11 - Julien Stephan <jstephan@baylibre.com> 12 - Andy Hsieh <andy.hsieh@mediatek.com> 15 The SENINF CD-PHY is a set of CD-PHY connected to the SENINF CSI-2 16 receivers. The number of PHYs depends on the SoC model. 17 Depending on the SoC model, each PHYs can be either CD-PHY or D-PHY only [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,vexpress-juno.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/arm,vexpress-jun [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolXCOFF.h | 1 //===- MCSymbolXCOFF.h - ----------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 22 enum XCOFFSymbolFlags : uint16_t { SF_EHInfo = 0x0001 }; 28 static bool classof(const MCSymbol *S) { return S->isXCOFF(); } in classof() 30 enum CodeModel : uint8_t { CM_Small, CM_Large }; 82 "Requested code model for symbol without one"); in getPerSymbolCodeModel() 86 void setPerSymbolCodeModel(MCSymbolXCOFF::CodeModel Model) { in setPerSymbolCodeModel() argument 87 PerSymbolCodeModel = Model; in setPerSymbolCodeModel()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
H A D | x86.c | 1 //===-- cpu_model/x86.c - Support for __cpu_model builtin --------*- C -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 19 #error This file is intended only for x86-based targets 30 enum VendorSignatures { 35 enum ProcessorVendors { 42 enum ProcessorTypes { 66 enum ProcessorSubtypes { 105 enum ProcessorFeatures { [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPC.h | 1 //===-- PPC.h - Top-level interface for PowerPC Target ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // PowerPC back-end. 12 //===----------------------------------------------------------------------===// 99 /// Target Operand Flag enum. 100 enum TOF { 101 //===------------------------------------------------------------------===// 107 /// combination of other flags, add new enum entry instead of combining 112 /// and for PIC calls on 32-bit ELF systems. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 1 //===-- llvm/Target/TargetOptions.h - Target Options ------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 28 enum ABIType { 29 Default, // Target-specific (either soft or hard depending on triple, etc). 36 enum FPOpFusionMode { 39 Strict // Never fuse FP-ops. 44 enum JumpTableType { 48 // into 4 types: pointer to non-function, struct, [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineModelFeatureMaps.h | 1 //===- InlineModelFeatureMaps.h - common model runner defs ------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 20 // List of cost features. A "cost" feature is a summand of the heuristic-based 68 // clang-format off 69 enum class InlineCostFeatureIndex : size_t { 76 // clang-format on 95 // - the name of an enum member, which will be the feature index 96 // - a textual name, used for ML model binding (so it needs to match the 97 // names used by the ML model). [all …]
|