Home
last modified time | relevance | path

Searched defs:pIdx (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/dports/editors/calligra/calligra-3.2.1/filters/sheets/qpro/3rdparty/libqpro/src/
H A Dtablenames.cc45 QpTableNames::name(unsigned pIdx, const char* pName) in name()
54 QpTableNames::name(unsigned pIdx) in name()
78 QpTableNames::allocated(unsigned pIdx) in allocated()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/OgreMain/src/
H A DEdgeBuilderTests.cpp74 …unsigned short* pIdx = static_cast<unsigned short*>(id.indexBuffer->lock(HardwareBuffer::HBL_DISCA… in testSingleIndexBufSingleVertexBuf() local
124 …unsigned short* pIdx = static_cast<unsigned short*>(id[0].indexBuffer->lock(HardwareBuffer::HBL_DI… in testMultiIndexBufSingleVertexBuf() local
236 …unsigned short* pIdx = static_cast<unsigned short*>(id[0].indexBuffer->lock(HardwareBuffer::HBL_DI… in testMultiIndexBufMultiVertexBuf() local
/dports/graphics/ogre3d/ogre-1.11.6/Tests/OgreMain/src/
H A DEdgeBuilderTests.cpp73 …unsigned short* pIdx = static_cast<unsigned short*>(id.indexBuffer->lock(HardwareBuffer::HBL_DISCA… in TEST_F() local
122 …unsigned short* pIdx = static_cast<unsigned short*>(id[0].indexBuffer->lock(HardwareBuffer::HBL_DI… in TEST_F() local
232 …unsigned short* pIdx = static_cast<unsigned short*>(id[0].indexBuffer->lock(HardwareBuffer::HBL_DI… in TEST_F() local
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCHamiltonians/tests/
H A Dtest_force_ewald.cpp58 int pIdx = ion_species.addSpecies("H"); variable
150 int pIdx = ion_species.addSpecies("H"); variable
256 int pIdx = ion_species.addSpecies("H"); variable
H A Dtest_coulomb_CUDA.cpp55 int pIdx = ion_species.addSpecies("H"); variable
123 int pIdx = ion_species.addSpecies("H"); variable
215 int pIdx = ion_species.addSpecies("H"); variable
H A Dtest_coulomb_pbcAA_ewald.cpp51 int pIdx = ion_species.addSpecies("H"); variable
99 int pIdx = ion_species.addSpecies("H"); variable
H A Dtest_coulomb_pbcAA.cpp53 int pIdx = ion_species.addSpecies("H"); variable
100 int pIdx = ion_species.addSpecies("H"); variable
H A Dtest_force.cpp71 int pIdx = ion_species.addSpecies("H"); variable
185 int pIdx = ion_species.addSpecies("H"); variable
320 int pIdx = ion_species.addSpecies("H"); variable
/dports/editors/calligra/calligra-3.2.1/filters/sheets/qpro/
H A Dqproimport.cc64 QpTableList::table(unsigned pIdx, Sheet* pTable) in table()
72 QpTableList::table(unsigned pIdx) in table()
86 QpImport::InitTableName(int pIdx, QString& pResult) in InitTableName()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/particles/
H A Dqquickparticlepainter_p.h130 virtual void initialize(int gIdx, int pIdx){//Called from main thread in initialize()
134 virtual void commit(int gIdx, int pIdx){//Called in Render Thread in commit()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/particles/
H A Dqquickparticlepainter_p.h130 virtual void initialize(int gIdx, int pIdx){//Called from main thread in initialize()
134 virtual void commit(int gIdx, int pIdx){//Called in Render Thread in commit()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dfkey.c188 Index *pIdx = 0; /* Value to return via *ppIdx */ in locateFkeyIndex() local
318 Index *pIdx, /* Unique index on parent key columns in pTab */ in fkLookupParent()
461 Index *pIdx, /* Foreign key index */ in fkScanChildren()
708 Index *pIdx = 0; /* Index on key columns in pTo */ in sqlite3FkCheck() local
776 Index *pIdx = 0; /* Foreign key index for pFKey */ in sqlite3FkCheck() local
841 Index *pIdx = 0; in sqlite3FkOldmask() local
958 Index *pIdx = 0; /* Parent key index for this FK */ in fkActionTrigger() local
H A Danalyze.c112 Index *pIdx; /* An index to being analyzed */ in analyzeOneTable() local
444 Index *pIdx; in sqlite3Analyze() local
563 void sqlite3DeleteIndexSamples(sqlite3 *db, Index *pIdx){ in sqlite3DeleteIndexSamples()
613 Index *pIdx = sqliteHashData(i); in sqlite3AnalysisLoad() local
657 Index *pIdx; /* Pointer to the index object */ in sqlite3AnalysisLoad() local
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dupsert.c98 Index *pIdx; /* One of the indexes of pTab */ in sqlite3UpsertAnalyzeTarget() local
233 Upsert *sqlite3UpsertOfIndex(Upsert *pUpsert, Index *pIdx){ in sqlite3UpsertOfIndex()
257 Index *pIdx, /* The UNIQUE constraint that failed */ in sqlite3UpsertDoUpdate()
H A Dfkey.c190 Index *pIdx = 0; /* Value to return via *ppIdx */ in sqlite3FkLocateIndex() local
322 Index *pIdx, /* Unique index on parent key columns in pTab */ in fkLookupParent()
554 Index *pIdx, /* Index on parent covering the foreign key */ in fkScanChildren()
898 Index *pIdx = 0; /* Index on key columns in pTo */ in sqlite3FkCheck() local
1000 Index *pIdx = 0; /* Foreign key index for pFKey */ in sqlite3FkCheck() local
1085 Index *pIdx = 0; in sqlite3FkOldmask() local
1211 Index *pIdx = 0; /* Parent key index for this FK */ in fkActionTrigger() local
H A Danalyze.c960 Index *pIdx, /* Index whose column is being loaded */ in analyzeVdbeCommentIndexWithColumnName()
991 Index *pIdx; /* An index to being analyzed */ in analyzeOneTable() local
1418 Index *pIdx; in sqlite3Analyze() local
1611 void sqlite3DeleteIndexSamples(sqlite3 *db, Index *pIdx){
1636 static void initAvgEq(Index *pIdx){
1700 Index *pIdx = sqlite3FindIndex(db, zName, zDb); local
1745 Index *pIdx; /* Pointer to the index object */ local
1796 Index *pIdx; /* Pointer to the index object */ local
1893 Index *pIdx = sqliteHashData(i); local
1918 Index *pIdx = sqliteHashData(i); local
[all …]
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dinsert.c99 Index *pIdx; /* For looping over indices of the table */ in sqliteInsert() local
637 Index *pIdx; in sqliteGenerateConstraintChecks() local
875 Index *pIdx; in sqliteCompleteInsertion() local
909 Index *pIdx; in sqliteOpenTableAndIndices() local
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dinsert.c99 Index *pIdx; /* For looping over indices of the table */ in sqliteInsert() local
637 Index *pIdx; in sqliteGenerateConstraintChecks() local
875 Index *pIdx; in sqliteCompleteInsertion() local
909 Index *pIdx; in sqliteOpenTableAndIndices() local
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/keypoints/include/pcl/keypoints/impl/
H A Dharris_3d.hpp327 for (int pIdx = 0; pIdx < static_cast<int> (input_->size ()); ++pIdx) in responseHarris() local
368 for (int pIdx = 0; pIdx < static_cast<int> (input_->size ()); ++pIdx) in responseNoble() local
408 for (int pIdx = 0; pIdx < static_cast<int> (input_->size ()); ++pIdx) in responseLowe() local
467 for (int pIdx = 0; pIdx < static_cast<int> (input_->size ()); ++pIdx) in responseTomasi() local
/dports/editors/ted/Ted-2.23/textEncoding/
H A DtextOfficeCharset.c111 int * pIdx, in utilGetOfficeCharsetByCharset()
154 int * pIdx, in utilGetOfficeCharsetBySuffix()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/geometry/include/pcl/geometry/impl/
H A Dpolygon_operations.hpp61 for (std::size_t pIdx = 0; pIdx < polygon2D.size(); ++pIdx) in approximatePolygon() local
72 for (std::size_t pIdx = 0; pIdx < approx_polygon2D.size(); ++pIdx) in approximatePolygon() local
196 std::size_t pIdx = result[rIdx]; in approximatePolygon2D() local
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dfkey.c190 Index *pIdx = 0; /* Value to return via *ppIdx */ in sqlite3FkLocateIndex() local
322 Index *pIdx, /* Unique index on parent key columns in pTab */ in fkLookupParent()
542 Index *pIdx, /* Index on parent covering the foreign key */ in fkScanChildren()
882 Index *pIdx = 0; /* Index on key columns in pTo */ in sqlite3FkCheck() local
982 Index *pIdx = 0; /* Foreign key index for pFKey */ in sqlite3FkCheck() local
1067 Index *pIdx = 0; in sqlite3FkOldmask() local
1190 Index *pIdx = 0; /* Parent key index for this FK */ in fkActionTrigger() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dfkey.c190 Index *pIdx = 0; /* Value to return via *ppIdx */ in sqlite3FkLocateIndex() local
322 Index *pIdx, /* Unique index on parent key columns in pTab */ in fkLookupParent()
554 Index *pIdx, /* Index on parent covering the foreign key */ in fkScanChildren()
898 Index *pIdx = 0; /* Index on key columns in pTo */ in sqlite3FkCheck() local
1000 Index *pIdx = 0; /* Foreign key index for pFKey */ in sqlite3FkCheck() local
1085 Index *pIdx = 0; in sqlite3FkOldmask() local
1208 Index *pIdx = 0; /* Parent key index for this FK */ in fkActionTrigger() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dfkey.c190 Index *pIdx = 0; /* Value to return via *ppIdx */ in sqlite3FkLocateIndex() local
322 Index *pIdx, /* Unique index on parent key columns in pTab */ in fkLookupParent()
554 Index *pIdx, /* Index on parent covering the foreign key */ in fkScanChildren()
898 Index *pIdx = 0; /* Index on key columns in pTo */ in sqlite3FkCheck() local
1000 Index *pIdx = 0; /* Foreign key index for pFKey */ in sqlite3FkCheck() local
1085 Index *pIdx = 0; in sqlite3FkOldmask() local
1208 Index *pIdx = 0; /* Parent key index for this FK */ in fkActionTrigger() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/sbx/
H A Dsbxarray.cxx561 sal_uInt32 SbxDimArray::Offset32( const sal_Int32* pIdx ) in Offset32()
581 sal_uInt16 SbxDimArray::Offset( const short* pIdx ) in Offset()
602 SbxVariable* SbxDimArray::Get( const short* pIdx ) in Get()
607 void SbxDimArray::Put( SbxVariable* p, const short* pIdx ) in Put()
612 SbxVariable* SbxDimArray::Get32( const sal_Int32* pIdx ) in Get32()
617 void SbxDimArray::Put32( SbxVariable* p, const sal_Int32* pIdx ) in Put32()

12345678910>>...23