Home
last modified time | relevance | path

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

/third_party/python/Include/
Dlongobject.h147 PyAPI_FUNC(PyObject *) _PyLong_FromByteArray(
/third_party/python/Modules/
D_randommodule.c512 result = _PyLong_FromByteArray((unsigned char *)wordarray, words * 4, in _random_Random_getrandbits_impl()
D_tkinter.c1219 return _PyLong_FromByteArray((unsigned char *)(void *)&wideValue, in fromWideIntObj()
1250 res = _PyLong_FromByteArray(bytes, numBytes, in fromBignumObj()
Darraymodule.c2150 pylong = _PyLong_FromByteArray( in array__array_reconstructor_impl()
D_pickle.c5368 value = _PyLong_FromByteArray((unsigned char *)pdata, (size_t)size, in load_counted_long()
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c953 return (PyObject *)_PyLong_FromByteArray(statebytes, statesize, in _multibytecodec_MultibyteIncrementalEncoder_getstate_impl()
1220 statelong = (PyObject *)_PyLong_FromByteArray(self->state.c, in _multibytecodec_MultibyteIncrementalDecoder_getstate_impl()
/third_party/python/Python/
Dmarshal.c765 return _PyLong_FromByteArray(buffer, 8, in r_long64()
/third_party/python/Objects/
Dlongobject.c728 _PyLong_FromByteArray(const unsigned char* bytes, size_t n, in _PyLong_FromByteArray() function
5510 long_obj = _PyLong_FromByteArray( in int_from_bytes_impl()
/third_party/python/Modules/_io/
Dtextio.c2393 return _PyLong_FromByteArray(buffer, sizeof(buffer), in textiowrapper_build_cookie()