Home
last modified time | relevance | path

Searched refs:global_ideastruct (Results 1 – 4 of 4) sorted by relevance

/dports/benchmarks/nbench/nbench-byte-2.2.3/
H A Dnbench0.c153 global_ideastruct.adjust=0; in main()
154 global_ideastruct.arraysize=IDEAARRAYSIZE; in main()
605 global_ideastruct.arraysize= in read_comfile()
610 global_ideastruct.loops= in read_comfile()
615 global_ideastruct.request_secs= in read_comfile()
730 global_ideastruct.request_secs=global_min_seconds; in set_request_secs()
978 return(global_ideastruct.iterspersec); in getscore()
1068 global_ideastruct.arraysize); in show_stats()
1071 global_ideastruct.loops); in show_stats()
H A Dnbench0.h235 IDEAStruct global_ideastruct; /* For IDEA encryption */ variable
253 (void *)&global_ideastruct,
H A Dnbench1.h42 extern IDEAStruct global_ideastruct;
H A Dnbench1.c2259 locideastruct=&global_ideastruct; in DoIDEA()