Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Druntime.cxx159 SbiRuntime::pStep1 SbiRuntime::aStep1[] = { // Alle Opcodes mit einem Operanden member in SbiRuntime
742 (this->*( aStep1[ eOp - SbOP1_START ] ) )( nOp1 ); in Step()
/trunk/main/basic/source/inc/
H A Druntime.hxx281 static pStep1 aStep1[]; // Opcode-Tabelle Gruppe 1 member in SbiRuntime
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2114 clock_t aStep1; in initialize() local
2304 aStep1 = times( &tms ); in initialize()
2417 fprintf( stderr, "Step 1 took %lf seconds\n", (double)(aStep1 - aStart)/fTick ); in initialize()
2418 fprintf( stderr, "Step 2 took %lf seconds\n", (double)(aStep2 - aStep1)/fTick ); in initialize()

Completed in 51 milliseconds