Lines Matching refs:nsteps
74 #define llquantize_nsteps u.llquantize.nsteps
83 uint16_t nsteps; member
1165 uint16_t factor, low, high, nsteps; in dt_format_llquantize_prepare() local
1181 nsteps = DTRACE_LLQUANTIZE_NSTEP(arg); in dt_format_llquantize_prepare()
1188 nsteps == 0 || factor > nsteps) { in dt_format_llquantize_prepare()
1219 step = next > nsteps ? next / nsteps : 1; in dt_format_llquantize_prepare()
1226 args->llquantize_nsteps = nsteps; in dt_format_llquantize_prepare()
1241 uint16_t factor, low, high, nsteps; in dt_format_llquantize() local
1258 nsteps = args.llquantize_nsteps; in dt_format_llquantize()
1292 step = next > nsteps ? next / nsteps : 1; in dt_format_llquantize()
1316 uint16_t factor, low, high, nsteps; in dt_print_llquantize() local
1335 nsteps = args.llquantize_nsteps; in dt_print_llquantize()
1380 step = next > nsteps ? next / nsteps : 1; in dt_print_llquantize()