Searched refs:FIO_OPT_FLOAT_LIST (Results 1 - 4 of 4) sorted by relevance

/external/fio/
H A Dparse.h19 FIO_OPT_FLOAT_LIST, enumerator in enum:fio_opt_type
H A Dparse.c56 if (o->type == FIO_OPT_FLOAT_LIST) {
590 case FIO_OPT_FLOAT_LIST: {
866 (o->type != FIO_OPT_FLOAT_LIST)) {
876 } else if (ptr && o->type == FIO_OPT_FLOAT_LIST) {
1215 if (o->type == FIO_OPT_FLOAT_LIST) {
H A Dgoptions.c996 case FIO_OPT_FLOAT_LIST:
1102 case FIO_OPT_FLOAT_LIST:
H A Doptions.c2889 .type = FIO_OPT_FLOAT_LIST,
3297 .type = FIO_OPT_FLOAT_LIST,

Completed in 33 milliseconds