/dports/devel/embb/embb-1.0.0/scripts/ |
H A D | gen_atomic.py | 125 def designator(self): member in Type 147 print("typedef " + t.stdName() + " EMBB_BASE_BASIC_TYPE_SIZE_" + t.designator() + ";") 152 …print("typedef std::atomic_" + t.stdName() + " EMBB_BASE_BASIC_TYPE_ATOMIC_" + t.designator() + ";… 155 print("typedef atomic_" + t.stdName() + " EMBB_BASE_BASIC_TYPE_ATOMIC_" + t.designator() + ";") 158 …rint("typedef EMBB_BASE_BASIC_TYPE_SIZE_" + t.designator() + " EMBB_BASE_BASIC_TYPE_ATOMIC_" + t.d… 196 s = "EMBB_PLATFORM_INLINE " + o.embbOp(t.designator()) + " {\n" 221 types = [ variable 238 for t in types: 254 s += "} embb_atomic_" + t.designator() + ";\n" 276 d = t.designator() [all …]
|
/dports/lang/sbcl/sbcl-1.3.13/contrib/sb-posix/ |
H A D | README | 79 A file-stream is a designator for a file-descriptor: the streams file 88 A pathname is a designator for a filename: the filename is computed 106 The object NIL is a designator for a buffer, meaning a NULL pointer. 108 A vector of (UNSIGNED-BYTE 8) is a designator for a buffer: it is 113 A vector of CHARACTER is a designator for a buffer: it is converted to 120 other types - for example, types that already exist in the 148 For each of these types there is a function of the same name that 149 converts any valid designator for the type into an object of said type. 159 objects of these new types into instances of the Lisp-friendly types 226 See designator.lisp, add a define-designator form
|
H A D | sb-posix.texinfo | 60 Generally, marshalling between Lisp and C data types is done using 79 @include type-sb-posix-file-descriptor-designator.texinfo 86 @include type-sb-posix-filename-designator.texinfo 141 Sb-posix provides various Lisp object types to stand in for C 144 return instances of these Lisp types instead of instances of alien 145 types. 147 The names of the Lisp types are chosen according to the general rules 168 implementation-dependent members of all structure types on your system
|
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/X86/ |
H A D | Aliasing.Mod | 84 other designator. For example, if the designator is a read, and the other 88 (**The designator accesses a memory area that is partially covered by the 100 (**Determines the aliasing status of the designator @oparam{instr} with 101 respect to the designator @oparam{reference}. *) 157 (* no further selectors for our designator *) 159 (* reference designator also ends here *) 162 (* reference designator has further selectors, which means it 163 covers less ground than our designator *) 168 (* the reference designator ends before our designator, which means 170 the other designator *) [all …]
|
H A D | SSA.Mod | 412 (**One of the signed, unsigned, ir floating point result types. *) 571 types: SET; 576 types: SET; 1279 instr.designator := designator; 1701 iter.types := anySet; 1703 iter.types := {type}; 1711 WHILE (dep # NIL) & ~(dep.type IN iter.types) DO 1729 iter.types := anySet; 1731 iter.types := {type}; 1739 WHILE (dep # NIL) & ~(dep.type IN iter.types) DO [all …]
|
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/SSA/ |
H A D | Aliasing.Mod | 84 other designator. For example, if the designator is a read, and the other 88 (**The designator accesses a memory area that is partially covered by the 100 (**Determines the aliasing status of the designator @oparam{instr} with 101 respect to the designator @oparam{reference}. A designator is described by 181 (* no further selectors for our designator *) 183 (* reference designator also ends here *) 186 (* reference designator has further selectors, which means it 187 covers less ground than our designator *) 192 (* the reference designator ends before our designator, which means 194 the other designator *) [all …]
|
/dports/lang/sbcl/sbcl-1.3.13/contrib/sb-grovel/ |
H A D | sb-grovel.texinfo | 7 compiler and in generating SB-ALIEN structure and union types, 75 ("sys/types.h" "sys/socket.h" "sys/stat.h" "unistd.h" "sys/un.h" 95 There are two types of things that sb-grovel can sensibly extract from 128 (type-designator lisp-element-name 135 @code{type-designator} is a reference to a type whose size (and type 137 designator that doesn't quite conform to either lisp nor sb-alien's 144 integer types can be grovelled for with this type designator, but it 194 @subsection Programming with sb-grovel's structure types 239 sb-grovel spits out as if they were alien routines and types. This has 242 use alien types): [all …]
|
/dports/math/rumur/rumur-2021.09.29/librumur/src/ |
H A D | parser.yy | 25 * types. This is only relevant if we enable them (api.value.type variant). 192 %type <rumur::Ptr<rumur::Expr>> designator 293 designator: designator '.' ID { 295 } | designator '[' expr ']' { 390 } | designator { 399 } | ISUNDEFINED '(' designator ')' { 538 } | designator COLON_EQ expr { 548 } | CLEAR designator { 566 } | UNDEFINE designator {
|
/dports/cad/lepton-eda/lepton-eda-1.9.17/docs/manual/ |
H A D | lepton-netlist-pads.texi | 98 schematic. The PADS PowerPCB tool supports three types of schematic 103 Reference designator changes. This is often times used at the end of 118 Currently only reference designator changes are automatically 184 This will apply the reference designator change portion of the ECO
|
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/OOC/X86/ |
H A D | SSA.oh | 228 OOC_X86_SSA__Designator designator; 254 OOC_UINT32 types; 259 OOC_UINT32 types; 272 OOC_X86_SSA__Designator designator; 307 OOC_X86_SSA__Designator designator; 332 OOC_X86_SSA__Designator designator; 357 OOC_X86_SSA__Designator designator; 380 OOC_X86_SSA__Designator designator; 406 OOC_X86_SSA__Designator designator; 429 OOC_X86_SSA__Designator designator; [all …]
|
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi-for-mac/ |
H A D | .CC_PRINT_OPTIONS | 109 …-Wno-reorder-init-list" "-Wno-implicit-int-float-conversion" "-Wno-c99-designator" "-Wno-final-dto… 110 …-Wno-reorder-init-list" "-Wno-implicit-int-float-conversion" "-Wno-c99-designator" "-Wno-final-dto… 112 …-Wno-reorder-init-list" "-Wno-implicit-int-float-conversion" "-Wno-c99-designator" "-Wno-final-dto… 130 …-Wno-reorder-init-list" "-Wno-implicit-int-float-conversion" "-Wno-c99-designator" "-Wno-final-dto… 207 …-Wno-reorder-init-list" "-Wno-implicit-int-float-conversion" "-Wno-c99-designator" "-Wno-final-dto… 219 …types.c" "-mrelocation-model" "pic" "-pic-level" "2" "-mthread-model" "posix" "-mframe-pointer=non… 220 …types.c" "-mrelocation-model" "pic" "-pic-level" "2" "-mthread-model" "posix" "-mframe-pointer=non… 225 …" "-L/opt/local/lib" "-L/opt/local/lib" "src/.libs/prep_cif.o" "src/.libs/types.o" "src/.libs/raw_… 227 …types.c" "-mrelocation-model" "pic" "-pic-level" "2" "-mthread-model" "posix" "-mframe-pointer=all… 235 …types.c" "-mrelocation-model" "pic" "-pic-level" "2" "-mthread-model" "posix" "-mframe-pointer=all… [all …]
|
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/scripting/ |
H A D | kicadplugins.i | 340 …MM, uMils, uFloat, uInteger, uDegrees, uRadians, uPercent] # List of numeric types 341 …, uMils, uFloat, uInteger, uBool, uDegrees, uRadians, uPercent, uString] # List of allowable types 353 … self.designator = kwarg.get('designator',' ') # Parameter designator such as "e, D, p" (etc) 586 return [p.designator for p in params] 610 return [str(p.designator) for p in params]
|
/dports/biology/ncbi-toolkit/ncbi/network/taxon1/common/ |
H A D | taxon1.asn | 21 getdesignator VisibleString, -- find designator 39 getproptypes NULL, -- get property types
|
/dports/lang/oo2c/oo2c_64-2.1.11/doc/language/ |
H A D | oberon2.texi | 323 Types 3 to 5 are @dfn{integer types}, types 6 and 7 are @dfn{real types}, and 507 designator consists of an identifier referring to a constant, variable, or 519 @var{e} must be an integer type. A designator of the form @var{a[e0, e1, ..., 532 the designator, @var{v} is then regarded as having the static type @var{T}. 545 If the designated object is a constant or a variable, then the designator 546 refers to its current value. If it is a procedure, the designator refers to 806 parameter must be a designator denoting a variable. If it denotes an element 1042 procedures}. The latter are activated by a function designator as a 1091 empty parameter list. It must be called by a function designator whose actual 1170 If @var{v} is a designator and @var{P} is a type-bound procedure, then [all …]
|
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/taxon1/ |
H A D | taxon1.asn | 21 getdesignator VisibleString, -- find designator 39 getproptypes NULL, -- get property types
|
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/taxon1/ |
H A D | taxon1.asn | 21 getdesignator VisibleString, -- find designator 39 getproptypes NULL, -- get property types
|
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/ |
H A D | sccp_cli.c | 340 if (!strncasecmp(word, c->designator, wordlen) && ++which > state) { in sccp_complete_channel() 341 ret = pbx_strdup(c->designator); in sccp_complete_channel() 380 ret = pbx_strdup(c->designator); in sccp_complete_ringing_channel() 419 ret = pbx_strdup(c->designator); in sccp_complete_connected_channel() 515 char *types[] = { "device", "channel", "line", "fallback", "debug" }; in sccp_complete_set() local 529 for (i = 0; i < ARRAY_LEN(types); i++) { in sccp_complete_set() 530 if (!strncasecmp(word, types[i], wordlen) && ++which > state) { in sccp_complete_set() 531 return pbx_strdup(types[i]); in sccp_complete_set() 551 snprintf(tmpname, sizeof(tmpname), "%s", c->designator); in sccp_complete_set() 1746 sccp_log(DEBUGCAT_RTP)("%s: %s\n", channel->designator, pbx_str_buffer(buf)); in sccp_show_channels() [all …]
|
/dports/lang/oo2c/oo2c_64-2.1.11/doc/from-v1-to-v2/ |
H A D | oo2c-v2.texi | 142 A set of abstract data types, most importantly @code{ArrayList} and 162 Data types representing Uniform Resource Identifiers (both 243 designator referring to a record field 247 designator referring to a procedure (normal or type-bound) 261 the command name. If the designator is prefixed with a @samp{*}, then 262 the designator is not checked by the compiler. In this case, it must 264 designator for the indicated object. This variant should only be used 368 The module @samp{Exception}, defining the types @samp{Exception}, 377 An extended syntax for procedures and procedure types, to declare 542 The implementation of parametric types extends the syntax in three [all …]
|
/dports/sysutils/sg3_utils/sg3_utils-1.42/suse/ |
H A D | sg3_utils.changes | 45 - Remove sg3_utils-Fixup-T10-Vendor-designator-display.patch 51 - Fixup T10 Vendor designator display (bnc#805059) 52 sg3_utils-Fixup-T10-Vendor-designator-display.patch 73 - sg_xcopy: handle more descriptor types; handle zero 264 + sg_ses: sync with ses3r02 (SAS-2.1 connector types)
|
/dports/devel/ncc/ncc-2.8/ |
H A D | cdb.C | 93 static earray<type> types; variable 109 ID = types.alloc (); in utype() 116 return types.x [i].base; in base_of() 121 return types.x [i].spec; in spec_of() 323 type t = types.x [ti]; in add_field() 458 type t1 = types.x [ti1]; in typecmp() 459 type t2 = types.x [ti2]; in typecmp() 1012 type t = types.x [ti]; in sizeof_typeID() 1374 bool dcle::designator (Symbol D[]) in designator() function 1376 PRFUN(designator) in designator() [all …]
|
/dports/cad/alliance/alliance/src/vbh/src/ |
H A D | vhdl.yac | 71 *both integer and floating point types. 851 designator 854 designator 860 designator 1003 .designator. 1007 .designator. 1009 | designator 1149 /* Integer and Floating Point types */ 2967 ** declare the types of the parameters for 'abstract_literal_real' and
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 190 def CXX20Designator : DiagGroup<"c++20-designator">; 191 // Allow -Wno-c99-designator to be used to turn off all warnings on valid C99 192 // designators (including the warning controlled by -Wc++20-designator). 193 def C99Designator : DiagGroup<"c99-designator", [CXX20Designator]>; 194 def GNUDesignator : DiagGroup<"gnu-designator">; 360 : DiagGroup<"incompatible-pointer-types-discards-qualifiers">; 362 : DiagGroup<"incompatible-function-pointer-types">; 364 : DiagGroup<"incompatible-pointer-types", 411 def MismatchedParameterTypes : DiagGroup<"mismatched-parameter-types">; 412 def MismatchedReturnTypes : DiagGroup<"mismatched-return-types">; [all …]
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 190 def CXX20Designator : DiagGroup<"c++20-designator">; 191 // Allow -Wno-c99-designator to be used to turn off all warnings on valid C99 192 // designators (including the warning controlled by -Wc++20-designator). 193 def C99Designator : DiagGroup<"c99-designator", [CXX20Designator]>; 194 def GNUDesignator : DiagGroup<"gnu-designator">; 360 : DiagGroup<"incompatible-pointer-types-discards-qualifiers">; 362 : DiagGroup<"incompatible-function-pointer-types">; 364 : DiagGroup<"incompatible-pointer-types", 411 def MismatchedParameterTypes : DiagGroup<"mismatched-parameter-types">; 412 def MismatchedReturnTypes : DiagGroup<"mismatched-return-types">; [all …]
|
/dports/lang/abcl/abcl-src-1.8.0/doc/asdf/ |
H A D | asdf.aux | 65 @xrdef{rule-system-designator-title}{The defsystem grammar} 66 @xrdef{rule-system-designator-snt}{} 69 @xrdef{rule-system-designator-pg}{16} 154 @xrdef{Component types-title}{Component types} 155 @xrdef{Component types-snt}{} 161 @xrdef{Component types-pg}{22} 229 @xrdef{Creating new component types-title}{Creating new component types} 230 @xrdef{Creating new component types-snt}{Section@tie 7.2.3} 233 @xrdef{Creating new component types-pg}{44}
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/gn/standalone/ |
H A D | BUILD.gn | 25 "-Wno-c99-designator", 265 # This config is only added to certain leaf target types (see BUILDCONFIG.gn).
|