Home
last modified time | relevance | path

Searched refs:aStep2 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basic/source/runtime/
H A Druntime.cxx188 SbiRuntime::pStep2 SbiRuntime::aStep2[] = {// Alle Opcodes mit zwei Operanden member in SbiRuntime
748 (this->*( aStep2[ eOp - SbOP2_START ] ) )( nOp1, nOp2 ); in Step()
/trunk/main/basic/source/inc/
H A Druntime.hxx282 static pStep2 aStep2[]; // Opcode-Tabelle Gruppe 2 member in SbiRuntime
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2115 clock_t aStep2; in initialize() local
2396 aStep2 = times( &tms ); in initialize()
2418 fprintf( stderr, "Step 2 took %lf seconds\n", (double)(aStep2 - aStep1)/fTick ); in initialize()
2419 fprintf( stderr, "Step 3 took %lf seconds\n", (double)(aStep3 - aStep2)/fTick ); in initialize()

Completed in 63 milliseconds