Home
last modified time | relevance | path

Searched refs:nOp (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dmatch.c34 int nOp) in matchResetOps() argument
36 while (nOp--) in matchResetOps()
77 int nOp) in matchFiniOps() argument
79 while (nOp--) in matchFiniOps()
108 while (nOp--) in matchOpsEqual()
115 if (op1->group.nOp != op2->group.nOp) in matchOpsEqual()
143 if (m1->nOp != m2->nOp) in matchEqual()
203 opDst->group.nOp = opSrc->group.nOp; in matchCopyOps()
244 dst->nOp = src->nOp; in matchCopy()
275 op->group.nOp = group->nOp; in matchAddGroup()
[all …]
/dports/biology/star/STAR-2.7.9a/source/
H A DTranscript_convertGenomeCigar.cpp100 array<uint32,5> nOp={0,0,0,0,0}; in convertGenomeCigar() local
102 nOp[(*c1)[0]] += (*c1)[1]; in convertGenomeCigar()
104 … if (nOp[BAM_CIGAR_M] >= genOut.P.alignSJDBoverhangMin) //TODO Transcript class should have P in convertGenomeCigar()
110 nOp[(*c1)[0]] += (*c1)[1]; in convertGenomeCigar()
115 A.cigar.at(0)={BAM_CIGAR_S, nOp[BAM_CIGAR_M]+nOp[BAM_CIGAR_S]+nOp[BAM_CIGAR_I]}; in convertGenomeCigar()
116 A.gStart += nOp[BAM_CIGAR_M]+nOp[BAM_CIGAR_D]+nOp[BAM_CIGAR_N]; in convertGenomeCigar()
124 array<uint32,5> nOp={0,0,0,0,0}; in convertGenomeCigar() local
126 nOp[(*c1)[0]] += (*c1)[1]; in convertGenomeCigar()
128 … if (nOp[BAM_CIGAR_M] >= genOut.P.alignSJDBoverhangMin) //TODO Transcript class should have P in convertGenomeCigar()
134 nOp[(*c1)[0]] += (*c1)[1]; in convertGenomeCigar()
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DLoaderAMF.cpp536 nOp = op;
574 nOp = op;
580 nOp = op;
586 nOp = op;
592 nOp = op;
628 nOp = op;
634 nOp = op;
640 nOp = op;
680 nOp = op;
686 nOp = op;
[all …]
H A DLoaderPTM.cpp102 nOp = op; in convertPTMPattern()
108 nOp = op; in convertPTMPattern()
114 nOp = op; in convertPTMPattern()
120 nOp = op; in convertPTMPattern()
126 nOp = op; in convertPTMPattern()
132 nOp = op; in convertPTMPattern()
138 nOp = op; in convertPTMPattern()
144 nOp = op; in convertPTMPattern()
150 nOp = op; in convertPTMPattern()
156 nOp = op; in convertPTMPattern()
[all …]
H A DLoaderS3M.cpp124 nOp = op; in convertS3MPattern()
130 nOp = op; in convertS3MPattern()
136 nOp = op; in convertS3MPattern()
142 nOp = op; in convertS3MPattern()
148 nOp = op; in convertS3MPattern()
154 nOp = op; in convertS3MPattern()
160 nOp = op; in convertS3MPattern()
166 nOp = op; in convertS3MPattern()
172 nOp = op; in convertS3MPattern()
178 nOp = op; in convertS3MPattern()
[all …]
H A DLoaderSTM.cpp228 nOp = op; in load()
233 nOp = op; in load()
239 nOp = op; in load()
245 nOp = op; in load()
251 nOp = op; in load()
257 nOp = op; in load()
263 nOp = op; in load()
269 nOp = op; in load()
275 nOp = op; in load()
281 nOp = op; in load()
[all …]
H A DLoaderIT.cpp952 nOp = op; in load()
958 nOp = op; in load()
964 nOp = op; in load()
970 nOp = op; in load()
976 nOp = op; in load()
982 nOp = op; in load()
988 nOp = op; in load()
994 nOp = op; in load()
1000 nOp = op; in load()
1006 nOp = op; in load()
[all …]
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DStarCellFormula.cxx212 if (nOp==33 || nOp==34) { // change, ie reconstructor a&&b in AND(a,b), ... in updateFunction()
218 else if (nOp>=21 && nOp<=37) { in updateFunction()
233 else if (nOp==42 || nOp==43) { // neg and neg_sub in updateFunction()
240 else if (nOp>=46 && nOp<=53) { // 60 endNoPar in updateFunction()
255 else if (nOp>=61 && nOp<=131) { // 200 endOnePar in updateFunction()
274 else if (nOp>=201 && nOp<=386) { in updateFunction()
575 uint16_t nOp; in readSCToken() local
688 switch (nOp) { in readSCToken()
774 uint16_t nOp; in readSCToken3() local
775 *input >> nOp; in readSCToken3()
[all …]
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dvdbeaux.c78 i = p->nOp; in sqliteVdbeAddOp()
79 p->nOp++; in sqliteVdbeAddOp()
125 addr = p->nOp; in sqliteVdbeCode()
194 return p->nOp; in sqliteVdbeCurrentAddr()
204 if( p->nOp + nOp >= p->nOpAlloc ){ in sqliteVdbeAddOpList()
216 addr = p->nOp; in sqliteVdbeAddOpList()
217 if( nOp>0 ){ in sqliteVdbeAddOpList()
234 p->nOp += nOp; in sqliteVdbeAddOpList()
551 if( i>=p->nOp ){ in sqliteVdbeList()
601 if( p->nOp==0 || (p->aOp && p->aOp[p->nOp-1].opcode!=OP_Halt) ){ in sqliteVdbeMakeReady()
[all …]
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dvdbeaux.c78 i = p->nOp; in sqliteVdbeAddOp()
79 p->nOp++; in sqliteVdbeAddOp()
125 addr = p->nOp; in sqliteVdbeCode()
194 return p->nOp; in sqliteVdbeCurrentAddr()
204 if( p->nOp + nOp >= p->nOpAlloc ){ in sqliteVdbeAddOpList()
216 addr = p->nOp; in sqliteVdbeAddOpList()
217 if( nOp>0 ){ in sqliteVdbeAddOpList()
234 p->nOp += nOp; in sqliteVdbeAddOpList()
551 if( i>=p->nOp ){ in sqliteVdbeList()
601 if( p->nOp==0 || (p->aOp && p->aOp[p->nOp-1].opcode!=OP_Halt) ){ in sqliteVdbeMakeReady()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/x11/
H A Dxrender_peer.hxx54 void CompositePicture( int nOp, Picture aSrc, Picture aMask, Picture aDst,
59 void FillRectangle( int nOp, Picture aDst, const XRenderColor*,
61 void CompositeTrapezoids( int nOp, Picture aSrc, Picture aDst,
64 void CompositeTriangles( int nOp, Picture aSrc, Picture aDst,
124 inline void XRenderPeer::CompositeTrapezoids( int nOp, in CompositeTrapezoids() argument
128 XRenderCompositeTrapezoids( mpDisplay, nOp, aSrc, aDst, pXRPF, in CompositeTrapezoids()
132 inline void XRenderPeer::CompositeTriangles( int nOp, in CompositeTriangles() argument
136 XRenderCompositeTriangles( mpDisplay, nOp, aSrc, aDst, pXRPF, in CompositeTriangles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/x11/
H A Dxrender_peer.hxx54 void CompositePicture( int nOp, Picture aSrc, Picture aMask, Picture aDst,
59 void FillRectangle( int nOp, Picture aDst, const XRenderColor*,
61 void CompositeTrapezoids( int nOp, Picture aSrc, Picture aDst,
64 void CompositeTriangles( int nOp, Picture aSrc, Picture aDst,
124 inline void XRenderPeer::CompositeTrapezoids( int nOp, in CompositeTrapezoids() argument
128 XRenderCompositeTrapezoids( mpDisplay, nOp, aSrc, aDst, pXRPF, in CompositeTrapezoids()
132 inline void XRenderPeer::CompositeTriangles( int nOp, in CompositeTriangles() argument
136 XRenderCompositeTriangles( mpDisplay, nOp, aSrc, aDst, pXRPF, in CompositeTriangles()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dvdbeaux.c142 i = p->nOp; in sqlite3VdbeAddOp3()
150 p->nOp++; in sqlite3VdbeAddOp3()
301 int nOp; in opIterNext() local
307 nOp = v->nOp; in opIterNext()
310 nOp = p->apSub[p->iSub-1]->nOp; in opIterNext()
481 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p) ){ in sqlite3VdbeAddOpList()
509 p->nOp += nOp; in sqlite3VdbeAddOpList()
782 if( p->nOp ){ in sqlite3VdbeComment()
1311 int nOp = p->nOp; in sqlite3VdbePrintSql() local
1328 int nOp = p->nOp; in sqlite3VdbeIOTraceSql() local
[all …]
H A Dtest_loadext.c54 int nOp = sizeof(aOp)/sizeof(aOp[0]); in statusFunc() local
56 for(i=0; i<nOp; i++){ in statusFunc()
62 if( i>=nOp ){ in statusFunc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/lotus/
H A Dlotread.cxx43 sal_uInt16 nOp; in parse() local
62 pIn->ReadUInt16( nOp ).ReadUInt16( nRecLen ); in parse()
78 if( nOp ) in parse()
107 switch( nOp ) in parse()
238 sal_uInt16 nOp; in Read() local
253 pIn->ReadUInt16( nOp ).ReadUInt16( nRecLen ); in Read()
261 switch( nOp ) in Read()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/lotus/
H A Dlotread.cxx44 sal_uInt16 nOp; in parse() local
63 pIn->ReadUInt16( nOp ).ReadUInt16( nRecLen ); in parse()
79 if( nOp ) in parse()
108 switch( nOp ) in parse()
239 sal_uInt16 nOp; in Read() local
254 pIn->ReadUInt16( nOp ).ReadUInt16( nRecLen ); in Read()
262 switch( nOp ) in Read()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbeaux.c174 i = p->nOp; in sqlite3VdbeAddOp3()
180 p->nOp++; in sqlite3VdbeAddOp3()
441 int nOp; in opIterNext() local
447 nOp = v->nOp; in opIterNext()
450 nOp = p->apSub[p->iSub-1]->nOp; in opIterNext()
722 if( p->nOp + nOp > p->pParse->nOpAlloc && growOpArray(p, nOp) ){ in sqlite3VdbeAddOpList()
752 p->nOp += nOp; in sqlite3VdbeAddOpList()
802 if( p->nOp>0 ) p->aOp[p->nOp-1].p5 = p5; in sqlite3VdbeChangeP5()
928 if( p->nOp>0 && p->aOp[p->nOp-1].opcode==op ){ in sqlite3VdbeDeletePriorOpcode()
1809 int nOp = p->nOp; in sqlite3VdbeIOTraceSql() local
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbeaux.c238 i = p->nOp; in sqlite3VdbeAddOp3()
244 p->nOp++; in sqlite3VdbeAddOp3()
629 int nOp; in opIterNext() local
635 nOp = v->nOp; in opIterNext()
638 nOp = p->apSub[p->iSub-1]->nOp; in opIterNext()
980 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){ in sqlite3VdbeAddOpList()
1010 p->nOp += nOp; in sqlite3VdbeAddOpList()
1060 if( p->nOp>0 ) p->aOp[p->nOp-1].p5 = p5; in sqlite3VdbeChangeP5()
1220 if( p->nOp>0 && p->aOp[p->nOp-1].opcode==op ){ in sqlite3VdbeDeletePriorOpcode()
2220 int nOp = p->nOp; in sqlite3VdbeIOTraceSql() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbeaux.c238 i = p->nOp; in sqlite3VdbeAddOp3()
244 p->nOp++; in sqlite3VdbeAddOp3()
628 int nOp; in opIterNext() local
634 nOp = v->nOp; in opIterNext()
637 nOp = p->apSub[p->iSub-1]->nOp; in opIterNext()
979 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){ in sqlite3VdbeAddOpList()
1009 p->nOp += nOp; in sqlite3VdbeAddOpList()
1059 if( p->nOp>0 ) p->aOp[p->nOp-1].p5 = p5; in sqlite3VdbeChangeP5()
1219 if( p->nOp>0 && p->aOp[p->nOp-1].opcode==op ){ in sqlite3VdbeDeletePriorOpcode()
2219 int nOp = p->nOp; in sqlite3VdbeIOTraceSql() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbeaux.c238 i = p->nOp; in sqlite3VdbeAddOp3()
244 p->nOp++; in sqlite3VdbeAddOp3()
627 int nOp; in opIterNext() local
633 nOp = v->nOp; in opIterNext()
636 nOp = p->apSub[p->iSub-1]->nOp; in opIterNext()
977 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){ in sqlite3VdbeAddOpList()
1007 p->nOp += nOp; in sqlite3VdbeAddOpList()
1057 if( p->nOp>0 ) p->aOp[p->nOp-1].p5 = p5; in sqlite3VdbeChangeP5()
1189 if( p->nOp>0 && p->aOp[p->nOp-1].opcode==op ){ in sqlite3VdbeDeletePriorOpcode()
2158 int nOp = p->nOp; in sqlite3VdbeIOTraceSql() local
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Dmkopcodeh.tcl36 set nOp 0
107 set order($nOp) $name
108 incr nOp
124 set order($nOp) $name
125 incr nOp
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/filter_scan_merging/
H A Dfilter_scan_merging.cpp80 int nOp = 0; in applyFilter() local
96 nOp++; in applyFilter()
100 nOp += 2; in applyFilter()
102 cb(100/nOp, "High Fidelity Scan Merging: computing low frequencies base"); in applyFilter()
116 cb((nMesh+2)*100 / nOp, "High Fidelity Scan Merging: computing high frequencies"); in applyFilter()
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Dmkopcodeh.tcl37 set nOp 0
126 set order($nOp) $name
128 incr nOp
144 set order($nOp) $name
145 incr nOp
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Dmkopcodeh.tcl37 set nOp 0
126 set order($nOp) $name
128 incr nOp
144 set order($nOp) $name
145 incr nOp
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Dmkopcodeh.tcl37 set nOp 0
126 set order($nOp) $name
128 incr nOp
144 set order($nOp) $name
145 incr nOp

12345678910>>...13