Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dutil.c115 if (_PyLong_AsByteArray((PyLongObject *)py_val, in _pysqlite_long_as_int64()
/third_party/python/Include/
Dlongobject.h170 PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
/third_party/python/Modules/
D_struct.c937 res = _PyLong_AsByteArray((PyLongObject *)v, in bp_longlong()
953 res = _PyLong_AsByteArray((PyLongObject *)v, in bp_ulonglong()
1152 res = _PyLong_AsByteArray((PyLongObject*)v, in lp_longlong()
1168 res = _PyLong_AsByteArray((PyLongObject*)v, in lp_ulonglong()
D_randommodule.c321 res = _PyLong_AsByteArray((PyLongObject *)n, in random_seed()
D_tkinter.c1094 if (_PyLong_AsByteArray((PyLongObject *)value, in AsObj()
D_pickle.c2172 i = _PyLong_AsByteArray((PyLongObject *)obj, in save_long()
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c972 if (_PyLong_AsByteArray(statelong, statebytes, sizeof(statebytes), in _multibytecodec_MultibyteIncrementalEncoder_setstate_impl()
1255 if (_PyLong_AsByteArray(statelong, statebytes, sizeof(statebytes), in _multibytecodec_MultibyteIncrementalDecoder_setstate_impl()
/third_party/python/Objects/
Dlongobject.c842 _PyLong_AsByteArray(PyLongObject* v, in _PyLong_AsByteArray() function
1156 res = _PyLong_AsByteArray((PyLongObject *)v, (unsigned char *)&bytes, in PyLong_AsLongLong()
1195 res = _PyLong_AsByteArray((PyLongObject *)vv, (unsigned char *)&bytes, in PyLong_AsUnsignedLongLong()
5483 if (_PyLong_AsByteArray((PyLongObject *)self, in int_to_bytes_impl()
/third_party/python/Modules/_io/
Dtextio.c2366 if (_PyLong_AsByteArray(cookieLong, buffer, sizeof(buffer), in textiowrapper_parse_cookie()