/freebsd/lib/libc/stdio/ |
H A D | printf-pos.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 41 #include <sys/types.h> 52 #include "un-namespace.h" 72 /* An expandable array of types. */ 74 enum typeid *table; /* table of types */ 78 u_int nextarg; /* 1-based argument index */ 88 inittypes(struct typetable *types) in inittypes() argument 92 types->table = types->stattable; in inittypes() 93 types->tablesize = STATIC_ARG_TBL_SIZE; in inittypes() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Types.cpp | 1 //===--- Types.cpp - Driver input & temporary type information ------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 #include "clang/Driver/Types.h" 21 using namespace clang::driver::types; 42 #include "clang/Driver/Types.def" 48 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID."); in getInfo() 49 return TypeInfos[id - 1]; in getInfo() 52 const char *types::getTypeName(ID Id) { in getTypeName() 56 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | mmc-controller.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mmc/mmc-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Ulf Hansson <ulf.hansson@linaro.org> 25 "#address-cell [all...] |
H A D | sdhci-am654.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ 4 --- 5 $id: http://devicetree.org/schemas/mmc/sdhci-am654.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Ulf Hansson <ulf.hansson@linaro.org> 14 - $ref: sdhci-common.yaml# 19 - enum: 20 - ti,am62-sdhci 21 - ti,am64-sdhci-4bit [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalityPredicates.cpp | 1 //===- lib/CodeGen/GlobalISel/LegalizerPredicates.cpp - Predicates --------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 13 // Enable optimizations to work around MSVC debug mode bug in 32-bit: 14 …community.visualstudio.com/content/problem/1179643/msvc-copies-overaligned-non-trivially-copyable-… 30 [=](const LegalityQuery &Query) { return Query.Types[TypeIdx] == Type; }; in typeIs() 36 SmallVector<LLT, 4> Types = TypesInit; in typeInSet() local 38 return llvm::is_contained(Types, Query.Types[TypeIdx]); in typeInSet() 45 SmallVector<std::pair<LLT, LLT>, 4> Types = TypesInit; in typePairInSet() local [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb251xb.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip USB 2.0 Hi-Speed Hub Controller 10 - Richard Leitner <richard.leitner@skidata.com> 15 - microchip,usb2422 16 - microchip,usb2512b 17 - microchip,usb2512bi 18 - microchip,usb2513b 19 - microchip,usb2513bi [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/ |
H A D | jedec,lpddr3-timings.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr3-timings.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPDDR3 SDRAM AC timing parameters for a given speed-bin 10 - Krzysztof Kozlowski <krzk@kernel.org> 14 const: jedec,lpddr3-timings 19 Maximum DDR clock frequency for the speed-bin, in Hz. 20 Property is deprecated, use max-freq. 23 max-freq: [all …]
|
H A D | jedec,lpddr2-timings.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr2-timings.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPDDR2 SDRAM AC timing parameters for a given speed-bin 10 - Krzysztof Kozlowski <krzk@kernel.org> 14 const: jedec,lpddr2-timings 16 max-freq: 17 $ref: /schemas/types.yaml#/definitions/uint32 19 Maximum DDR clock frequency for the speed-bin, in Hz. [all …]
|
H A D | jedec,lpddr3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr3.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPDDR3 SDRAM compliant to JEDEC JESD209-3 10 - Krzysztof Kozlowski <krzk@kernel.org> 13 - $ref: jedec,lpddr-props.yaml# 18 - items: 19 - enum: 20 - samsung,K3QF2F20DB [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | charger-manager.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/charger-manager.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sebastian Reichel <sre@kernel.org> 18 const: charger-manager 20 cm-chargers: 22 $ref: /schemas/types.yaml#/definitions/string-array 24 cm-num-chargers: 25 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adi,adf4350.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 15 - adi,adf4350 16 - adi,adf4351 21 spi-max-frequency: 28 clock-names: 35 adi,channel-spacing: 36 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|
/freebsd/crypto/heimdal/doc/ |
H A D | layman.asc | 9 NIST/OSI Implementors' Workshop document SEC-SIG-91-17. 13 Copyright (C) 1991-1993 RSA Laboratories, a division of RSA 16 Public-Key Cryptography Standards (PKCS)" in all material 18 003-903015-110-000-000 39 in another, higher-level part. Abstraction is the hallmark 62 one to define a variety data types, from simple types such 63 as integers and bit strings to structured types such as sets 64 and sequences, as well as complex types defined in terms of 66 each ASN.1 type as a string of eight-bit octets. There is 67 generally more than one way to BER-encode a given value. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,coresight-cti.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/arm/arm,coresight-ct [all...] |
H A D | coresight-cti.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/arm/coresight-cti.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 38 indicate this feature (arm,coresight-cti-v8-arch). 51 Certain triggers between CoreSight devices and the CTI have specific types 53 constants defined in <dt-bindings/arm/coresight-cti-dt.h> 56 is defined in the binding as type PE_EDBGREQ. These types will appear in an 57 optional array alongside the signal indexes. Omitting types will default all 60 Note that some hardware trigger signals can be connected to non-CoreSight [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Opcodes.td | 1 //===--- Opcodes.td - Opcode defitions for the constexpr VM -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 15 // Types evaluated by the interpreter. 16 //===----------------------------------------------------------------------===// 35 //===----------------------------------------------------------------------===// 36 // Types transferred to the interpreter. 37 //===----------------------------------------------------------------------===// [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | rockchip,rk3399-dmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controller [all...] |
H A D | intel,ixp4xx-expansion-peripheral-props.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/intel,ixp4xx-expansion-peripheral-props.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 memory-mapped expansion bus on the Intel IXP4xx family of system on chips, 15 - Linus Walleij <linus.walleij@linaro.org> 18 intel,ixp4xx-eb-t1: 20 $ref: /schemas/types.yaml#/definitions/uint32 23 intel,ixp4xx-eb-t2: 25 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | nvidia,tegra-pinmux-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/nvidia,tegra-pinmux-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Jonathan Hunter <jonathanh@nvidia.com> 14 Please refer to pinctrl-bindings.txt in this directory for details of the 22 pin configuration parameters, such as pull-up, tristate, drive strength, 46 $ref: /schemas/types.yaml#/definitions/string-array 51 $ref: /schemas/types.yaml#/definitions/string [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | snps,dwmac.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Torgue <alexandre.torgue@foss.st.com> 11 - Giuseppe Cavallaro <peppe.cavallaro@st.com> 12 - Jos [all...] |
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTypeDocstrings.i | 14 to compile the target program. See the language-specific notes in the 19 `SBType` representations of types in executables/libraries with debug 20 information. For some languages such as C, C++ and Objective-C it is possible 21 to create new types by evaluating expressions that define a new type. 45 Task *task_head = new Task(-1, NULL); 52 task_head->next = task1; 53 task1->next = task2; 54 task2->next = task4; 55 task4->next = task5; 60 if (t->i [all...] |
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | azoteq,iqs7222.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 1 //===- llvm/CodeGen/GlobalISel/LegalizerInfo.h ------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 50 /// a narrower scalar base-type. For example a 64-bit add might be 51 /// implemented in terms of 32-bit add-with-carry. 55 /// base-type. For example a <2 x s8> add could be implemented as a <2 60 /// sub-vectors where the operation is legal. For example a <8 x s64> add 62 /// if there are not enough elements for last sub-vector e.g. <7 x s64> add 64 /// types can be avoided by doing MoreElements first. [all …]
|
/freebsd/sys/arm/include/ |
H A D | _stdint.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 57 * 7.18.2.1 Limits of exact-width integer types 59 /* Minimum values of exact-width signed integer types. */ 60 #define INT8_MIN (-0x7f-1) 61 #define INT16_MIN (-0x7fff-1) 62 #define INT32_MIN (-0x7fffffff-1) 63 #define INT64_MIN (-0x7fffffffffffffffLL-1) 65 /* Maximum values of exact-width signed integer types. */ 71 /* Maximum values of exact-width unsigned integer types. */ [all …]
|
/freebsd/sys/arm64/include/ |
H A D | _stdint.h | 1 /*- 59 * 7.18.2.1 Limits of exact-width integer types 61 /* Minimum values of exact-width signed integer types. */ 62 #define INT8_MIN (-0x7f-1) 63 #define INT16_MIN (-0x7fff-1) 64 #define INT32_MIN (-0x7fffffff-1) 65 #define INT64_MIN (-0x7fffffffffffffffL-1) 67 /* Maximum values of exact-width signed integer types. */ 73 /* Maximum values of exact-width unsigned integer types. */ 81 * 7.18.2.2 Limits of minimum-width integer types [all …]
|
/freebsd/sys/riscv/include/ |
H A D | _stdint.h | 1 /*- 55 * 7.18.2.1 Limits of exact-width integer types 57 /* Minimum values of exact-width signed integer types. */ 58 #define INT8_MIN (-0x7f-1) 59 #define INT16_MIN (-0x7fff-1) 60 #define INT32_MIN (-0x7fffffff-1) 61 #define INT64_MIN (-0x7fffffffffffffffL-1) 63 /* Maximum values of exact-width signed integer types. */ 69 /* Maximum values of exact-width unsigned integer types. */ 77 * 7.18.2.2 Limits of minimum-width integer types [all …]
|