Searched refs:_PyLong_AsByteArray (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Include/cpython/ |
H A D | longobject.h | 64 /* _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 D | util.c | 158 if (_PyLong_AsByteArray((PyLongObject *)py_val, in _pysqlite_long_as_int64()
|
/third_party/python/Modules/ |
H A D | _struct.c | 939 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.c | 329 res = _PyLong_AsByteArray((PyLongObject *)n, in random_seed()
|
H A D | _tkinter.c | 957 if (_PyLong_AsByteArray((PyLongObject *)value, in AsObj()
|
H A D | _pickle.c | 2174 i = _PyLong_AsByteArray((PyLongObject *)obj, in save_long()
|
/third_party/python/Modules/cjkcodecs/ |
H A D | multibytecodec.c | 971 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 D | longobject.c | 926 _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 D | textio.c | 2295 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