Searched defs:check_range_bytes (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dparse.c356 static int check_range_bytes(const char *str, long *val, void *data) function
684 if (!check_range_bytes(p1, &ul1, data) &&
685 !check_range_bytes(p2, &ul2, data)) {

Completed in 55 milliseconds