Searched refs:_PyLong_FromByteArray (Results 1 - 17 of 17) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
H A Dutil.c119 return _PyLong_FromByteArray(&value, sizeof(value),
130 return _PyLong_FromByteArray(&value, sizeof(value),
/external/python/cpython2/Include/
H A Dlongobject.h79 /* _PyLong_FromByteArray: View the n unsigned bytes as a binary integer in
92 PyAPI_FUNC(PyObject *) _PyLong_FromByteArray(
/external/python/cpython3/Modules/_sqlite/
H A Dutil.c118 return _PyLong_FromByteArray(&value, sizeof(value),
/external/python/cpython3/Include/
H A Dlongobject.h127 /* _PyLong_FromByteArray: View the n unsigned bytes as a binary integer in
140 PyAPI_FUNC(PyObject *) _PyLong_FromByteArray(
/external/python/cpython2/Modules/
H A D_randommodule.c493 result = _PyLong_FromByteArray(bytearray, bytes, 1, 0);
H A D_struct.c764 return _PyLong_FromByteArray((const unsigned char *)p,
785 return _PyLong_FromByteArray((const unsigned char *)p,
992 return _PyLong_FromByteArray((const unsigned char *)p,
1013 return _PyLong_FromByteArray((const unsigned char *)p,
H A D_tkinter.c1243 return _PyLong_FromByteArray((unsigned char *)(void *)&wideValue,
1279 res = _PyLong_FromByteArray(bytes, numBytes,
H A DcPickle.c3580 along = _PyLong_FromByteArray(pdata, (size_t)size,
/external/python/cpython3/Modules/
H A D_randommodule.c424 result = _PyLong_FromByteArray((unsigned char *)wordarray, words * 4,
H A D_tkinter.c1187 return _PyLong_FromByteArray((unsigned char *)(void *)&wideValue,
1218 res = _PyLong_FromByteArray(bytes, numBytes,
H A Darraymodule.c2074 pylong = _PyLong_FromByteArray(
H A D_pickle.c4811 value = _PyLong_FromByteArray((unsigned char *)pdata, (size_t)size,
/external/python/cpython2/Python/
H A Dmarshal.c569 return _PyLong_FromByteArray(buf, 8, is_little_endian, 1);
/external/python/cpython2/Objects/
H A Dlongobject.c524 _PyLong_FromByteArray(const unsigned char* bytes, size_t n, function
920 return _PyLong_FromByteArray((unsigned char *)&bytes,
931 return _PyLong_FromByteArray((unsigned char *)&bytes,
/external/python/cpython3/Objects/
H A Dlongobject.c744 _PyLong_FromByteArray(const unsigned char* bytes, size_t n, function
5292 long_obj = _PyLong_FromByteArray(
/external/python/cpython2/Modules/_io/
H A Dtextio.c1887 string and call _PyLong_FromByteArray() or _PyLong_AsByteArray (resp.).
1958 return _PyLong_FromByteArray(buffer, sizeof(buffer), IS_LITTLE_ENDIAN, 0);
/external/python/cpython3/Modules/_io/
H A Dtextio.c1933 string and call _PyLong_FromByteArray() or _PyLong_AsByteArray (resp.).
1998 return _PyLong_FromByteArray(buffer, sizeof(buffer),

Completed in 783 milliseconds