Searched refs:nLoop (Results 1 – 15 of 15) sorted by relevance
587 i = nLoop; in benchmark()597 i = nLoop; in benchmark()606 i = nLoop; in benchmark()613 i = nLoop; in benchmark()621 i = nLoop; in benchmark()628 i = nLoop; in benchmark()637 i = nLoop; in benchmark()656 i = nLoop; in benchmark()662 i = nLoop; in benchmark()669 i = nLoop; in benchmark()[all …]
91 sal_uInt32 nLoop; in Test_Insert() local102 nLoop = 0; // divide to range in Test_Insert()103 while( (nMax != nLoop) && IsEntry( nIndex ) ) in Test_Insert()111 nLoop++; in Test_Insert()118 DBG_ASSERT( nMax != nLoop, "Hash table full" ); in Test_Insert()119 if( nMax != nLoop ) in Test_Insert()
195 for( sal_uInt16 nLoop = 1; nLoop <= 2; ++nLoop ) in SetRedlineMode() local3143 Show( nLoop ); in CallDisplayFunc()3146 Hide( nLoop ); in CallDisplayFunc()3149 ShowOriginal( nLoop ); in CallDisplayFunc()3156 if( 1 <= nLoop ) in Show()3197 if( 1 <= nLoop ) in Hide()3203 switch( nLoop ) in Hide()3213 if( 1 <= nLoop ) in Hide()3239 switch( nLoop ) in ShowOriginal()3249 if( 1 <= nLoop ) in ShowOriginal()[all …]
249 void CallDisplayFunc( sal_uInt16 nLoop = 0 );250 void Show( sal_uInt16 nLoop = 0 );251 void Hide( sal_uInt16 nLoop = 0 );252 void ShowOriginal( sal_uInt16 nLoop = 0 );
71 nLoop = 2077 nLoop -= 178 if nLoop <= 0:
96 sal_Int32 nLoop = 10000; in testLatency() local101 for( i = 0 ; i < nLoop ; i++ ) in testLatency()113 printf( "System latency per call : %g\n" , (( fEnd-fStart )/2.) / ((double)(nLoop)) ); in testLatency()
1118 int n = 0, nLoop = 0; in implCursorUpDown() local1141 nLoop = n; in implCursorUpDown()1149 nLoop = n-1; in implCursorUpDown()1154 nLoop = mpImpl->maEntryVector.size()-1; in implCursorUpDown()1187 } while ( n != nLoop ); in implCursorUpDown()
329 sal_uInt32 nLoop = pOption->GetSNumber(); in NewMarquee() local330 nCount = (sal_uInt16)(nLoop>0 ? nLoop : 0 ); in NewMarquee()
247 sal_uInt32 nLoop = aGen.GetPC(); in For() local253 aGen.Gen( _JUMP, nLoop ); in For()
1399 for (sal_Int32 nLoop=0; nLoop<3; ++nLoop) in CreateFont() local
127 void LoopControl( SwPageFrm* pPage, sal_uInt8 nLoop );
4879 sal_uInt16 nLoop = n; in ImplCursorUpDown() local4887 nLoop = n-1; in ImplCursorUpDown()4892 nLoop = n+1; in ImplCursorUpDown()4944 } while ( n != nLoop ); in ImplCursorUpDown()5785 sal_uInt16 nLoop = n; in ImplHandleKeyEvent() local5788 { n = (sal_uInt16)-1; nLoop = n+1; } in ImplHandleKeyEvent()5790 { n = pMenu->GetItemCount(); nLoop = n-1; } in ImplHandleKeyEvent()5817 } while ( n != nLoop ); in ImplHandleKeyEvent()
1033 for( int nLoop = 0; nLoop < 2; ++nLoop ) in InsertTxbxText() local1057 if( !nLoop ) in InsertTxbxText()
1918 for (int nLoop = 0; nLoop < 2; ++nLoop) in WW8TabDesc() local2018 if( !nLoop ) in WW8TabDesc()
2580 sal_uInt16 nLoop = pStyleFamilies->Count(); in updateFamilyImages() local2581 for( ; nLoop--; ) in updateFamilyImages()2583 const SfxStyleFamilyItem *pItem = pStyleFamilies->GetObject( nLoop ); in updateFamilyImages()
Completed in 171 milliseconds