Home
last modified time | relevance | path

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

/dports/benchmarks/nbench/nbench-byte-2.2.3/
H A Dnbench0.c156 global_huffstruct.adjust=0; in main()
157 global_huffstruct.arraysize=HUFFARRAYSIZE; in main()
624 global_huffstruct.arraysize= in read_comfile()
629 global_huffstruct.loops= in read_comfile()
631 global_huffstruct.adjust=1; in read_comfile()
635 global_huffstruct.request_secs= in read_comfile()
731 global_huffstruct.request_secs=global_min_seconds; in set_request_secs()
980 return(global_huffstruct.iterspersec); in getscore()
1077 global_huffstruct.arraysize); in show_stats()
1080 global_huffstruct.loops); in show_stats()
H A Dnbench0.h236 HuffStruct global_huffstruct; /* For Huffman compression */ variable
254 (void *)&global_huffstruct,
H A Dnbench1.h43 extern HuffStruct global_huffstruct;
H A Dnbench1.c2643 lochuffstruct=&global_huffstruct; in DoHuffman()