OpenCores
URL https://opencores.org/ocsvn/amber/amber/trunk

Subversion Repositories amber

[/] [amber/] [trunk/] [sw/] [dhry/] [dhry.c] - Diff between revs 31 and 48

Show entire file | Details | Blame | View Log

Rev 31 Rev 48
Line 80... Line 80...
        Str_30          Str_2_Loc;
        Str_30          Str_2_Loc;
  REG   int             Run_Index;
  REG   int             Run_Index;
  REG   int             Number_Of_Runs;
  REG   int             Number_Of_Runs;
 
 
  /* Initializations */
  /* Initializations */
 
  init_malloc();
 
 
  Next_Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type));
  Next_Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type));
  Ptr_Glob      = (Rec_Pointer) malloc (sizeof (Rec_Type));
  Ptr_Glob      = (Rec_Pointer) malloc (sizeof (Rec_Type));
 
 
  Ptr_Glob->Ptr_Comp                    = Next_Ptr_Glob;
  Ptr_Glob->Ptr_Comp                    = Next_Ptr_Glob;
Line 254... Line 255...
    second obtained on the VAX 11/780, nominally a 1 MIPS machine).
    second obtained on the VAX 11/780, nominally a 1 MIPS machine).
 
 
    => 1 dhrystone = 569 cycles on a 1 instruction per cycle Vax machine.
    => 1 dhrystone = 569 cycles on a 1 instruction per cycle Vax machine.
    */
    */
  }
  }
 
    _testpass();
}
}
 
 
 
 
Proc_1 (Ptr_Val_Par)
Proc_1 (Ptr_Val_Par)
/******************/
/******************/

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.