Searched refs:aStep1 (Results 1 – 3 of 3) sorted by relevance
159 SbiRuntime::pStep1 SbiRuntime::aStep1[] = { // Alle Opcodes mit einem Operanden member in SbiRuntime742 (this->*( aStep1[ eOp - SbOP1_START ] ) )( nOp1 ); in Step()
281 static pStep1 aStep1[]; // Opcode-Tabelle Gruppe 1 member in SbiRuntime
2114 clock_t aStep1; in initialize() local2304 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 43 milliseconds