Searched refs:str2shift (Results 1 – 2 of 2) sorted by relevance
1627 str2shift(libzfs_handle_t *hdl, const char *buf) in str2shift() function1707 if ((shift = str2shift(hdl, end)) == -1) in zfs_nicestrtonum()1726 if ((shift = str2shift(hdl, end)) == -1) in zfs_nicestrtonum()
681 str2shift(const char *buf) in str2shift() function718 fval *= pow(2, str2shift(end)); in nicenumtoull()731 int shift = str2shift(end); in nicenumtoull()