Home
last modified time | relevance | path

Searched refs:coreIndex (Results 1 – 25 of 88) sorted by relevance

1234

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/SpuTest/
H A DTest.cpp32 uint32 CTest::GetCoreRegister(unsigned int coreIndex, uint32 address) in GetCoreRegister() argument
34 assert(coreIndex == 0); in GetCoreRegister()
38 void CTest::SetCoreRegister(unsigned int coreIndex, uint32 address, uint32 value) in SetCoreRegister() argument
40 assert(coreIndex == 0); in SetCoreRegister()
44 uint32 CTest::GetCoreAddress(unsigned int coreIndex, uint32 registerAddress) in GetCoreAddress() argument
47 uint32 addrHi = GetCoreRegister(coreIndex, registerAddress + 0); in GetCoreAddress()
48 uint32 addrLo = GetCoreRegister(coreIndex, registerAddress + 2); in GetCoreAddress()
56 SetCoreRegister(coreIndex, registerAddress + 2, (targetAddress >> 1) & 0xFFFE); in SetCoreAddress()
62 SetCoreRegister(coreIndex, voiceAddress, value); in SetVoiceRegister()
68 return GetCoreAddress(coreIndex, voiceAddress); in GetVoiceAddress()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmldata_p.h375 Q_ASSERT(coreIndex >= 0); in hasBindingBit()
376 Q_ASSERT(coreIndex <= 0xffff); in hasBindingBit()
383 Q_ASSERT(coreIndex >= 0); in setBindingBit()
384 Q_ASSERT(coreIndex <= 0xffff); in setBindingBit()
385 setBit(obj, coreIndex * 2); in setBindingBit()
390 Q_ASSERT(coreIndex >= 0); in clearBindingBit()
392 clearBit(coreIndex * 2); in clearBindingBit()
397 Q_ASSERT(coreIndex >= 0); in hasPendingBindingBit()
405 Q_ASSERT(coreIndex >= 0); in setPendingBindingBit()
412 Q_ASSERT(coreIndex >= 0); in clearPendingBindingBit()
[all …]
H A Dqqmlpropertyindex_p.h73 explicit QQmlPropertyIndex(int coreIndex) in QQmlPropertyIndex() argument
74 { index = encode(coreIndex, -1); } in QQmlPropertyIndex()
76 explicit QQmlPropertyIndex(int coreIndex, int valueTypeIndex) in QQmlPropertyIndex() argument
77 : index(encode(coreIndex, valueTypeIndex)) in QQmlPropertyIndex()
83 int coreIndex() const in coreIndex() function
117 static qint32 encode(int coreIndex, int valueTypeIndex) in encode() argument
119 Q_ASSERT(coreIndex >= -1); in encode()
120 Q_ASSERT(coreIndex <= 0xffff); in encode()
124 if (coreIndex == -1) in encode()
127 return coreIndex | ((valueTypeIndex + 1) << 16); in encode()
H A Dqqmlabstractbinding.cpp81 int coreIndex = targetPropertyIndex().coreIndex(); in addToObject() local
87 if (data->hasBindingBit(coreIndex)) { in addToObject()
89 while (b && (b->targetPropertyIndex().coreIndex() != coreIndex || in addToObject()
97 proxy = new QQmlValueTypeProxyBinding(obj, QQmlPropertyIndex(coreIndex)); in addToObject()
99 Q_ASSERT(proxy->targetPropertyIndex().coreIndex() == coreIndex); in addToObject()
118 data->setBindingBit(obj, coreIndex); in addToObject()
142 int coreIndex = targetPropertyIndex().coreIndex(); in removeFromObject() local
147 while (vtbinding && (vtbinding->targetPropertyIndex().coreIndex() != coreIndex || in removeFromObject()
189 data->clearBindingBit(coreIndex); in removeFromObject()
H A Dqqmlproperty.cpp524 d->core.coreIndex() == other.d->core.coreIndex() && in operator ==()
525 d->valueTypeData.coreIndex() == other.d->valueTypeData.coreIndex(); in operator ==()
733 QQmlPropertyIndex thatIndex(that.d->core.coreIndex(), that.d->valueTypeData.coreIndex()); in binding()
768 int coreIndex = index.coreIndex(); in removeOldBinding() local
779 while (oldBinding && (oldBinding->targetPropertyIndex().coreIndex() != coreIndex || in removeOldBinding()
829 const int coreIndex = index.coreIndex(); in binding() local
832 if (coreIndex < 0 || !data->hasBindingBit(coreIndex)) in binding()
836 while (binding && (binding->targetPropertyIndex().coreIndex() != coreIndex || in binding()
855 int coreIndex = bindingIndex.coreIndex(); in findAliasTarget() local
895 int coreIndex = index.coreIndex(); in setBinding() local
[all …]
H A Dqqmlobjectcreator.cpp417 _vmeMetaObject->setVMEProperty(property->coreIndex(), s); in setPropertyValue()
747 bindingSkipList |= (1 << property->coreIndex()); in setupBindings()
765 …lPropertyIndex originalIndex(targetProperty->coreIndex(), _valueTypeProperty ? _valueTypeProperty-… in setupBindings()
770 targetProperty = data->propertyCache->property(propIndex.coreIndex()); in setupBindings()
788 if (property->coreIndex() != currentListPropertyIndex) { in setupBindings()
791 currentListPropertyIndex = property->coreIndex(); in setupBindings()
871 valueType->read(_qobject, bindingProperty->coreIndex()); in setPropertyBinding()
983 …PropertyIndex originalIndex(bindingProperty->coreIndex(), _valueTypeProperty ? _valueTypeProperty-… in setPropertyBinding()
1131 _vmeMetaObject->setVmeMethod(property->coreIndex(), function); in setupFunctions()
1393 data->clearPendingBindingBit(b->targetPropertyIndex().coreIndex()); in finalize()
[all …]
H A Dqqmlpropertydata_p.h222 bool isValid() const { return coreIndex() != -1; } in isValid()
285 int coreIndex() const { return m_coreIndex; } in coreIndex() function
365 target->qt_metacall(QMetaObject::ReadProperty, coreIndex(), args); in readPropertyWithArgs()
367 QMetaObject::metacall(target, QMetaObject::ReadProperty, coreIndex(), args); in readPropertyWithArgs()
377 target->qt_metacall(QMetaObject::WriteProperty, coreIndex(), argv); in writeProperty()
379 QMetaObject::metacall(target, QMetaObject::WriteProperty, coreIndex(), argv); in writeProperty()
433 coreIndex() == other.coreIndex() &&
H A Dqqmlbinding.cpp328 return vtw->write(m_target.data(), pd->coreIndex()); in write()
446 vmemo->setVMEProperty(core.coreIndex(), result); in slowWrite()
449 QMetaObject::metacall(m_target.data(), QMetaObject::ResetProperty, core.coreIndex(), args); in slowWrite()
589 int coreIndex = core.coreIndex(); in setTarget() local
590 int valueTypeIndex = valueType ? valueType->coreIndex() : -1; in setTarget()
592 QQmlVMEMetaObject *vme = QQmlVMEMetaObject::getForProperty(object, coreIndex); in setTarget()
595 if (!vme->aliasTarget(coreIndex, &object, &coreIndex, &aValueTypeIndex)) { in setTarget()
610 QQmlPropertyData *propertyData = data->propertyCache->property(coreIndex); in setTarget()
615 coreIndex = propertyData->coreIndex(); in setTarget()
617 m_targetIndex = QQmlPropertyIndex(coreIndex, valueTypeIndex); in setTarget()
[all …]
H A Dqqmlvmemetaobject.cpp242 int coreIndex = encodedIndex.coreIndex(); in tryConnect() local
314 if (vi->m_propertyIndex.coreIndex() != id) in intercept()
918 int coreIndex = encodedIndex.coreIndex(); in metaCall() local
939 valueType->read(target, coreIndex); in metaCall()
943 valueType->write(target, coreIndex, {}); in metaCall()
954 return QMetaObject::metacall(target, c, coreIndex, a); in metaCall()
1255 *coreIndex = -1; in aliasTarget()
1271 *coreIndex = encodedIndex.coreIndex(); in aliasTarget()
1318 while (vme && vme->propOffset() > coreIndex) in getForProperty()
1328 while (vme && vme->methodOffset() > coreIndex) in getForMethod()
[all …]
H A Dqqmlpropertycache.cpp298 data.setCoreIndex(coreIndex); in appendProperty()
319 data.setCoreIndex(coreIndex); in appendSignal()
359 data.setCoreIndex(coreIndex); in appendMethod()
660 auto metaMethod = mo->method(data->coreIndex()); in resolve()
666 auto metaProperty = mo->property(data->coreIndex()); in resolve()
680 while (data->coreIndex() < propOffset) { in resolve()
850 if (!metaObject || coreIndex() == -1) in name()
854 QMetaMethod m = metaObject->method(coreIndex()); in name()
858 QMetaProperty p = metaObject->property(coreIndex()); in name()
866 setOverrideIndex(predecessor->coreIndex()); in markAsOverrideOf()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmldata_p.h375 Q_ASSERT(coreIndex >= 0); in hasBindingBit()
376 Q_ASSERT(coreIndex <= 0xffff); in hasBindingBit()
383 Q_ASSERT(coreIndex >= 0); in setBindingBit()
384 Q_ASSERT(coreIndex <= 0xffff); in setBindingBit()
385 setBit(obj, coreIndex * 2); in setBindingBit()
390 Q_ASSERT(coreIndex >= 0); in clearBindingBit()
392 clearBit(coreIndex * 2); in clearBindingBit()
397 Q_ASSERT(coreIndex >= 0); in hasPendingBindingBit()
405 Q_ASSERT(coreIndex >= 0); in setPendingBindingBit()
412 Q_ASSERT(coreIndex >= 0); in clearPendingBindingBit()
[all …]
H A Dqqmlpropertyindex_p.h73 explicit QQmlPropertyIndex(int coreIndex) in QQmlPropertyIndex() argument
74 { index = encode(coreIndex, -1); } in QQmlPropertyIndex()
76 explicit QQmlPropertyIndex(int coreIndex, int valueTypeIndex) in QQmlPropertyIndex() argument
77 : index(encode(coreIndex, valueTypeIndex)) in QQmlPropertyIndex()
83 int coreIndex() const in coreIndex() function
117 static qint32 encode(int coreIndex, int valueTypeIndex) in encode() argument
119 Q_ASSERT(coreIndex >= -1); in encode()
120 Q_ASSERT(coreIndex <= 0xffff); in encode()
124 if (coreIndex == -1) in encode()
127 return coreIndex | ((valueTypeIndex + 1) << 16); in encode()
H A Dqqmlabstractbinding.cpp81 int coreIndex = targetPropertyIndex().coreIndex(); in addToObject() local
87 if (data->hasBindingBit(coreIndex)) { in addToObject()
89 while (b && (b->targetPropertyIndex().coreIndex() != coreIndex || in addToObject()
97 proxy = new QQmlValueTypeProxyBinding(obj, QQmlPropertyIndex(coreIndex)); in addToObject()
99 Q_ASSERT(proxy->targetPropertyIndex().coreIndex() == coreIndex); in addToObject()
118 data->setBindingBit(obj, coreIndex); in addToObject()
142 int coreIndex = targetPropertyIndex().coreIndex(); in removeFromObject() local
147 while (vtbinding && (vtbinding->targetPropertyIndex().coreIndex() != coreIndex || in removeFromObject()
189 data->clearBindingBit(coreIndex); in removeFromObject()
H A Dqqmlproperty.cpp524 d->core.coreIndex() == other.d->core.coreIndex() && in operator ==()
525 d->valueTypeData.coreIndex() == other.d->valueTypeData.coreIndex(); in operator ==()
733 QQmlPropertyIndex thatIndex(that.d->core.coreIndex(), that.d->valueTypeData.coreIndex()); in binding()
768 int coreIndex = index.coreIndex(); in removeOldBinding() local
779 while (oldBinding && (oldBinding->targetPropertyIndex().coreIndex() != coreIndex || in removeOldBinding()
829 const int coreIndex = index.coreIndex(); in binding() local
832 if (coreIndex < 0 || !data->hasBindingBit(coreIndex)) in binding()
836 while (binding && (binding->targetPropertyIndex().coreIndex() != coreIndex || in binding()
855 int coreIndex = bindingIndex.coreIndex(); in findAliasTarget() local
895 int coreIndex = index.coreIndex(); in setBinding() local
[all …]
H A Dqqmlobjectcreator.cpp417 _vmeMetaObject->setVMEProperty(property->coreIndex(), s); in setPropertyValue()
747 bindingSkipList |= (1 << property->coreIndex()); in setupBindings()
765 …lPropertyIndex originalIndex(targetProperty->coreIndex(), _valueTypeProperty ? _valueTypeProperty-… in setupBindings()
770 targetProperty = data->propertyCache->property(propIndex.coreIndex()); in setupBindings()
788 if (property->coreIndex() != currentListPropertyIndex) { in setupBindings()
791 currentListPropertyIndex = property->coreIndex(); in setupBindings()
871 valueType->read(_qobject, bindingProperty->coreIndex()); in setPropertyBinding()
983 …PropertyIndex originalIndex(bindingProperty->coreIndex(), _valueTypeProperty ? _valueTypeProperty-… in setPropertyBinding()
1131 _vmeMetaObject->setVmeMethod(property->coreIndex(), function); in setupFunctions()
1393 data->clearPendingBindingBit(b->targetPropertyIndex().coreIndex()); in finalize()
[all …]
H A Dqqmlpropertydata_p.h222 bool isValid() const { return coreIndex() != -1; } in isValid()
285 int coreIndex() const { return m_coreIndex; } in coreIndex() function
365 target->qt_metacall(QMetaObject::ReadProperty, coreIndex(), args); in readPropertyWithArgs()
367 QMetaObject::metacall(target, QMetaObject::ReadProperty, coreIndex(), args); in readPropertyWithArgs()
377 target->qt_metacall(QMetaObject::WriteProperty, coreIndex(), argv); in writeProperty()
379 QMetaObject::metacall(target, QMetaObject::WriteProperty, coreIndex(), argv); in writeProperty()
433 coreIndex() == other.coreIndex() &&
H A Dqqmlbinding.cpp328 return vtw->write(m_target.data(), pd->coreIndex()); in write()
446 vmemo->setVMEProperty(core.coreIndex(), result); in slowWrite()
449 QMetaObject::metacall(m_target.data(), QMetaObject::ResetProperty, core.coreIndex(), args); in slowWrite()
589 int coreIndex = core.coreIndex(); in setTarget() local
590 int valueTypeIndex = valueType ? valueType->coreIndex() : -1; in setTarget()
592 QQmlVMEMetaObject *vme = QQmlVMEMetaObject::getForProperty(object, coreIndex); in setTarget()
595 if (!vme->aliasTarget(coreIndex, &object, &coreIndex, &aValueTypeIndex)) { in setTarget()
610 QQmlPropertyData *propertyData = data->propertyCache->property(coreIndex); in setTarget()
615 coreIndex = propertyData->coreIndex(); in setTarget()
617 m_targetIndex = QQmlPropertyIndex(coreIndex, valueTypeIndex); in setTarget()
[all …]
H A Dqqmlvmemetaobject.cpp242 int coreIndex = encodedIndex.coreIndex(); in tryConnect() local
314 if (vi->m_propertyIndex.coreIndex() != id) in intercept()
918 int coreIndex = encodedIndex.coreIndex(); in metaCall() local
939 valueType->read(target, coreIndex); in metaCall()
943 valueType->write(target, coreIndex, {}); in metaCall()
954 return QMetaObject::metacall(target, c, coreIndex, a); in metaCall()
1255 *coreIndex = -1; in aliasTarget()
1271 *coreIndex = encodedIndex.coreIndex(); in aliasTarget()
1318 while (vme && vme->propOffset() > coreIndex) in getForProperty()
1328 while (vme && vme->methodOffset() > coreIndex) in getForMethod()
[all …]
H A Dqqmlpropertycache.cpp298 data.setCoreIndex(coreIndex); in appendProperty()
319 data.setCoreIndex(coreIndex); in appendSignal()
359 data.setCoreIndex(coreIndex); in appendMethod()
660 auto metaMethod = mo->method(data->coreIndex()); in resolve()
666 auto metaProperty = mo->property(data->coreIndex()); in resolve()
680 while (data->coreIndex() < propOffset) { in resolve()
850 if (!metaObject || coreIndex() == -1) in name()
854 QMetaMethod m = metaObject->method(coreIndex()); in name()
858 QMetaProperty p = metaObject->property(coreIndex()); in name()
866 setOverrideIndex(predecessor->coreIndex()); in markAsOverrideOf()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativeproperty.cpp696 if (!data->hasBindingBit(coreIndex)) in binding()
716 int coreIndex = bindingIndex & 0xFFFFFF; in findAliasTarget() local
775 if (data && data->hasBindingBit(coreIndex)) { in setBinding()
782 int index = coreIndex; in setBinding()
829 if (data && data->hasBindingBit(coreIndex)) { in setBindingNoEnable()
836 int index = coreIndex; in setBindingNoEnable()
987 valueType->read(object, core.coreIndex); in readValueProperty()
1075 writeBack->read(object, core.coreIndex); in writeValueProperty()
1099 int coreIdx = property.coreIndex; in write()
1419 return d ? d->core.coreIndex : -1; in index()
[all …]
H A Dqdeclarativeobjectscriptclass.cpp207 local.coreIndex = -1; in queryProperty()
256 if (lastData->coreIndex == 0) { in property()
319 QVariant var = obj->metaObject()->property(lastData->coreIndex).read(obj); in property()
401 QMetaObject::metacall(obj, QMetaObject::ResetProperty, lastData->coreIndex, a); in setProperty()
418 lastData->coreIndex, a); in setProperty()
426 lastData->coreIndex, a); in setProperty()
434 lastData->coreIndex, a); in setProperty()
612 signal.append(data->object->metaObject()->method(data->data.coreIndex).signature()); in connect()
637 signal.append(data->object->metaObject()->method(data->data.coreIndex).signature()); in disconnect()
933 QMetaMethod m = object->metaObject()->method(data.coreIndex); in callPrecise()
[all …]
H A Dqdeclarativepropertycache_p.h104 bool isValid() const { return coreIndex != -1; } in Q_DECLARE_FLAGS()
108 int coreIndex; member
183 : flags(0), propType(0), coreIndex(-1), notifyIndex(-1), overrideIndexIsProperty(false), overrideIn… in Data()
192 coreIndex == other.coreIndex &&
H A Dqdeclarativepropertycache.cpp88 coreIndex = p.propertyIndex(); in load()
96 coreIndex = m.methodIndex(); in load()
282 if (old->flags & Data::IsFunction && old->coreIndex >= methodOffset) in append()
283 data->relatedIndex = old->coreIndex; in append()
285 data->overrideIndex = old->coreIndex; in append()
319 data->overrideIndex = old->coreIndex; in append()
389 if (!metaObject || coreIndex == -1) in name()
393 QMetaMethod m = metaObject->method(coreIndex); in name()
401 QMetaProperty p = metaObject->property(coreIndex); in name()
H A Dqdeclarativeproperty_p.h105 …static QDeclarativeAbstractBinding *setBinding(QObject *, int coreIndex, int valueTypeIndex /* -1 …
108 …static QDeclarativeAbstractBinding *setBindingNoEnable(QObject *, int coreIndex, int valueTypeInde…
110 …static QDeclarativeAbstractBinding *binding(QObject *, int coreIndex, int valueTypeIndex /* -1 */);
/dports/math/vampire/vampire-4.5.1/DP/
H A DShortConflictMetaDP.cpp119 void ShortConflictMetaDP::getUnsatCore(LiteralStack& res, unsigned coreIndex) in getUnsatCore() argument
123 ASS_L(coreIndex, _unsatCores.size()); in getUnsatCore()
125 res = _unsatCores[coreIndex]; in getUnsatCore()

1234