Home
last modified time | relevance | path

Searched refs:lastType (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/dports/net/openmpi3/openmpi-3.1.6/ompi/datatype/
H A Dompi_datatype_create_struct.c35 ompi_datatype_t *pdt, *lastType; in ompi_datatype_create_struct() local
48 lastType = (ompi_datatype_t*)pTypes[start_from]; in ompi_datatype_create_struct()
50 lastExtent = lastType->super.ub - lastType->super.lb; in ompi_datatype_create_struct()
59 disp += lastType->super.desc.used; in ompi_datatype_create_struct()
61 lastType = (ompi_datatype_t*)pTypes[i]; in ompi_datatype_create_struct()
62 lastExtent = lastType->super.ub - lastType->super.lb; in ompi_datatype_create_struct()
68 disp += lastType->super.desc.used; in ompi_datatype_create_struct()
71 lastType = (ompi_datatype_t*)pTypes[start_from]; in ompi_datatype_create_struct()
73 lastExtent = lastType->super.ub - lastType->super.lb; in ompi_datatype_create_struct()
86 lastType = (ompi_datatype_t*)pTypes[i]; in ompi_datatype_create_struct()
[all …]
H A Dompi_datatype_create_darray.c185 ompi_datatype_t *lastType; in ompi_datatype_create_darray() local
221 rc = ompi_datatype_duplicate(oldtype, &lastType); in ompi_datatype_create_darray()
239 lastType, newtype, st_offsets+i); in ompi_datatype_create_darray()
244 lastType, newtype, st_offsets+i); in ompi_datatype_create_darray()
256 lastType, newtype, st_offsets+i); in ompi_datatype_create_darray()
261 ompi_datatype_destroy(&lastType); in ompi_datatype_create_darray()
265 lastType = *newtype; in ompi_datatype_create_darray()
283 *newtype = ompi_datatype_create(lastType->super.desc.used); in ompi_datatype_create_darray()
284 rc = ompi_datatype_add(*newtype, lastType, 1, displs[0], displs[1]); in ompi_datatype_create_darray()
285 ompi_datatype_destroy(&lastType); in ompi_datatype_create_darray()
/dports/net/openmpi/openmpi-4.1.1/ompi/datatype/
H A Dompi_datatype_create_struct.c35 ompi_datatype_t *pdt, *lastType; in ompi_datatype_create_struct() local
48 lastType = (ompi_datatype_t*)pTypes[start_from]; in ompi_datatype_create_struct()
50 lastExtent = lastType->super.ub - lastType->super.lb; in ompi_datatype_create_struct()
59 disp += lastType->super.desc.used; in ompi_datatype_create_struct()
61 lastType = (ompi_datatype_t*)pTypes[i]; in ompi_datatype_create_struct()
62 lastExtent = lastType->super.ub - lastType->super.lb; in ompi_datatype_create_struct()
68 disp += lastType->super.desc.used; in ompi_datatype_create_struct()
71 lastType = (ompi_datatype_t*)pTypes[start_from]; in ompi_datatype_create_struct()
73 lastExtent = lastType->super.ub - lastType->super.lb; in ompi_datatype_create_struct()
86 lastType = (ompi_datatype_t*)pTypes[i]; in ompi_datatype_create_struct()
[all …]
H A Dompi_datatype_create_darray.c185 ompi_datatype_t *lastType; in ompi_datatype_create_darray() local
221 rc = ompi_datatype_duplicate(oldtype, &lastType); in ompi_datatype_create_darray()
239 lastType, newtype, st_offsets+i); in ompi_datatype_create_darray()
244 lastType, newtype, st_offsets+i); in ompi_datatype_create_darray()
256 lastType, newtype, st_offsets+i); in ompi_datatype_create_darray()
261 ompi_datatype_destroy(&lastType); in ompi_datatype_create_darray()
265 lastType = *newtype; in ompi_datatype_create_darray()
283 *newtype = ompi_datatype_create(lastType->super.desc.used); in ompi_datatype_create_darray()
284 rc = ompi_datatype_add(*newtype, lastType, 1, displs[0], displs[1]); in ompi_datatype_create_darray()
285 ompi_datatype_destroy(&lastType); in ompi_datatype_create_darray()
/dports/devel/liteide/liteide-x37.4/liteidex/src/utils/golangapi/
H A Dgolangapi.cpp94 Type *lastType = 0; in loadStream() local
114 lastType = 0; in loadStream()
149 if (lastType == 0 || lastType->name != typeName || lastType->typ == StructApi) { in loadStream()
151 if (!lastType) { in loadStream()
172 if (!lastType) { in loadStream()
180 … if (lastType == 0 || lastType->name != typeName || lastType->typ == StructApi) { in loadStream()
182 if (!lastType) { in loadStream()
199 if (!lastType) { in loadStream()
207 … if (lastType == 0 || lastType->name != typeName || lastType->typ == StructApi) { in loadStream()
209 if (!lastType) { in loadStream()
[all …]
/dports/graphics/pixie/Pixie/src/gui/
H A Dopengl.cpp159 int lastType = -1; in pglFile() local
169 if (lastType != i) { in pglFile()
170 if (lastType != -1) glEnd(); in pglFile()
171 lastType = i; in pglFile()
181 if (lastType != i) { in pglFile()
183 lastType = i; in pglFile()
195 if (lastType != i) { in pglFile()
197 lastType = i; in pglFile()
211 if (lastType != i) { in pglFile()
213 lastType = i; in pglFile()
[all …]
/dports/devel/kdev-python/kdev-python-21.12.3/duchain/
H A Dexpressionvisitor.cpp111 if ( ! v.isAlias() && v.lastType() ) { in visitCall()
262 if ( ! v.lastType() ) { in docstringTypeOverride()
397 type->setReturnType(lastType()); in visitLambda()
437 if ( v.lastType() ) { in visitDictionaryComprehension()
442 if ( k.lastType() ) { in visitDictionaryComprehension()
463 if ( v.lastType() ) { in visitSetComprehension()
481 if ( v.lastType() ) { in visitListComprehension()
507 type->addEntry(v.lastType()); in visitTuple()
711 if ( lhsVisitor.lastType() && lhsVisitor.lastType()->whichType() == AbstractType::TypeUnsure ) { in visitBinaryOperation()
719 … result = fromBinaryOperator(lhsVisitor.lastType(), rhsVisitor.lastType(), node->methodName()); in visitBinaryOperation()
[all …]
/dports/net/openmpi/openmpi-4.1.1/test/datatype/
H A Dopal_ddt_lib.c371 opal_datatype_t *pdt, *lastType; in opal_datatype_create_struct() local
382 lastType = (opal_datatype_t*)pTypes[0]; in opal_datatype_create_struct()
384 lastExtent = lastType->ub - lastType->lb; in opal_datatype_create_struct()
393 disp += lastType->desc.used; in opal_datatype_create_struct()
395 lastType = (opal_datatype_t*)pTypes[i]; in opal_datatype_create_struct()
396 lastExtent = lastType->ub - lastType->lb; in opal_datatype_create_struct()
402 disp += lastType->desc.used; in opal_datatype_create_struct()
405 lastType = (opal_datatype_t*)pTypes[0]; in opal_datatype_create_struct()
407 lastExtent = lastType->ub - lastType->lb; in opal_datatype_create_struct()
420 lastType = (opal_datatype_t*)pTypes[i]; in opal_datatype_create_struct()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DAbstractExtendedComplexTypeBuilder.java175 XSComplexType lastType = getLastRestrictedType(baseType); in checkIfExtensionSafe() local
177 if (lastType == null) { in checkIfExtensionSafe()
191 while (lastType != lastType.getBaseType()) { in checkIfExtensionSafe()
192 if (checkCollision(anc, enc, lastType)) { in checkIfExtensionSafe()
196 … if (lastType.getBaseType().isSimpleType()) // if the base type is a simple type, there won't be in checkIfExtensionSafe()
202 lastType = lastType.getBaseType().asComplexType(); in checkIfExtensionSafe()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DAbstractExtendedComplexTypeBuilder.java175 XSComplexType lastType = getLastRestrictedType(baseType); in checkIfExtensionSafe() local
177 if (lastType == null) { in checkIfExtensionSafe()
191 while (lastType != lastType.getBaseType()) { in checkIfExtensionSafe()
192 if (checkCollision(anc, enc, lastType)) { in checkIfExtensionSafe()
196 … if (lastType.getBaseType().isSimpleType()) // if the base type is a simple type, there won't be in checkIfExtensionSafe()
202 lastType = lastType.getBaseType().asComplexType(); in checkIfExtensionSafe()
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/pens/
H A DreverseContourPen.py58 lastType, lastPts = contour[-1]
66 contour[-1] = (lastType,
73 secondType, secondPts = lastType, lastPts
81 contour[-1] = (lastType,
86 contour[-1] = (lastType, tuple(lastPts[:-1]) + (firstOnCurve,))
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/pens/
H A DreverseContourPen.py60 lastType, lastPts = contour[-1]
68 contour[-1] = (lastType,
75 secondType, secondPts = lastType, lastPts
83 contour[-1] = (lastType,
88 contour[-1] = (lastType, tuple(lastPts[:-1]) + (firstOnCurve,))
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/predis/predis/src/Command/
H A DZSetRange.php35 $lastType = gettype($arguments[3]);
37 if ($lastType === 'string' && strtoupper($arguments[3]) === 'WITHSCORES') {
40 $lastType = 'array';
43 if ($lastType === 'array') {
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/predis/predis/src/Command/
H A DZSetRange.php35 $lastType = gettype($arguments[3]);
37 if ($lastType === 'string' && strtoupper($arguments[3]) === 'WITHSCORES') {
40 $lastType = 'array';
43 if ($lastType === 'array') {
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Command/
H A DZSetRange.php35 $lastType = gettype($arguments[3]);
37 if ($lastType === 'string' && strtoupper($arguments[3]) === 'WITHSCORES') {
40 $lastType = 'array';
43 if ($lastType === 'array') {
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Command/
H A DZSetRange.php35 $lastType = gettype($arguments[3]);
37 if ($lastType === 'string' && strtoupper($arguments[3]) === 'WITHSCORES') {
40 $lastType = 'array';
43 if ($lastType === 'array') {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DRecoveredUnit.java179 RecoveredType lastType = this.types[this.typeCount-1]; in add() local
180 lastType.bodyEnd = 0; // reopen type in add()
181 lastType.typeDeclaration.bodyEnd = 0; // reopen type in add()
182 lastType.typeDeclaration.declarationSourceEnd = 0; // reopen type in add()
183 lastType.bracketBalance++; // expect one closing brace in add()
187 return lastType.add(typeDeclaration, bracketBalanceValue); in add()
245 TypeDeclaration lastType = this.types[this.typeCount - 1].typeDeclaration; in getLastStart() local
246 if (lastTypeStart < lastType.declarationSourceStart && lastType.declarationSourceStart != 0) { in getLastStart()
247 lastTypeStart = lastType.declarationSourceStart; in getLastStart()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/tools/pas2c/
H A DPas2C.hs43 lastType :: BaseType, function
164 lastType = lastType s function
334 lt <- gets lastType
355 lt <- gets lastType
493 t'<- gets lastType
507 t' <- gets lastType
685 t <- gets lastType
704 t <- gets lastType
831 t <- gets lastType
916 t <- gets lastType
[all …]
/dports/games/hedgewars/hedgewars-src-1.0.0/tools/pas2c/
H A DPas2C.hs43 lastType :: BaseType, function
164 lastType = lastType s function
334 lt <- gets lastType
355 lt <- gets lastType
493 t'<- gets lastType
507 t' <- gets lastType
685 t <- gets lastType
704 t <- gets lastType
831 t <- gets lastType
916 t <- gets lastType
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dserveridentity.cs56 LastCalledType lastType = _lastCalledType; in GetLastCalledType()
57 if (lastType == null) in GetLastCalledType()
60 String typeName = lastType.typeName; in GetLastCalledType()
61 Type t = lastType.type; in GetLastCalledType()
74 LastCalledType lastType = new LastCalledType(); in SetLastCalledType()
75 lastType.typeName = newTypeName; in SetLastCalledType()
76 lastType.type = newType; in SetLastCalledType()
78 _lastCalledType = lastType; in SetLastCalledType()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dsdisplay.c82 Uint2 lastType; in AddASequenceToPicture() local
99 lastType = 0; in AddASequenceToPicture()
130 if (lastType != inp->thistype || type == NULL) { in AddASequenceToPicture()
131 lastType = inp->thistype; in AddASequenceToPicture()
132 type = CreateSegment (lptr->pict, lastType, 0); in AddASequenceToPicture()
155 if (lastType != OBJ_BIOSEQ || type == NULL) { in AddASequenceToPicture()
156 lastType = OBJ_BIOSEQ; in AddASequenceToPicture()
157 type = CreateSegment (lptr->pict, lastType, 0); in AddASequenceToPicture()
171 if (lastType != OBJ_BIOSEQ || type == NULL) { in AddASequenceToPicture()
172 lastType = OBJ_BIOSEQ; in AddASequenceToPicture()
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/_libs/src/ujson/lib/
H A Dultrajsondec.c65 int lastType; member
196 ds->lastType = JT_INT; in decode_numeric()
246 ds->lastType = JT_DOUBLE; in decode_numeric()
296 ds->lastType = JT_NULL; in decode_numeric()
316 ds->lastType = JT_POS_INF; in decode_numeric()
335 ds->lastType = JT_DOUBLE; in decode_numeric()
351 ds->lastType = JT_TRUE; in decode_true()
368 ds->lastType = JT_FALSE; in decode_false()
384 ds->lastType = JT_NULL; in decode_null()
690 ds->lastType = JT_INVALID; in decode_string()
[all …]
/dports/devel/kdev-php/kdev-php-21.12.3/duchain/builders/
H A Dusebuilder.cpp247 void UseBuilder::buildNamespaceUses(NamespacedIdentifierAst* node, DeclarationType lastType) in buildNamespaceUses() argument
249 …QualifiedIdentifier identifier = identifierForNamespace(node, m_editor, lastType == ConstantDeclar… in buildNamespaceUses()
254 DeclarationPointer tempDec = findDeclarationImport(lastType, identifier); in buildNamespaceUses()
263 tempDec = findDeclarationImport(lastType, identifier); in buildNamespaceUses()
286 findDeclarationImport(lastType, identifier), in buildNamespaceUses()
287 lastType == ClassDeclarationType || lastType == ConstantDeclarationType in buildNamespaceUses()
288 || lastType == FunctionDeclarationType || lastType == NamespaceDeclarationType); in buildNamespaceUses()
/dports/net/openmpi3/openmpi-3.1.6/test/datatype/
H A Dopal_ddt_lib.c371 opal_datatype_t *pdt, *lastType; in opal_datatype_create_struct() local
382 lastType = (opal_datatype_t*)pTypes[0]; in opal_datatype_create_struct()
384 lastExtent = lastType->ub - lastType->lb; in opal_datatype_create_struct()
393 disp += lastType->desc.used; in opal_datatype_create_struct()
395 lastType = (opal_datatype_t*)pTypes[i]; in opal_datatype_create_struct()
396 lastExtent = lastType->ub - lastType->lb; in opal_datatype_create_struct()
402 disp += lastType->desc.used; in opal_datatype_create_struct()
405 lastType = (opal_datatype_t*)pTypes[0]; in opal_datatype_create_struct()
407 lastExtent = lastType->ub - lastType->lb; in opal_datatype_create_struct()
420 lastType = (opal_datatype_t*)pTypes[i]; in opal_datatype_create_struct()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gopkg.in/DataDog/dd-trace-go.v1/contrib/k8s.io/client-go/kubernetes/
H A Dkubernetes.go76 var lastType string
82 lastType = str
83 out.WriteString(lastType)
86 out.WriteString(typeToPlaceholder(lastType))

12345678910>>...30