Home
last modified time | relevance | path

Searched refs:iScope (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/
H A DGeometryScope.cpp47 switch ( iScope ) in GeometryScopeNumValuesQuadrics()
63 switch ( iScope ) in GeometryScopeNumValuesPolygon()
80 switch ( iScope ) in GeometryScopeNumValuesPointsPolygons()
95 switch ( iScope ) in GeometryScopeNumValuesPoints()
112 switch ( iScope ) in GeometryScopeNumValuesSubdivisionMesh()
126 switch ( iScope ) in GeometryScopeNumValuesBilinearPatch()
141 switch ( iScope ) in GeometryScopeNumValuesBicubicPatch()
157 switch ( iScope ) in GeometryScopeNumValuesBilinearPatchMesh()
177 switch ( iScope ) in GeometryScopeNumValuesBicubicPatchMesh()
194 switch ( iScope ) in GeometryScopeNumValuesNuPatch()
[all …]
H A DGeometryScope.h115 switch ( iScope ) in SetGeometryScope()
147 GeometryScopeNumValuesQuadrics( GeometryScope iScope );
157 GeometryScopeNumValuesPointsPolygons( GeometryScope iScope,
165 GeometryScopeNumValuesPoints( GeometryScope iScope,
171 GeometryScopeNumValuesSubdivisionMesh( GeometryScope iScope,
179 GeometryScopeNumValuesBilinearPatch( GeometryScope iScope );
184 GeometryScopeNumValuesBicubicPatch( GeometryScope iScope );
197 GeometryScopeNumValuesBicubicPatchMesh( GeometryScope iScope,
204 GeometryScopeNumValuesNuPatch( GeometryScope iScope,
211 GeometryScopeNumValuesLinearCurves( GeometryScope iScope,
[all …]
H A DOGeomParam.h68 GeometryScope iScope ) in Sample() argument
70 , m_scope( iScope ) in Sample()
75 GeometryScope iScope ) in Sample() argument
78 , m_scope ( iScope ) in Sample()
91 void setScope( GeometryScope iScope ) in setScope() argument
92 { m_scope = iScope; } in setScope()
154 GeometryScope iScope,
162 , m_scope( iScope ) in m_name()
171 GeometryScope iScope,
179 , m_scope( iScope ) in m_name()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/scripting/mozjs/
H A Dengine.cpp95 OpIdToScopeMap::iterator iScope = _opToScopeMap.find(opId); in interrupt() local
96 if (iScope == _opToScopeMap.end()) { in interrupt()
103 iScope->second->kill(); in interrupt()
123 for (auto&& iScope : _opToScopeMap) { in interruptAll()
124 iScope.second->kill(); in interruptAll()
/dports/graphics/alembic/alembic-1.8.3/maya/AbcExport/
H A DAttributesWriter.cpp132 AbcGeom::GeometryScope iScope, in createUserPropertyFromNumeric() argument
314 AbcGeom::GeometryScope iScope, in createGeomPropertyFromNumeric() argument
398 AbcGeom::OV2sGeomParam gp(iParent, plugName, false, iScope, 1, in createGeomPropertyFromNumeric()
410 AbcGeom::OV3sGeomParam gp(iParent, plugName, false, iScope, 1, in createGeomPropertyFromNumeric()
422 AbcGeom::OV2iGeomParam gp(iParent, plugName, false, iScope, 1, in createGeomPropertyFromNumeric()
434 AbcGeom::OV3iGeomParam gp(iParent, plugName, false, iScope, 1, in createGeomPropertyFromNumeric()
1310 AbcGeom::GeometryScope iScope, in createUserPropertyFromMFnAttr() argument
1332 iParent, iTimeIndex, iScope, in createUserPropertyFromMFnAttr()
1484 AbcGeom::GeometryScope iScope, in createGeomPropertyFromMFnAttr() argument
1510 iTimeIndex, iScope, oArrayVec); in createGeomPropertyFromMFnAttr()
[all …]
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/
H A DPyOGeomParam.h53 const AbcG::GeometryScope iScope ) : in SampleDerived() argument
54 super( *iValsPtr, iScope ) in SampleDerived()
61 const AbcG::GeometryScope iScope ) : in SampleDerived() argument
62 super( *iValsPtr, iIndices, iScope ) in SampleDerived()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dspellfix.c2275 int iScope = p->iScope; in spellfix1RunQuery() local
2295 if( nClass<=iScope ){ in spellfix1RunQuery()
2297 iScope = nClass-1; in spellfix1RunQuery()
2299 iScope = nClass; in spellfix1RunQuery()
2302 memcpy(zHash1, zClass, iScope); in spellfix1RunQuery()
2304 zHash1[iScope] = 0; in spellfix1RunQuery()
2306 zHash2[iScope] = 'Z'; in spellfix1RunQuery()
2307 zHash2[iScope+1] = 0; in spellfix1RunQuery()
2445 if( x.iScope<1 ) x.iScope = 1; in spellfix1FilterForMatch()
2446 if( x.iScope>SPELLFIX_MX_HASH-2 ) x.iScope = SPELLFIX_MX_HASH-2; in spellfix1FilterForMatch()
[all …]
/dports/databases/sqlite-ext-spellfix/sqlite-ext-spellfix-3.8.11.1_1/sqlite-src-3081101/ext/misc/
H A Dspellfix.c2243 int iScope = p->iScope; in spellfix1RunQuery() local
2263 if( nClass<=iScope ){ in spellfix1RunQuery()
2265 iScope = nClass-1; in spellfix1RunQuery()
2267 iScope = nClass; in spellfix1RunQuery()
2270 memcpy(zHash1, zClass, iScope); in spellfix1RunQuery()
2272 zHash1[iScope] = 0; in spellfix1RunQuery()
2274 zHash2[iScope] = 'Z'; in spellfix1RunQuery()
2275 zHash2[iScope+1] = 0; in spellfix1RunQuery()
2403 if( x.iScope<1 ) x.iScope = 1; in spellfix1FilterForMatch()
2404 if( x.iScope>SPELLFIX_MX_HASH-2 ) x.iScope = SPELLFIX_MX_HASH-2; in spellfix1FilterForMatch()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dspellfix.c2397 int iScope = p->iScope; in spellfix1RunQuery() local
2417 if( nClass<=iScope ){ in spellfix1RunQuery()
2419 iScope = nClass-1; in spellfix1RunQuery()
2421 iScope = nClass; in spellfix1RunQuery()
2424 memcpy(zHash1, zClass, iScope); in spellfix1RunQuery()
2426 zHash1[iScope] = 0; in spellfix1RunQuery()
2428 zHash2[iScope] = 'Z'; in spellfix1RunQuery()
2429 zHash2[iScope+1] = 0; in spellfix1RunQuery()
2567 if( x.iScope<1 ) x.iScope = 1; in spellfix1FilterForMatch()
2568 if( x.iScope>SPELLFIX_MX_HASH-2 ) x.iScope = SPELLFIX_MX_HASH-2; in spellfix1FilterForMatch()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dspellfix.c2397 int iScope = p->iScope; in spellfix1RunQuery() local
2417 if( nClass<=iScope ){ in spellfix1RunQuery()
2419 iScope = nClass-1; in spellfix1RunQuery()
2421 iScope = nClass; in spellfix1RunQuery()
2424 memcpy(zHash1, zClass, iScope); in spellfix1RunQuery()
2426 zHash1[iScope] = 0; in spellfix1RunQuery()
2428 zHash2[iScope] = 'Z'; in spellfix1RunQuery()
2429 zHash2[iScope+1] = 0; in spellfix1RunQuery()
2567 if( x.iScope<1 ) x.iScope = 1; in spellfix1FilterForMatch()
2568 if( x.iScope>SPELLFIX_MX_HASH-2 ) x.iScope = SPELLFIX_MX_HASH-2; in spellfix1FilterForMatch()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dspellfix.c2397 int iScope = p->iScope; in spellfix1RunQuery() local
2417 if( nClass<=iScope ){ in spellfix1RunQuery()
2419 iScope = nClass-1; in spellfix1RunQuery()
2421 iScope = nClass; in spellfix1RunQuery()
2424 memcpy(zHash1, zClass, iScope); in spellfix1RunQuery()
2426 zHash1[iScope] = 0; in spellfix1RunQuery()
2428 zHash2[iScope] = 'Z'; in spellfix1RunQuery()
2429 zHash2[iScope+1] = 0; in spellfix1RunQuery()
2567 if( x.iScope<1 ) x.iScope = 1; in spellfix1FilterForMatch()
2568 if( x.iScope>SPELLFIX_MX_HASH-2 ) x.iScope = SPELLFIX_MX_HASH-2; in spellfix1FilterForMatch()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/au/
H A Daulayer.cpp493 ComponentResult aulayer::GetPropertyInfo(AudioUnitPropertyID iID, AudioUnitScope iScope, in GetPropertyInfo() argument
502 if (iScope == kAudioUnitScope_Global) in GetPropertyInfo()
536 return AUInstrumentBase::GetPropertyInfo(iID, iScope, iElem, iSize, fWritable); in GetPropertyInfo()
H A Daulayer_cocoaui.mm299 ComponentResult aulayer::GetProperty(AudioUnitPropertyID iID, AudioUnitScope iScope,
302 if (iScope == kAudioUnitScope_Global)
379 return AUInstrumentBase::GetProperty(iID, iScope, iElem, outData);
/dports/graphics/alembic/alembic-1.8.3/maya/AbcImport/
H A DNodeIteratorVisitorHelper.cpp112 const std::string & iScope, const std::string & iInterp, in addArbAttrAndScope() argument
119 if (iInterp == "rgb" && iScope != "" && iScope != "con") in addArbAttrAndScope()
123 else if (iInterp == "rgba" && iScope != "" && iScope != "con") in addArbAttrAndScope()
153 if (iScope != "" && iScope != "con") in addArbAttrAndScope()
156 addString(iParent, attrName, iScope); in addArbAttrAndScope()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/
H A DImports.hs270 let s = iScope i
1134 i{ iScope = publicModules $ iInsideScope i }
1191 , iScope = empty -- publicModules scope function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DBase.hs937 , iScope :: Map ModuleName Scope function