Searched refs:_PyLong_AsByteArray (Results 1 - 15 of 15) sorted by relevance

/external/python/cpython2/Include/
H A Dlongobject.h96 /* _PyLong_AsByteArray: Convert the least-significant 8*n bits of long
115 PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
/external/python/cpython2/Modules/_sqlite/
H A Dutil.c163 if (_PyLong_AsByteArray((PyLongObject *)py_val,
/external/python/cpython3/Modules/_sqlite/
H A Dutil.c144 if (_PyLong_AsByteArray((PyLongObject *)py_val,
/external/python/cpython3/Include/
H A Dlongobject.h144 /* _PyLong_AsByteArray: Convert the least-significant 8*n bits of long
163 PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
/external/python/cpython2/Modules/
H A D_struct.c863 res = _PyLong_AsByteArray((PyLongObject *)v,
879 res = _PyLong_AsByteArray((PyLongObject *)v,
1083 res = _PyLong_AsByteArray((PyLongObject*)v,
1099 res = _PyLong_AsByteArray((PyLongObject*)v,
H A D_tkinter.c1115 if (_PyLong_AsByteArray((PyLongObject *)value,
H A DcPickle.c1125 i = _PyLong_AsByteArray((PyLongObject *)args,
/external/python/cpython3/Modules/
H A D_randommodule.c287 res = _PyLong_AsByteArray((PyLongObject *)n,
H A D_struct.c917 res = _PyLong_AsByteArray((PyLongObject *)v,
933 res = _PyLong_AsByteArray((PyLongObject *)v,
1136 res = _PyLong_AsByteArray((PyLongObject*)v,
1152 res = _PyLong_AsByteArray((PyLongObject*)v,
H A D_tkinter.c1058 if (_PyLong_AsByteArray((PyLongObject *)value,
H A D_pickle.c1904 i = _PyLong_AsByteArray((PyLongObject *)obj,
/external/python/cpython3/Objects/
H A Dlongobject.c855 _PyLong_AsByteArray(PyLongObject* v, function
1221 res = _PyLong_AsByteArray((PyLongObject *)v, (unsigned char *)&bytes,
1260 res = _PyLong_AsByteArray((PyLongObject *)vv, (unsigned char *)&bytes,
5215 if (_PyLong_AsByteArray(v, (unsigned char *)PyBytes_AS_STRING(bytes),
/external/python/cpython2/Objects/
H A Dlongobject.c635 _PyLong_AsByteArray(PyLongObject* v, function
977 res = _PyLong_AsByteArray((PyLongObject *)vv, (unsigned char *)&bytes,
1002 res = _PyLong_AsByteArray((PyLongObject *)vv, (unsigned char *)&bytes,
/external/python/cpython2/Modules/_io/
H A Dtextio.c1887 string and call _PyLong_FromByteArray() or _PyLong_AsByteArray (resp.).
1931 if (_PyLong_AsByteArray(cookieLong, buffer, sizeof(buffer),
/external/python/cpython3/Modules/_io/
H A Dtextio.c1933 string and call _PyLong_FromByteArray() or _PyLong_AsByteArray (resp.).
1971 if (_PyLong_AsByteArray(cookieLong, buffer, sizeof(buffer),

Completed in 598 milliseconds