Searched refs:nLoops (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/framework/test/threadtest/ |
H A D | threadtest.cxx | 493 sal_Int32 nLoops , 513 sal_Int32 nLoops , in TestThread() argument 517 , m_nLoops ( nLoops ) in TestThread() 608 sal_Int32 nLoops=0 ); 624 sal_Int32 nLoops ) in measureTime() argument 631 sal_Int32 nLoopCount = nLoops ; in measureTime() 636 if( nLoops == 0 ) in measureTime() 687 sal_Int32 nLoops = 0; /// loop count for every thread in Main() local 705 if( nArgument== 2 ) nLoops =sArgument.toInt32(); in Main() 717 nTime = measureTime( nThreadCount, nOwner, nLoops ); in Main() [all …]
|
/aoo41x/main/framework/test/ |
H A D | threadtest.cxx | 498 sal_Int32 nLoops , 518 sal_Int32 nLoops , in TestThread() argument 522 , m_nLoops ( nLoops ) in TestThread() 613 sal_Int32 nLoops=0 ); 629 sal_Int32 nLoops ) in measureTime() argument 636 sal_Int32 nLoopCount = nLoops ; in measureTime() 641 if( nLoops == 0 ) in measureTime() 691 sal_Int32 nLoops = 0; /// loop count for every thread in Main() local 709 if( nArgument== 2 ) nLoops =sArgument.toInt32(); in Main() 719 nTime = measureTime( nThreadCount, nOwner, nLoops ); in Main() [all …]
|
/aoo41x/main/svtools/source/filter/igif/ |
H A D | gifread.cxx | 51 nLoops ( 1 ), in GIFReader() 273 nLoops = cByte; in ReadExtension() 275 nLoops |= ( (sal_uInt16) cByte << 8 ); in ReadExtension() 286 if( nLoops ) in ReadExtension() 287 nLoops++; in ReadExtension() 579 aAnimation.SetLoopCount( nLoops ); in CreateNewBitmaps()
|
/aoo41x/main/bridges/test/ |
H A D | testcomp.cxx | 490 double getCallsPerSec( const Reference < XCallMe > &rCall , int nLoops, int nToDo ) in getCallsPerSec() argument 494 for( sal_Int32 i = 0; i < nLoops; i ++ ) in getCallsPerSec() 506 int nLoops, in getCallsPerSecOneway() argument 513 for( sal_Int32 i = 0; i < nLoops; i ++ ) in getCallsPerSecOneway() 534 const sal_Int32 nLoops = 10000; in testOnewayPerformanceOnTwoInterfaces() local 537 for( sal_Int32 i = 0; i < nLoops ; i ++ ) in testOnewayPerformanceOnTwoInterfaces() 546 printf( "Overhead per Call [ms] %g\n" , ((fEnd-fStart)/((double)nLoops/1000 ))/2. ); in testOnewayPerformanceOnTwoInterfaces()
|
/aoo41x/main/svtools/source/inc/ |
H A D | gifread.hxx | 98 sal_uInt16 nLoops; member in GIFReader
|
/aoo41x/main/sfx2/source/control/ |
H A D | bindings.cxx | 1729 sal_uInt16 nLoops = 10; in IMPL_LINK() local 1779 if ( bWasDirty && !bJobDone && bPreEmptive && (--nLoops == 0) ) in IMPL_LINK()
|
/aoo41x/main/sc/source/core/data/ |
H A D | document.cxx | 280 SCTAB nLoops = 0; // "zur Sicherheit" in CreateValidTabName() local 281 for ( SCTAB i = nMaxTableNumber+1; !bOk && nLoops <= MAXTAB; i++ ) in CreateValidTabName() 289 ++nLoops; in CreateValidTabName()
|
Completed in 177 milliseconds