HomeSort by relevance Sort by last modified time
    Searched refs:pareto_h (Results 1 - 5 of 5) sorted by null

  /external/fio/
thread_options.h 131 fio_fp64_t pareto_h; member in struct:thread_options
358 fio_fp64_t pareto_h; member in struct:thread_options_pack
libfio.c 313 compiletime_assert((offsetof(struct thread_options_pack, pareto_h) % 8) == 0, "pareto_h");
cconv.c 167 o->pareto_h.u.f = fio_uint64_to_double(le64_to_cpu(top->pareto_h.u.i));
341 top->pareto_h.u.i = __cpu_to_le64(fio_double_to_uint64(o->pareto_h.u.f));
filesetup.c 1002 pareto_init(&f->zipf, nranges, td->o.pareto_h.u.f, seed);
options.c 744 td->o.pareto_h.u.f = val;
    [all...]

Completed in 703 milliseconds