Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dlongobject.h64 /* _PyLong_AsByteArray: Convert the least-significant 8*n bits of long
83 PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
/third_party/python/Modules/_sqlite/
H A Dutil.c158 if (_PyLong_AsByteArray((PyLongObject *)py_val, in _pysqlite_long_as_int64()
/third_party/python/Modules/
H A D_struct.c939 res = _PyLong_AsByteArray((PyLongObject *)v, in bp_longlong()
955 res = _PyLong_AsByteArray((PyLongObject *)v, in bp_ulonglong()
1154 res = _PyLong_AsByteArray((PyLongObject*)v, in lp_longlong()
1170 res = _PyLong_AsByteArray((PyLongObject*)v, in lp_ulonglong()
H A D_randommodule.c329 res = _PyLong_AsByteArray((PyLongObject *)n, in random_seed()
H A D_tkinter.c957 if (_PyLong_AsByteArray((PyLongObject *)value, in AsObj()
H A D_pickle.c2174 i = _PyLong_AsByteArray((PyLongObject *)obj, in save_long()
/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c971 if (_PyLong_AsByteArray(statelong, statebytes, sizeof(statebytes), in _multibytecodec_MultibyteIncrementalEncoder_setstate_impl()
1254 if (_PyLong_AsByteArray(statelong, statebytes, sizeof(statebytes), in _multibytecodec_MultibyteIncrementalDecoder_setstate_impl()
/third_party/python/Objects/
H A Dlongobject.c926 _PyLong_AsByteArray(PyLongObject* v, in _PyLong_AsByteArray() function
1234 res = _PyLong_AsByteArray((PyLongObject *)v, (unsigned char *)&bytes, in PyLong_AsLongLong()
1273 res = _PyLong_AsByteArray((PyLongObject *)vv, (unsigned char *)&bytes, in PyLong_AsUnsignedLongLong()
5890 if (_PyLong_AsByteArray((PyLongObject *)self, in int_to_bytes_impl()
/third_party/python/Modules/_io/
H A Dtextio.c2295 string and call _PyLong_FromByteArray() or _PyLong_AsByteArray (resp.).
2333 if (_PyLong_AsByteArray(cookieLong, buffer, sizeof(buffer), in textiowrapper_parse_cookie()

Completed in 32 milliseconds