Home
last modified time | relevance | path

Searched defs:coreIndex (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/SpuTest/
H A DTest.cpp32 uint32 CTest::GetCoreRegister(unsigned int coreIndex, uint32 address) in GetCoreRegister()
38 void CTest::SetCoreRegister(unsigned int coreIndex, uint32 address, uint32 value) in SetCoreRegister()
44 uint32 CTest::GetCoreAddress(unsigned int coreIndex, uint32 registerAddress) in GetCoreAddress()
52 void CTest::SetCoreAddress(unsigned int coreIndex, uint32 registerAddress, uint32 targetAddress) in SetCoreAddress()
59 void CTest::SetVoiceRegister(unsigned int coreIndex, uint32 voiceIndex, uint32 address, uint32 valu… in SetVoiceRegister()
65 uint32 CTest::GetVoiceAddress(unsigned int coreIndex, unsigned int voiceIndex, uint32 registerAddre… in GetVoiceAddress()
71 void CTest::SetVoiceAddress(unsigned int coreIndex, unsigned int voiceIndex, uint32 registerAddress… in SetVoiceAddress()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlpropertyindex_p.h73 explicit QQmlPropertyIndex(int coreIndex) in QQmlPropertyIndex()
76 explicit QQmlPropertyIndex(int coreIndex, int valueTypeIndex) in QQmlPropertyIndex()
83 int coreIndex() const in coreIndex() function
117 static qint32 encode(int coreIndex, int valueTypeIndex) in encode()
H A Dqqmlabstractbinding.cpp81 int coreIndex = targetPropertyIndex().coreIndex(); in addToObject() local
142 int coreIndex = targetPropertyIndex().coreIndex(); in removeFromObject() local
H A Dqqmldata_p.h373 bool QQmlData::hasBindingBit(int coreIndex) const in hasBindingBit()
381 void QQmlData::setBindingBit(QObject *obj, int coreIndex) in setBindingBit()
388 void QQmlData::clearBindingBit(int coreIndex) in clearBindingBit()
395 bool QQmlData::hasPendingBindingBit(int coreIndex) const in hasPendingBindingBit()
403 void QQmlData::setPendingBindingBit(QObject *obj, int coreIndex) in setPendingBindingBit()
410 void QQmlData::clearPendingBindingBit(int coreIndex) in clearPendingBindingBit()
H A Dqqmlvmemetaobject.cpp242 int coreIndex = encodedIndex.coreIndex(); in tryConnect() local
918 int coreIndex = encodedIndex.coreIndex(); in metaCall() local
1250 bool QQmlVMEMetaObject::aliasTarget(int index, QObject **target, int *coreIndex, int *valueTypeInde… in aliasTarget()
1315 QQmlVMEMetaObject *QQmlVMEMetaObject::getForProperty(QObject *o, int coreIndex) in getForProperty()
1325 QQmlVMEMetaObject *QQmlVMEMetaObject::getForMethod(QObject *o, int coreIndex) in getForMethod()
1339 QQmlVMEMetaObject *QQmlVMEMetaObject::getForSignal(QObject *o, int coreIndex) in getForSignal()
H A Dqqmlproperty.cpp768 int coreIndex = index.coreIndex(); in removeOldBinding() local
829 const int coreIndex = index.coreIndex(); in binding() local
855 int coreIndex = bindingIndex.coreIndex(); in findAliasTarget() local
895 int coreIndex = index.coreIndex(); in setBinding() local
H A Dqqmlpropertycachecreator_p.h742 … int coreIndex = QQmlPropertyIndex::fromEncoded(alias->encodedMetaPropertyIndex).coreIndex(); in appendAliasPropertiesInMetaObjectsWithinComponent() local
851 int coreIndex = QQmlPropertyIndex::fromEncoded(alias.encodedMetaPropertyIndex).coreIndex(); in propertyDataForAlias() local
H A Dqqmlpropertycache.cpp294int coreIndex, int propType, int minorVersion, int notifyIndex) in appendProperty()
314 int coreIndex, const int *types, in appendSignal()
352 int coreIndex, int returnType, const QList<QByteArray> &names, in appendMethod()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlpropertyindex_p.h73 explicit QQmlPropertyIndex(int coreIndex) in QQmlPropertyIndex()
76 explicit QQmlPropertyIndex(int coreIndex, int valueTypeIndex) in QQmlPropertyIndex()
83 int coreIndex() const in coreIndex() function
117 static qint32 encode(int coreIndex, int valueTypeIndex) in encode()
H A Dqqmlabstractbinding.cpp81 int coreIndex = targetPropertyIndex().coreIndex(); in addToObject() local
142 int coreIndex = targetPropertyIndex().coreIndex(); in removeFromObject() local
H A Dqqmldata_p.h373 bool QQmlData::hasBindingBit(int coreIndex) const in hasBindingBit()
381 void QQmlData::setBindingBit(QObject *obj, int coreIndex) in setBindingBit()
388 void QQmlData::clearBindingBit(int coreIndex) in clearBindingBit()
395 bool QQmlData::hasPendingBindingBit(int coreIndex) const in hasPendingBindingBit()
403 void QQmlData::setPendingBindingBit(QObject *obj, int coreIndex) in setPendingBindingBit()
410 void QQmlData::clearPendingBindingBit(int coreIndex) in clearPendingBindingBit()
H A Dqqmlvmemetaobject.cpp242 int coreIndex = encodedIndex.coreIndex(); in tryConnect() local
918 int coreIndex = encodedIndex.coreIndex(); in metaCall() local
1250 bool QQmlVMEMetaObject::aliasTarget(int index, QObject **target, int *coreIndex, int *valueTypeInde… in aliasTarget()
1315 QQmlVMEMetaObject *QQmlVMEMetaObject::getForProperty(QObject *o, int coreIndex) in getForProperty()
1325 QQmlVMEMetaObject *QQmlVMEMetaObject::getForMethod(QObject *o, int coreIndex) in getForMethod()
1339 QQmlVMEMetaObject *QQmlVMEMetaObject::getForSignal(QObject *o, int coreIndex) in getForSignal()
H A Dqqmlproperty.cpp768 int coreIndex = index.coreIndex(); in removeOldBinding() local
829 const int coreIndex = index.coreIndex(); in binding() local
855 int coreIndex = bindingIndex.coreIndex(); in findAliasTarget() local
895 int coreIndex = index.coreIndex(); in setBinding() local
H A Dqqmlpropertycachecreator_p.h742 … int coreIndex = QQmlPropertyIndex::fromEncoded(alias->encodedMetaPropertyIndex).coreIndex(); in appendAliasPropertiesInMetaObjectsWithinComponent() local
851 int coreIndex = QQmlPropertyIndex::fromEncoded(alias.encodedMetaPropertyIndex).coreIndex(); in propertyDataForAlias() local
H A Dqqmlpropertycache.cpp294int coreIndex, int propType, int minorVersion, int notifyIndex) in appendProperty()
314 int coreIndex, const int *types, in appendSignal()
352 int coreIndex, int returnType, const QList<QByteArray> &names, in appendMethod()
/dports/math/vampire/vampire-4.5.1/DP/
H A DShortConflictMetaDP.cpp119 void ShortConflictMetaDP::getUnsatCore(LiteralStack& res, unsigned coreIndex) in getUnsatCore()
/dports/devel/lua-libevent/luaevent-0.4.6/src/
H A Devent_buffer.c266 void event_buffer_register(lua_State* L, int coreIndex) { in event_buffer_register()
H A Dbuffer_event.c236 void buffer_event_register(lua_State* L, int coreIndex) { in buffer_event_register()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/NNPI/
H A DNNPICompiledFunction.h46 int32_t coreIndex; member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativepropertycache_p.h108 int coreIndex; member
H A Dqdeclarativeproperty.cpp675 QDeclarativePropertyPrivate::binding(QObject *object, int coreIndex, int valueTypeIndex) in binding()
716 int coreIndex = bindingIndex & 0xFFFFFF; in findAliasTarget() local
749 QDeclarativePropertyPrivate::setBinding(QObject *object, int coreIndex, int valueTypeIndex, in setBinding()
803 QDeclarativePropertyPrivate::setBindingNoEnable(QObject *object, int coreIndex, int valueTypeIndex, in setBindingNoEnable()
H A Dqdeclarativevaluetypescriptclass.cpp80 QScriptValue QDeclarativeValueTypeScriptClass::newObject(QObject *object, int coreIndex, QDeclarati… in newObject()
H A Dqdeclarativebinding.cpp116 int coreIndex = index & 0xFFFFFF; in addToObject() local
H A Dqdeclarativeengine_p.h155 int coreIndex; member
H A Dqdeclarativevmemetaobject.cpp839 bool QDeclarativeVMEMetaObject::aliasTarget(int index, QObject **target, int *coreIndex, int *value… in aliasTarget()

12