Home | History | Annotate | Download | only in dist

Lines Matching refs:maxOut

13923   u32 maxOut;         /* Maximum instantaneous currentOut */
14104 if( mem5.maxOut<mem5.currentOut ) mem5.maxOut = mem5.currentOut;
14359 fprintf(out, "mem5.maxOut = %u\n", mem5.maxOut);