Searched refs:aStep2 (Results 1 – 3 of 3) sorted by relevance
188 SbiRuntime::pStep2 SbiRuntime::aStep2[] = {// Alle Opcodes mit zwei Operanden member in SbiRuntime748 (this->*( aStep2[ eOp - SbOP2_START ] ) )( nOp1, nOp2 ); in Step()
282 static pStep2 aStep2[]; // Opcode-Tabelle Gruppe 2 member in SbiRuntime
2115 clock_t aStep2; in initialize() local2396 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 24 milliseconds