Searched refs:long_from_binary_base (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dlongobject.c1655 long_from_binary_base(char **str, int base) function
1764 z = long_from_binary_base(&str, base);
1820 can't happen: whenever B is a power of 2, long_from_binary_base() is called
/external/python/cpython3/Objects/
H A Dlongobject.c2014 long_from_binary_base(const char **str, int base, PyLongObject **res) function
2169 int res = long_from_binary_base(&str, base, &z);
2229 happen: whenever B is a power of 2, long_from_binary_base() is called

Completed in 191 milliseconds