Home
last modified time | relevance | path

Searched refs:str2shift (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c1619 str2shift(libzfs_handle_t *hdl, const char *buf) in str2shift() function
1699 if ((shift = str2shift(hdl, end)) == -1) in zfs_nicestrtonum()
1718 if ((shift = str2shift(hdl, end)) == -1) in zfs_nicestrtonum()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c685 str2shift(const char *buf) in str2shift() function
722 fval *= pow(2, str2shift(end)); in nicenumtoull()
735 int shift = str2shift(end); in nicenumtoull()