Home
last modified time | relevance | path

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

/dports/benchmarks/nbench/nbench-byte-2.2.3/
H A Dnbench0.c143 global_bitopstruct.adjust=0; in main()
144 global_bitopstruct.bitfieldarraysize=BITFARRAYSIZE; in main()
537 global_bitopstruct.bitoparraysize= in read_comfile()
539 global_bitopstruct.adjust=1; in read_comfile()
543 global_bitopstruct.bitfieldarraysize= in read_comfile()
548 global_bitopstruct.request_secs= in read_comfile()
726 global_bitopstruct.request_secs=global_min_seconds; in set_request_secs()
970 return(global_bitopstruct.bitopspersec); in getscore()
1038 global_bitopstruct.bitoparraysize); in show_stats()
1041 global_bitopstruct.bitfieldarraysize); in show_stats()
H A Dnbench0.h231 BitOpStruct global_bitopstruct; /* For bitfield operations */ variable
249 (void *)&global_bitopstruct,
H A Dnbench1.h38 extern BitOpStruct global_bitopstruct;
H A Dnbench1.c946 locbitopstruct=&global_bitopstruct; in DoBitops()
1108 for (i=0;i<global_bitopstruct.bitfieldarraysize;i++) in DoBitfieldIteration()