/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" 21 using namespace clang::driver::types; 42 #include "clang/Driver/Types.def" 52 const char *types::getTypeName(ID Id) { in getTypeName() 56 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType() 73 types::ID types::getPrecompiledType(ID Id) { in getPrecompiledType() 83 const char *types::getTypeTempSuffix(ID Id, bool CLStyle) { in getTypeTempSuffix() 100 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType() 105 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | mmc-controller.yaml | 38 $ref: /schemas/types.yaml#/definitions/flag 48 $ref: /schemas/types.yaml#/definitions/flag 72 $ref: /schemas/types.yaml#/definitions/flag 77 $ref: /schemas/types.yaml#/definitions/flag 86 $ref: /schemas/types.yaml#/definitions/uint32 100 $ref: /schemas/types.yaml#/definitions/uint32 105 $ref: /schemas/types.yaml#/definitions/flag 125 $ref: /schemas/types.yaml#/definitions/flag 131 $ref: /schemas/types.yaml#/definitions/flag 136 $ref: /schemas/types [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/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() 57 TypePairAndMemDesc Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1], in typePairAndMemDescInSet() 69 return Query.Types[TypeIdx].isScalar(); in isScalar() 75 return Query.Types[TypeIdx].isVector(); in isVector() 81 return Query.Types[TypeIdx].isPointer(); in isPointer() [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/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/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/arm/ |
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 …]
|
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...] |
/freebsd/crypto/krb5/doc/html/ |
H A D | genindex-K.html | 96 <li><a href="appdev/refs/types/krb5_address.html#c.krb5_address">krb5_address (C type)</a> 98 …<li><a href="appdev/refs/types/krb5_address.html#c.krb5_address.addrtype">krb5_address.addrtype (C… 100 …<li><a href="appdev/refs/types/krb5_address.html#c.krb5_address.contents">krb5_address.contents (C… 102 …<li><a href="appdev/refs/types/krb5_address.html#c.krb5_address.length">krb5_address.length (C mem… 104 …<li><a href="appdev/refs/types/krb5_address.html#c.krb5_address.magic">krb5_address.magic (C membe… 112 <li><a href="appdev/refs/types/krb5_addrtype.html#c.krb5_addrtype">krb5_addrtype (C type)</a> 130 <li><a href="appdev/refs/types/krb5_ap_rep.html#c.krb5_ap_rep">krb5_ap_rep (C type)</a> 132 …<li><a href="appdev/refs/types/krb5_ap_rep.html#c.krb5_ap_rep.enc_part">krb5_ap_rep.enc_part (C me… 134 …<li><a href="appdev/refs/types/krb5_ap_rep.html#c.krb5_ap_rep.magic">krb5_ap_rep.magic (C member)<… 136 …<li><a href="appdev/refs/types/krb5_ap_rep_enc_part.html#c.krb5_ap_rep_enc_part">krb5_ap_rep_enc_p… [all …]
|
H A D | genindex-all.html | 258 <li><a href="appdev/refs/types/krb5_address.html#c.krb5_address">krb5_address (C type)</a> 260 …<li><a href="appdev/refs/types/krb5_address.html#c.krb5_address.addrtype">krb5_address.addrtype (C… 262 …<li><a href="appdev/refs/types/krb5_address.html#c.krb5_address.contents">krb5_address.contents (C… 264 …<li><a href="appdev/refs/types/krb5_address.html#c.krb5_address.length">krb5_address.length (C mem… 266 …<li><a href="appdev/refs/types/krb5_address.html#c.krb5_address.magic">krb5_address.magic (C membe… 274 <li><a href="appdev/refs/types/krb5_addrtype.html#c.krb5_addrtype">krb5_addrtype (C type)</a> 292 <li><a href="appdev/refs/types/krb5_ap_rep.html#c.krb5_ap_rep">krb5_ap_rep (C type)</a> 294 …<li><a href="appdev/refs/types/krb5_ap_rep.html#c.krb5_ap_rep.enc_part">krb5_ap_rep.enc_part (C me… 296 …<li><a href="appdev/refs/types/krb5_ap_rep.html#c.krb5_ap_rep.magic">krb5_ap_rep.magic (C member)<… 298 …<li><a href="appdev/refs/types/krb5_ap_rep_enc_part.html#c.krb5_ap_rep_enc_part">krb5_ap_rep_enc_p… [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Opcodes.td | 15 // Types evaluated by the interpreter. 36 // Types transferred to the interpreter. 72 // Classes of types instructions operate on. 76 list<Type> Types; 80 let Types = [Sint8, Uint8, Sint16, Uint16, Sint32, 85 let Types = [Sint8, Uint8, Sint16, Uint16, Sint32, 90 let Types = !listconcat(IntegerTypeClass.Types, [Float]); 94 let Types = [Float]; 98 let Types = !listconcat(IntegerTypeClass.Types, [Bool]); 102 let Types = [Ptr, FnPtr, MemberPtr]; [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/crypto/krb5/doc/pdf/ |
H A D | appdev.tex | 100 \section{Name types} 101 \label{\detokenize{appdev/gssapi:name-types}} 105 name types are supported by the krb5 mechanism: 123 as an unparsed principal name string, as above. These name types 653 Valid types include: 845 Valid types include: 850 corresponding buffer for each of these types will be signed for the 931 {\hyperref[\detokenize{appdev/refs/types/krb5_timestamp:c.krb5_timestamp}]{\sphinxcrossref{\sphinxc… 1225 question types. For each question type, the 1231 Responder question types, challenges, and answers are UTF\sphinxhyphen{}8 strings. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | snps,dwmac.yaml | 171 $ref: /schemas/types.yaml#/definitions/phandle 186 $ref: /schemas/types.yaml#/definitions/phandle 196 $ref: /schemas/types.yaml#/definitions/uint32 229 $ref: /schemas/types.yaml#/definitions/uint32 247 $ref: /schemas/types.yaml#/definitions/uint32-array 312 $ref: /schemas/types.yaml#/definitions/phandle 322 $ref: /schemas/types.yaml#/definitions/uint32 361 $ref: /schemas/types.yaml#/definitions/uint32 373 $ref: /schemas/types.yaml#/definitions/uint32 376 $ref: /schemas/types.yaml#/definitions/uint32 [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 …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | nvidia,tegra-pinmux-common.yaml | 46 $ref: /schemas/types.yaml#/definitions/string-array 51 $ref: /schemas/types.yaml#/definitions/string 58 $ref: /schemas/types.yaml#/definitions/uint32 69 $ref: /schemas/types.yaml#/definitions/uint32 78 $ref: /schemas/types.yaml#/definitions/uint32 88 $ref: /schemas/types.yaml#/definitions/uint32 93 $ref: /schemas/types.yaml#/definitions/uint32 97 $ref: /schemas/types.yaml#/definitions/uint32 108 $ref: /schemas/types.yaml#/definitions/uint32 113 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | azoteq,iqs7222.yaml | 42 $ref: /schemas/types.yaml#/definitions/uint32 53 $ref: /schemas/types.yaml#/definitions/uint32 64 $ref: /schemas/types.yaml#/definitions/uint32 70 $ref: /schemas/types.yaml#/definitions/uint32 76 $ref: /schemas/types.yaml#/definitions/uint32 82 $ref: /schemas/types.yaml#/definitions/uint32 90 $ref: /schemas/types.yaml#/definitions/uint32 98 $ref: /schemas/types.yaml#/definitions/uint32 106 $ref: /schemas/types.yaml#/definitions/uint32 114 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|