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

  /external/fio/
parse.h 92 extern int check_str_bytes(const char *p, long long *val, void *data);
parse.c 311 int check_str_bytes(const char *p, long long *val, void *data) function
472 ret = check_str_bytes(tmp, &ull, data);
goptions.c 526 check_str_bytes(o->def, &val, o);
733 check_str_bytes(o->def, &val, o);
    [all...]

Completed in 86 milliseconds