| /freebsd/lib/libc/stdio/ |
| H A D | printf-pos.c | 41 #include <sys/types.h> 72 /* An expandable array of types. */ 74 enum typeid *table; /* table of types */ 88 inittypes(struct typetable *types) in inittypes() argument 92 types->table = types->stattable; in inittypes() 93 types->tablesize = STATIC_ARG_TBL_SIZE; in inittypes() 94 types->tablemax = 0; in inittypes() 95 types->nextarg = 1; in inittypes() 97 types->table[n] = T_UNUSED; in inittypes() 104 freetypes(struct typetable *types) in freetypes() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Types.cpp | 1 //===--- Types.cpp - Driver input & temporary type information ------------===// 9 #include "clang/Driver/Types.h" 18 using namespace clang::driver::types; 39 #include "clang/Driver/Types.def" 49 const char *types::getTypeName(ID Id) { in getTypeName() 53 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType() 70 types::ID types::getPrecompiledType(ID Id) { in getPrecompiledType() 80 const char *types::getTypeTempSuffix(ID Id, bool CLStyle) { in getTypeTempSuffix() 97 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType() 102 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified() [all …]
|
| /freebsd/lib/libcasper/services/cap_dns/tests/ |
| H A D | dns_test.c | 372 const char *types[2]; in ATF_TC_BODY() local 377 types[0] = "NAME2ADDR"; in ATF_TC_BODY() 378 types[1] = "ADDR2NAME"; in ATF_TC_BODY() 379 ATF_REQUIRE(cap_dns_type_limit(capdns, types, 2) == 0); in ATF_TC_BODY() 404 const char *types[2]; in ATF_TC_BODY() local 409 types[0] = "NAME2ADDR"; in ATF_TC_BODY() 410 ATF_REQUIRE(cap_dns_type_limit(capdns, types, 1) == 0); in ATF_TC_BODY() 411 types[1] = "ADDR2NAME"; in ATF_TC_BODY() 413 cap_dns_type_limit(capdns, types, 2) == -1); in ATF_TC_BODY() 414 types[0] = "ADDR2NAME"; in ATF_TC_BODY() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalityPredicates.cpp | 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 47 std::pair<LLT, LLT> Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1]}; in typePairInSet() 48 return llvm::is_contained(Types, Match); in typePairInSet() 55 SmallVector<std::tuple<LLT, LLT, LLT>, 4> Types = TypesInit; in typeTupleInSet() local 58 Query.Types[TypeIdx0], Query.Types[TypeIdx1], Query.Types[TypeIdx2]}; in typeTupleInSet() 59 return llvm::is_contained(Types, Match); in typeTupleInSet() 68 TypePairAndMemDesc Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1], in typePairAndMemDescInSet() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | mmc-controller-common.yaml | 30 $ref: /schemas/types.yaml#/definitions/flag 40 $ref: /schemas/types.yaml#/definitions/flag 64 $ref: /schemas/types.yaml#/definitions/flag 69 $ref: /schemas/types.yaml#/definitions/flag 78 $ref: /schemas/types.yaml#/definitions/uint32 92 $ref: /schemas/types.yaml#/definitions/uint32 97 $ref: /schemas/types.yaml#/definitions/flag 117 $ref: /schemas/types.yaml#/definitions/flag 123 $ref: /schemas/types.yaml#/definitions/flag 128 $ref: /schemas/types.yaml#/definitions/flag [all …]
|
| H A D | sdhci-am654.yaml | 63 $ref: /schemas/types.yaml#/definitions/uint32 69 $ref: /schemas/types.yaml#/definitions/uint32 75 $ref: /schemas/types.yaml#/definitions/uint32 81 $ref: /schemas/types.yaml#/definitions/uint32 87 $ref: /schemas/types.yaml#/definitions/uint32 93 $ref: /schemas/types.yaml#/definitions/uint32 99 $ref: /schemas/types.yaml#/definitions/uint32 105 $ref: /schemas/types.yaml#/definitions/uint32 111 $ref: /schemas/types.yaml#/definitions/uint32 117 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | VectorTypeUtils.h | 17 /// A helper function for converting Scalar types to vector types. If 30 /// A helper for converting structs of scalar types to structs of vector types. 33 /// - Only unpacked literal struct types are supported 36 /// A helper for converting structs of vector types to structs of scalar types. 37 /// Note: Only unpacked literal struct types are supported. 45 /// are scalars that can be used as vector element types. 48 /// A helper for converting to vectorized types. For scalar types, this is 49 /// equivalent to calling `toVectorTy`. For struct types, this returns a new 54 /// - Only unpacked literal struct types are supported 61 /// A helper for converting vectorized types to scalarized (non-vector) types. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | usb251xb.yaml | 38 $ref: /schemas/types.yaml#/definitions/flag 43 $ref: /schemas/types.yaml#/definitions/uint16 49 $ref: /schemas/types.yaml#/definitions/uint16 54 $ref: /schemas/types.yaml#/definitions/uint16 60 $ref: /schemas/types.yaml#/definitions/uint16 66 $ref: /schemas/types.yaml#/definitions/string 71 $ref: /schemas/types.yaml#/definitions/string 76 $ref: /schemas/types.yaml#/definitions/string 81 $ref: /schemas/types.yaml#/definitions/flag 87 $ref: /schemas/types.yaml#/definitions/flag [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | azoteq,iqs7211.yaml | 49 $ref: /schemas/types.yaml#/definitions/uint32 150 $ref: /schemas/types.yaml#/definitions/uint32 158 $ref: /schemas/types.yaml#/definitions/uint32 164 $ref: /schemas/types.yaml#/definitions/uint32 171 $ref: /schemas/types.yaml#/definitions/uint32 177 $ref: /schemas/types.yaml#/definitions/uint32 183 $ref: /schemas/types.yaml#/definitions/uint32 194 $ref: /schemas/types.yaml#/definitions/uint32-array 204 $ref: /schemas/types.yaml#/definitions/uint32-array 214 $ref: /schemas/types.yaml#/definitions/uint32-array [all …]
|
| H A D | ti,ads7843.yaml | 43 $ref: /schemas/types.yaml#/definitions/uint16 48 $ref: /schemas/types.yaml#/definitions/uint16 53 $ref: /schemas/types.yaml#/definitions/uint16 63 $ref: /schemas/types.yaml#/definitions/flag 68 $ref: /schemas/types.yaml#/definitions/uint32 73 $ref: /schemas/types.yaml#/definitions/uint16 81 $ref: /schemas/types.yaml#/definitions/uint16 87 $ref: /schemas/types.yaml#/definitions/uint16 92 $ref: /schemas/types.yaml#/definitions/uint16 101 $ref: /schemas/types.yaml#/definitions/flag [all …]
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | layman.asc | 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 77 ASN.1 types and their BER and DER encodings. Sections 2-4 79 Section 5 lists some ASN.1 types, giving their notation, 119 notation for describing abstract types and values. 121 In ASN.1, a type is a set of values. For some types, there 122 are a finite number of values, and for other types there are 125 simple types, which are "atomic" and have no components; 126 structured types, which have components; tagged types, which [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/ |
| H A D | jedec,lpddr3-timings.yaml | 24 $ref: /schemas/types.yaml#/definitions/uint32 29 $ref: /schemas/types.yaml#/definitions/uint32 34 $ref: /schemas/types.yaml#/definitions/uint32 39 $ref: /schemas/types.yaml#/definitions/uint32 45 $ref: /schemas/types.yaml#/definitions/uint32 50 $ref: /schemas/types.yaml#/definitions/uint32 55 $ref: /schemas/types.yaml#/definitions/uint32 60 $ref: /schemas/types.yaml#/definitions/uint32 65 $ref: /schemas/types.yaml#/definitions/uint32 70 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|
| H A D | jedec,lpddr2-timings.yaml | 17 $ref: /schemas/types.yaml#/definitions/uint32 22 $ref: /schemas/types.yaml#/definitions/uint32 27 $ref: /schemas/types.yaml#/definitions/uint32 33 $ref: /schemas/types.yaml#/definitions/uint32 38 $ref: /schemas/types.yaml#/definitions/uint32 44 $ref: /schemas/types.yaml#/definitions/uint32 53 $ref: /schemas/types.yaml#/definitions/uint32 58 $ref: /schemas/types.yaml#/definitions/uint32 63 $ref: /schemas/types.yaml#/definitions/uint32 68 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|
| H A D | jedec,lpddr3.yaml | 31 $ref: /schemas/types.yaml#/definitions/uint32 42 $ref: /schemas/types.yaml#/definitions/uint32 49 $ref: /schemas/types.yaml#/definitions/uint32 56 $ref: /schemas/types.yaml#/definitions/uint32 63 $ref: /schemas/types.yaml#/definitions/uint32 69 $ref: /schemas/types.yaml#/definitions/uint32 75 $ref: /schemas/types.yaml#/definitions/uint32 82 $ref: /schemas/types.yaml#/definitions/uint32 88 $ref: /schemas/types.yaml#/definitions/uint32 94 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
| H A D | adi,adf4350.yaml | 42 $ref: /schemas/types.yaml#/definitions/uint32 47 $ref: /schemas/types.yaml#/definitions/uint32 52 $ref: /schemas/types.yaml#/definitions/uint32 58 $ref: /schemas/types.yaml#/definitions/flag 62 $ref: /schemas/types.yaml#/definitions/flag 66 $ref: /schemas/types.yaml#/definitions/flag 70 $ref: /schemas/types.yaml#/definitions/flag 74 $ref: /schemas/types.yaml#/definitions/flag 79 $ref: /schemas/types.yaml#/definitions/uint32 83 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | charger-manager.yaml | 22 $ref: /schemas/types.yaml#/definitions/string-array 25 $ref: /schemas/types.yaml#/definitions/uint32 30 $ref: /schemas/types.yaml#/definitions/string 35 $ref: /schemas/types.yaml#/definitions/string 39 $ref: /schemas/types.yaml#/definitions/uint32 49 $ref: /schemas/types.yaml#/definitions/uint32 53 $ref: /schemas/types.yaml#/definitions/uint32 62 $ref: /schemas/types.yaml#/definitions/uint32 69 $ref: /schemas/types.yaml#/definitions/uint32 73 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | arm,coresight-cti.yaml | 50 Certain triggers between CoreSight devices and the CTI have specific types 55 is defined in the binding as type PE_EDBGREQ. These types will appear in an 56 optional array alongside the signal indexes. Omitting types will default all 102 $ref: /schemas/types.yaml#/definitions/uint32 109 $ref: /schemas/types.yaml#/definitions/phandle 148 $ref: /schemas/types.yaml#/definitions/phandle 159 $ref: /schemas/types.yaml#/definitions/uint32-array 165 arm,trig-in-types: 166 $ref: /schemas/types.yaml#/definitions/uint32-array 170 List of constants representing the types fo [all...] |
| H A D | coresight-cti.yaml | 51 Certain triggers between CoreSight devices and the CTI have specific types 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 96 $ref: /schemas/types.yaml#/definitions/phandle 103 $ref: /schemas/types.yaml#/definitions/uint32 110 $ref: /schemas/types.yaml#/definitions/phandle 143 $ref: /schemas/types.yaml#/definitions/uint32-array 149 arm,trig-in-types: 150 $ref: /schemas/types.yaml#/definitions/uint32-array 154 List of constants representing the types for the CTI trigger in [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Opcodes.td | 15 // Types evaluated by the interpreter. 36 // Types transferred to the interpreter. 75 // Classes of types instructions operate on. 79 list<Type> Types; 83 let Types = [Sint8, Uint8, Sint16, Uint16, Sint32, 88 let Types = [Sint8, Uint8, Sint16, Uint16, Sint32, 93 let Types = !listconcat(IntegerTypeClass.Types, [Bool]); 96 let Types = [Sint8, Uint8, Sint16, Uint16, Sint32, 101 let Types = [Sint8, Uint8, Sint16, Uint16, Sint32, Uint32, Sint64, Uint64]; 105 let Types = !listconcat(IntegerTypeClass.Types, [Float]); [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | rockchip,rk3399-dmc.yaml | 18 $ref: /schemas/types.yaml#/definitions/phandle 37 $ref: /schemas/types.yaml#/definitions/phandle 49 $ref: /schemas/types.yaml#/definitions/uint32 58 $ref: /schemas/types.yaml#/definitions/uint32 67 $ref: /schemas/types.yaml#/definitions/uint32 77 $ref: /schemas/types.yaml#/definitions/uint32 87 $ref: /schemas/types.yaml#/definitions/uint32 97 $ref: /schemas/types.yaml#/definitions/uint32 106 $ref: /schemas/types.yaml#/definitions/uint32 114 $ref: /schemas/types [all...] |
| /freebsd/sys/riscv/include/ |
| H A D | _stdint.h | 49 * 7.18.2.1 Limits of exact-width integer types 51 /* Minimum values of exact-width signed integer types. */ 57 /* Maximum values of exact-width signed integer types. */ 63 /* Maximum values of exact-width unsigned integer types. */ 71 * 7.18.2.2 Limits of minimum-width integer types 73 /* Minimum values of minimum-width signed integer types. */ 79 /* Maximum values of minimum-width signed integer types. */ 85 /* Maximum values of minimum-width unsigned integer types. */ 93 * 7.18.2.3 Limits of fastest minimum-width integer types 95 /* Minimum values of fastest minimum-width signed integer types. */ [all …]
|
| /freebsd/sys/arm64/include/ |
| H A D | _stdint.h | 53 * 7.18.2.1 Limits of exact-width integer types 55 /* Minimum values of exact-width signed integer types. */ 61 /* Maximum values of exact-width signed integer types. */ 67 /* Maximum values of exact-width unsigned integer types. */ 75 * 7.18.2.2 Limits of minimum-width integer types 77 /* Minimum values of minimum-width signed integer types. */ 83 /* Maximum values of minimum-width signed integer types. */ 89 /* Maximum values of minimum-width unsigned integer types. */ 97 * 7.18.2.3 Limits of fastest minimum-width integer types 99 /* Minimum values of fastest minimum-width signed integer types. */ [all …]
|
| /freebsd/sys/arm/include/ |
| H A D | _stdint.h | 51 * 7.18.2.1 Limits of exact-width integer types 53 /* Minimum values of exact-width signed integer types. */ 59 /* Maximum values of exact-width signed integer types. */ 65 /* Maximum values of exact-width unsigned integer types. */ 73 * 7.18.2.2 Limits of minimum-width integer types 75 /* Minimum values of minimum-width signed integer types. */ 81 /* Maximum values of minimum-width signed integer types. */ 87 /* Maximum values of minimum-width unsigned integer types. */ 95 * 7.18.2.3 Limits of fastest minimum-width integer types 97 /* Minimum values of fastest minimum-width signed integer types. */ [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 65 /// types can be avoided by doing MoreElements first. 109 /// For efficiency, it doesn't make a copy of Types so care must be taken not 113 ArrayRef<LLT> Types; member 132 constexpr LegalityQuery(unsigned Opcode, ArrayRef<LLT> Types, 134 : Opcode(Opcode), Types(Types), MMODescrs(MMODescrs) {} in Opcode() 259 /// True iff the given type index is one of the specified types. 266 return Query.Types[TypeIdx] != Type; in typeIsNot() 270 /// True iff the given types for the given pair of type indexes is one of the 275 /// True iff the given types for the given tuple of type indexes is one of the 280 /// True iff the given types for the given pair of type indexes is one of the [all …]
|
| /freebsd/share/man/man7/ |
| H A D | stdint.7 | 30 .Nd "standard integer types" 36 header provides source-portable integer types of a specific 41 The types 48 The types 55 These integer types should be used when a specific size is required. 57 The types 65 The types 73 These types should be used when access speed is 76 The types 84 The types [all …]
|