Searched refs:_PyLong_FromByteArray (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Include/ |
D | longobject.h | 147 PyAPI_FUNC(PyObject *) _PyLong_FromByteArray(
|
/third_party/python/Modules/ |
D | _randommodule.c | 512 result = _PyLong_FromByteArray((unsigned char *)wordarray, words * 4, in _random_Random_getrandbits_impl()
|
D | _tkinter.c | 1219 return _PyLong_FromByteArray((unsigned char *)(void *)&wideValue, in fromWideIntObj() 1250 res = _PyLong_FromByteArray(bytes, numBytes, in fromBignumObj()
|
D | arraymodule.c | 2150 pylong = _PyLong_FromByteArray( in array__array_reconstructor_impl()
|
D | _pickle.c | 5368 value = _PyLong_FromByteArray((unsigned char *)pdata, (size_t)size, in load_counted_long()
|
/third_party/python/Modules/cjkcodecs/ |
D | multibytecodec.c | 953 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/ |
D | marshal.c | 765 return _PyLong_FromByteArray(buffer, 8, in r_long64()
|
/third_party/python/Objects/ |
D | longobject.c | 728 _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/ |
D | textio.c | 2393 return _PyLong_FromByteArray(buffer, sizeof(buffer), in textiowrapper_build_cookie()
|