Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlongobject.c1655 long_from_binary_base(char **str, int base) in long_from_binary_base() function
1764 z = long_from_binary_base(&str, base); in PyLong_FromString()