Searched defs:count_step (Results 1 – 3 of 3) sorted by relevance
263 uint32_t const count_step, in hs_bench()567 uint32_t const count_step = (argc <= 5) ? count_lo : strtoul(argv[5],NULL,0); in main() local
310 uint32_t const count_step, in hs_bench()697 uint32_t const count_step = (argc <= 4) ? count_lo : strtoul(argv[4],NULL,0); in main() local
537 uint32_t const count_step = (argc <= 6) ? count_lo : strtoul(argv[ 6],NULL,0); in main() local