Home
last modified time | relevance | path

Searched refs:curType (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluVarTypeUtil.cpp107 VarType curType = getVarType(type, path); in parseTypePath() local
113 TCU_CHECK_MSG(curType.isStructType(), "Invalid field selector"); in parseTypePath()
118 for (; ndx < curType.getStructPtr()->getNumMembers(); ndx++) in parseTypePath()
120 if (memberName == curType.getStructPtr()->getMember(ndx).getName()) in parseTypePath()
135 if (curType.isArrayType()) in parseTypePath()
137 TCU_CHECK(de::inBounds(ndx, 0, curType.getArraySize())); in parseTypePath()
140 else if (curType.isBasicType() && isDataTypeMatrix(curType.getBasicType())) in parseTypePath()
145 else if (curType.isBasicType() && isDataTypeVector(curType.getBasicType())) in parseTypePath()
164 const VarType* curType = &format.type; in operator <<() local
171 curType = &curType->getElementType(); // Update current type. in operator <<()
[all …]
H A DgluVarTypeUtil.hpp288 if (IsExpanded()(curType)) in findNext()
292 if (curType.isBasicType()) in findNext()
303 else if (curType.isArrayType()) in findNext()
315 const VarType* curType = &type; in isValidTypePath() local
326 curType = &curType->getStructPtr()->getMember(pathIter->index).getType(); in isValidTypePath()
330 …if (!curType->isArrayType() || (curType->getArraySize() != VarType::UNSIZED_ARRAY && !de::inBounds… in isValidTypePath()
333 curType = &curType->getElementType(); in isValidTypePath()
346 if (!curType->isBasicType()) in isValidTypePath()
385 curType = &curType->getStructPtr()->getMember(pathIter->index).getType(); in getVarType()
387 curType = &curType->getElementType(); in getVarType()
[all …]
H A DgluVarType.cpp361 const VarType* curType = &type; in operator <<() local
365 while (curType->isArrayType()) in operator <<()
367 arraySizes.push_back(curType->getArraySize()); in operator <<()
368 curType = &curType->getElementType(); in operator <<()
371 if (curType->isBasicType()) in operator <<()
373 …if (curType->getPrecision() != PRECISION_LAST && !glu::isDataTypeFloat16OrVec(curType->getBasicTyp… in operator <<()
374 str << glu::getPrecisionName(curType->getPrecision()) << " "; in operator <<()
375 str << glu::getDataTypeName(curType->getBasicType()); in operator <<()
377 else if (curType->isStructType()) in operator <<()
379 const StructType* structPtr = curType->getStructPtr(); in operator <<()
/dports/cad/magic/magic-8.3.245/router/
H A DrtrPaint.c106 TileType curType, nextType; local
125 curType = TT_SPACE;
161 if (nextType != curType)
163 if (curType != TT_SPACE)
190 curType = nextType;
197 if (curType != TT_SPACE)
249 curType = TT_SPACE;
271 if (nextType != curType)
273 if (curType != TT_SPACE)
297 curType = nextType;
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/common/
H A DContentSpecNode.cpp97 switch(curType & 0x0f) in formatNode()
118 formatNode(first, curType, bufToFill); in formatNode()
127 formatNode(first, curType, bufToFill); in formatNode()
136 formatNode(first, curType, bufToFill); in formatNode()
143 if ((parentType & 0x0f) != (curType & 0x0f)) in formatNode()
145 formatNode(first, curType, bufToFill); in formatNode()
149 formatNode(second, curType, bufToFill); in formatNode()
158 formatNode(first, curType, bufToFill); in formatNode()
162 formatNode(second, curType, bufToFill); in formatNode()
176 formatNode(first, curType, bufToFill); in formatNode()
[all …]
H A DMixedContentModel.cpp392 const ContentSpecNode::NodeTypes curType = curNode->getType(); in buildChildList() local
395 if ((curType == ContentSpecNode::Leaf) || in buildChildList()
396 (curType == ContentSpecNode::Any) || in buildChildList()
397 (curType == ContentSpecNode::Any_Other) || in buildChildList()
398 (curType == ContentSpecNode::Any_NS) ) in buildChildList()
401 toType.addElement(curType); in buildChildList()
410 if (((curType & 0x0f) == ContentSpecNode::Choice) in buildChildList()
411 || ((curType & 0x0f) == ContentSpecNode::Sequence)) in buildChildList()
420 else if ((curType == ContentSpecNode::OneOrMore) in buildChildList()
421 || (curType == ContentSpecNode::ZeroOrOne) in buildChildList()
[all …]
H A DDFAContentModel.cpp1279 if ((curType & 0x0f) == ContentSpecNode::Any in countLeafNodes()
1281 || (curType & 0x0f) == ContentSpecNode::Any_NS in countLeafNodes()
1282 || curType == ContentSpecNode::Leaf in countLeafNodes()
1283 || curType == ContentSpecNode::Loop) in countLeafNodes()
1328 if ((curType & 0x0f) == ContentSpecNode::Any in buildSyntaxTree()
1334 curType in buildSyntaxTree()
1354 fLeafListType[curIndex] = curType; in buildSyntaxTree()
1357 else if (curType == ContentSpecNode::Leaf) in buildSyntaxTree()
1382 else if (curType == ContentSpecNode::Loop) in buildSyntaxTree()
1497 curType in buildSyntaxTree()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/debugger/
H A Ddbgstub.c80 int curType = TYPE_UNKNOWN; in dbgrI_find_type() local
83 curType = TYPE_MPIR_COMM; in dbgrI_find_type()
87 curType = TYPE_MPIDI_REQUEST; in dbgrI_find_type()
93 curType = TYPE_MPIR_REQUEST; in dbgrI_find_type()
95 curType = TYPE_MPIR_SENDQ; in dbgrI_find_type()
98 curType = TYPE_MPIDIG_RREQ_T; in dbgrI_find_type()
102 curType = TYPE_MPIDIG_REQ_T; in dbgrI_find_type()
104 curType = TYPE_MPIDIG_COMM_T; in dbgrI_find_type()
107 curType = TYPE_UNKNOWN; in dbgrI_find_type()
116 int curType = *(int *) type; in dbgrI_field_offset() local
[all …]
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/common/
H A DContentSpecNode.cpp161 switch(curType & 0x0f) in formatNode()
186 toBeProcessed.push(formatNodeHolder(first, curType, 0)); in formatNode()
196 toBeProcessed.push(formatNodeHolder(first, curType, 0)); in formatNode()
206 toBeProcessed.push(formatNodeHolder(first, curType, 0)); in formatNode()
210 if ((parentType & 0x0f) != (curType & 0x0f)) in formatNode()
213 if ((parentType & 0x0f) != (curType & 0x0f)) in formatNode()
220 toBeProcessed.push(formatNodeHolder(first, curType, 0)); in formatNode()
224 if ((parentType & 0x0f) != (curType & 0x0f)) in formatNode()
227 if ((parentType & 0x0f) != (curType & 0x0f)) in formatNode()
238 if ((parentType & 0x0f) != (curType & 0x0f)) in formatNode()
[all …]
H A DMixedContentModel.cpp392 const ContentSpecNode::NodeTypes curType = curNode->getType(); in buildChildList() local
395 if ((curType == ContentSpecNode::Leaf) || in buildChildList()
396 (curType == ContentSpecNode::Any) || in buildChildList()
397 (curType == ContentSpecNode::Any_Other) || in buildChildList()
398 (curType == ContentSpecNode::Any_NS) ) in buildChildList()
401 toType.addElement(curType); in buildChildList()
410 if (((curType & 0x0f) == ContentSpecNode::Choice) in buildChildList()
411 || ((curType & 0x0f) == ContentSpecNode::Sequence)) in buildChildList()
420 else if ((curType == ContentSpecNode::OneOrMore) in buildChildList()
421 || (curType == ContentSpecNode::ZeroOrOne) in buildChildList()
[all …]
H A DDFAContentModel.cpp1279 if ((curType & 0x0f) == ContentSpecNode::Any in countLeafNodes()
1281 || (curType & 0x0f) == ContentSpecNode::Any_NS in countLeafNodes()
1282 || curType == ContentSpecNode::Leaf in countLeafNodes()
1283 || curType == ContentSpecNode::Loop) in countLeafNodes()
1328 if ((curType & 0x0f) == ContentSpecNode::Any in buildSyntaxTree()
1334 curType in buildSyntaxTree()
1354 fLeafListType[curIndex] = curType; in buildSyntaxTree()
1357 else if (curType == ContentSpecNode::Leaf) in buildSyntaxTree()
1382 else if (curType == ContentSpecNode::Loop) in buildSyntaxTree()
1497 curType in buildSyntaxTree()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpi/debugger/
H A Ddbgstub.c65 int curType = TYPE_UNKNOWN; in dbgrI_find_type() local
68 curType = TYPE_MPID_COMM; in dbgrI_find_type()
71 curType = TYPE_MPIR_COMM_LIST; in dbgrI_find_type()
74 curType = TYPE_MPIDI_REQUEST; in dbgrI_find_type()
77 curType = TYPE_MPIDI_MESSAGE_MATCH; in dbgrI_find_type()
80 curType = TYPE_MPIDI_MESSAGE_MATCH_PARTS; in dbgrI_find_type()
83 curType = TYPE_MPID_REQUEST; in dbgrI_find_type()
86 curType = TYPE_MPIR_SENDQ; in dbgrI_find_type()
89 curType = TYPE_UNKNOWN; in dbgrI_find_type()
98 int curType = *(int*)type; in dbgrI_field_offset() local
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/common/parser/
H A DSentenceImplementation.java537 final ExpressionType curType = curr.getType(); in mergeTwoWordExpressions() local
540 if ((curType != null) && curType.isConditional()) { in mergeTwoWordExpressions()
544 if ((curType != null) && (nextType != null)) { in mergeTwoWordExpressions()
564 else if (curType.isVerb() && nextType.isVerb()) { in mergeTwoWordExpressions()
600 if ((curType != null) && isIgnorable(curr)) { in mergeTwoWordExpressions()
611 } else if (curType != null) { in mergeTwoWordExpressions()
612 if (curType.isVerb()) { in mergeTwoWordExpressions()
614 } else if (curType.isSubject()) { in mergeTwoWordExpressions()
647 …final boolean currIsSubjObj = curType.isObject() || (curType.isSubject() && !curType.isPronoun() &… in isCompoundNoun()
654 else if (curType.isAdjective()) { in isCompoundNoun()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Common/
H A DCastingHelper.cs318 TypeDesc curType = thisType; in CanCastToClass()
320 if (curType.IsInterface && otherType.IsObject) in CanCastToClass()
326 if (curType.HasVariance) in CanCastToClass()
331 if (curType == otherType) in CanCastToClass()
336 if (curType.CanCastByVarianceToInterfaceOrDelegate(otherType, protect)) in CanCastToClass()
341 curType = curType.BaseType; in CanCastToClass()
343 while (curType != null); in CanCastToClass()
355 if (otherType.IsNullable && !curType.IsNullable) in CanCastToClass()
362 if (curType == otherType) in CanCastToClass()
365 curType = curType.BaseType; in CanCastToClass()
[all …]
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dtextanalysis.cpp235 int curType = -1; in needCount() local
243 curType = 2; in needCount()
246 curType = 2; in needCount()
268 curType = 1; in needCount()
270 curType = 0; in needCount()
288 lastWords[curType].append(curWord); in needCount()
291 sentenceLengths[curType] -= lastWords[curType].first().size() + 1; in needCount()
292 lastWords[curType].removeFirst(); in needCount()
300 maps[curType][0][curWord] = maps[curType][0][curWord] + 1; in needCount()
301 if (inSelection) maps[curType][1][curWord] = maps[curType][1][curWord] + 1; in needCount()
[all …]
/dports/net-p2p/amule/aMule-2.3.3/src/libs/common/
H A DStringFunctions.cpp171 ECharType curType = ECTNone; in GetNextField() local
176 if (curType == ECTText) { in GetNextField()
180 curType = ECTInteger; in GetNextField()
183 if (curType == ECTNone) { in GetNextField()
189 if (curType == ECTInteger) { in GetNextField()
193 curType = ECTText; in GetNextField()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/libs/common/
H A DStringFunctions.cpp171 ECharType curType = ECTNone; in GetNextField() local
176 if (curType == ECTText) { in GetNextField()
180 curType = ECTInteger; in GetNextField()
183 if (curType == ECTNone) { in GetNextField()
189 if (curType == ECTInteger) { in GetNextField()
193 curType = ECTText; in GetNextField()
/dports/japanese/plain2/plain2-2.54p1.orig/src/
H A Dlist.c21 int indent, l, curType, curHint; local
26 curType = texts[begin]->listType;
47 if (((curType == L_SALPHA
49 || (curType == L_LALPHA
57 if ((texts[l]->listType == curType || romanInAlpha)
60 if (curType <= L_ENUM_MAX
79 else if (curType != texts[l]->listType
124 && curType <= L_ENUM_MAX
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicTypeDataBase.java219 Type curType = type; in addressTypeIsEqualToType() local
222 while (curType != null) { in addressTypeIsEqualToType()
232 long offset = curType.getSize(); in addressTypeIsEqualToType()
251 curType = curType.getSuperclass(); in addressTypeIsEqualToType()
451 Type curType = (Type) nameToTypeMap.get(type.getName()); in removeType() local
452 if (curType == null) { in removeType()
456 if (!curType.equals(type)) { in removeType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicTypeDataBase.java219 Type curType = type; in addressTypeIsEqualToType() local
222 while (curType != null) { in addressTypeIsEqualToType()
232 long offset = curType.getSize(); in addressTypeIsEqualToType()
251 curType = curType.getSuperclass(); in addressTypeIsEqualToType()
451 Type curType = (Type) nameToTypeMap.get(type.getName()); in removeType() local
452 if (curType == null) { in removeType()
456 if (!curType.equals(type)) { in removeType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicTypeDataBase.java219 Type curType = type; in addressTypeIsEqualToType() local
222 while (curType != null) { in addressTypeIsEqualToType()
232 long offset = curType.getSize(); in addressTypeIsEqualToType()
251 curType = curType.getSuperclass(); in addressTypeIsEqualToType()
451 Type curType = (Type) nameToTypeMap.get(type.getName()); in removeType() local
452 if (curType == null) { in removeType()
456 if (!curType.equals(type)) { in removeType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicTypeDataBase.java219 Type curType = type; in addressTypeIsEqualToType() local
222 while (curType != null) { in addressTypeIsEqualToType()
232 long offset = curType.getSize(); in addressTypeIsEqualToType()
251 curType = curType.getSuperclass(); in addressTypeIsEqualToType()
451 Type curType = (Type) nameToTypeMap.get(type.getName()); in removeType() local
452 if (curType == null) { in removeType()
456 if (!curType.equals(type)) { in removeType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicTypeDataBase.java219 Type curType = type; in addressTypeIsEqualToType() local
222 while (curType != null) { in addressTypeIsEqualToType()
232 long offset = curType.getSize(); in addressTypeIsEqualToType()
251 curType = curType.getSuperclass(); in addressTypeIsEqualToType()
451 Type curType = (Type) nameToTypeMap.get(type.getName()); in removeType() local
452 if (curType == null) { in removeType()
456 if (!curType.equals(type)) { in removeType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicTypeDataBase.java219 Type curType = type; in addressTypeIsEqualToType() local
222 while (curType != null) { in addressTypeIsEqualToType()
232 long offset = curType.getSize(); in addressTypeIsEqualToType()
251 curType = curType.getSuperclass(); in addressTypeIsEqualToType()
451 Type curType = (Type) nameToTypeMap.get(type.getName()); in removeType() local
452 if (curType == null) { in removeType()
456 if (!curType.equals(type)) { in removeType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicTypeDataBase.java219 Type curType = type; in addressTypeIsEqualToType() local
222 while (curType != null) { in addressTypeIsEqualToType()
232 long offset = curType.getSize(); in addressTypeIsEqualToType()
251 curType = curType.getSuperclass(); in addressTypeIsEqualToType()
451 Type curType = (Type) nameToTypeMap.get(type.getName()); in removeType() local
452 if (curType == null) { in removeType()
456 if (!curType.equals(type)) { in removeType()

1234567891011