Searched refs:_PyLong_FromByteArray (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Include/cpython/ |
H A D | longobject.h | 47 /* _PyLong_FromByteArray: View the n unsigned bytes as a binary integer in 60 PyAPI_FUNC(PyObject *) _PyLong_FromByteArray(
|
/third_party/python/Modules/ |
H A D | _randommodule.c | 522 result = _PyLong_FromByteArray((unsigned char *)wordarray, words * 4, in _random_Random_getrandbits_impl()
|
H A D | _tkinter.c | 1080 return _PyLong_FromByteArray((unsigned char *)(void *)&wideValue, in fromWideIntObj() 1123 res = _PyLong_FromByteArray(bytes, numBytes, in fromBignumObj()
|
H A D | arraymodule.c | 2148 pylong = _PyLong_FromByteArray( in array__array_reconstructor_impl()
|
H A D | _pickle.c | 5377 value = _PyLong_FromByteArray((unsigned char *)pdata, (size_t)size, in load_counted_long()
|
/third_party/python/Modules/cjkcodecs/ |
H A D | multibytecodec.c | 952 return (PyObject *)_PyLong_FromByteArray(statebytes, statesize, in _multibytecodec_MultibyteIncrementalEncoder_getstate_impl() 1219 statelong = (PyObject *)_PyLong_FromByteArray(self->state.c, in _multibytecodec_MultibyteIncrementalDecoder_getstate_impl()
|
/third_party/python/Python/ |
H A D | marshal.c | 816 return _PyLong_FromByteArray(buffer, 8, in r_long64()
|
/third_party/python/Objects/ |
H A D | longobject.c | 815 _PyLong_FromByteArray(const unsigned char* bytes, size_t n, in _PyLong_FromByteArray() function 5946 long_obj = _PyLong_FromByteArray( in int_from_bytes_impl()
|
/third_party/python/Modules/_io/ |
H A D | textio.c | 2295 string and call _PyLong_FromByteArray() or _PyLong_AsByteArray (resp.). 2360 return _PyLong_FromByteArray(buffer, sizeof(buffer), in textiowrapper_build_cookie()
|
Completed in 36 milliseconds