OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_seconds
(Results
1 - 3
of
3
) sorted by null
/external/fio/
parse.c
130
int
is_seconds
)
146
if (
is_seconds
)
300
int
is_seconds
, int is_time)
315
if (
is_seconds
)
320
if (!kilo &&
is_seconds
)
348
*val *= get_mult_time(str, len,
is_seconds
);
358
int check_str_time(const char *p, long long *val, int
is_seconds
)
360
return str_to_decimal(p, val, 0, NULL,
is_seconds
, 1);
516
ret = check_str_time(tmp, &ull, o->
is_seconds
);
parse.h
75
int
is_seconds
; /* time value with seconds base */
member in struct:fio_option
options.c
[
all
...]
Completed in 227 milliseconds