Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dutil.c137 if (_PyLong_AsByteArray((PyLongObject *)py_val, in _pysqlite_long_as_int64()
/external/python/cpython2/Include/
Dlongobject.h115 PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
/external/python/cpython2/Modules/_sqlite/
Dutil.c163 if (_PyLong_AsByteArray((PyLongObject *)py_val, in _pysqlite_long_as_int64()
/external/python/cpython3/Include/
Dlongobject.h163 PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
/external/python/cpython2/Modules/
D_struct.c865 res = _PyLong_AsByteArray((PyLongObject *)v, in bp_longlong()
881 res = _PyLong_AsByteArray((PyLongObject *)v, in bp_ulonglong()
1087 res = _PyLong_AsByteArray((PyLongObject*)v, in lp_longlong()
1103 res = _PyLong_AsByteArray((PyLongObject*)v, in lp_ulonglong()
D_tkinter.c1115 if (_PyLong_AsByteArray((PyLongObject *)value, in AsObj()
DcPickle.c1135 i = _PyLong_AsByteArray((PyLongObject *)args, in save_long()
/external/python/cpython3/Modules/
D_struct.c915 res = _PyLong_AsByteArray((PyLongObject *)v, in bp_longlong()
931 res = _PyLong_AsByteArray((PyLongObject *)v, in bp_ulonglong()
1130 res = _PyLong_AsByteArray((PyLongObject*)v, in lp_longlong()
1146 res = _PyLong_AsByteArray((PyLongObject*)v, in lp_ulonglong()
D_randommodule.c290 res = _PyLong_AsByteArray((PyLongObject *)n, in random_seed()
D_tkinter.c1006 if (_PyLong_AsByteArray((PyLongObject *)value, in AsObj()
D_pickle.c2020 i = _PyLong_AsByteArray((PyLongObject *)obj, in save_long()
/external/python/cpython2/PC/os2emx/
Dpython27.def399 "_PyLong_AsByteArray"
/external/python/cpython3/Objects/
Dlongobject.c885 _PyLong_AsByteArray(PyLongObject* v, in _PyLong_AsByteArray() function
1250 res = _PyLong_AsByteArray((PyLongObject *)v, (unsigned char *)&bytes, in PyLong_AsLongLong()
1289 res = _PyLong_AsByteArray((PyLongObject *)vv, (unsigned char *)&bytes, in PyLong_AsUnsignedLongLong()
5214 if (_PyLong_AsByteArray((PyLongObject *)self, in int_to_bytes_impl()
/external/python/cpython2/Objects/
Dlongobject.c635 _PyLong_AsByteArray(PyLongObject* v, in _PyLong_AsByteArray() function
977 res = _PyLong_AsByteArray((PyLongObject *)vv, (unsigned char *)&bytes, in PyLong_AsLongLong()
1002 res = _PyLong_AsByteArray((PyLongObject *)vv, (unsigned char *)&bytes, in PyLong_AsUnsignedLongLong()
/external/python/cpython2/Modules/_io/
Dtextio.c1936 if (_PyLong_AsByteArray(cookieLong, buffer, sizeof(buffer), in textiowrapper_parse_cookie()
/external/python/cpython3/Modules/_io/
Dtextio.c2240 if (_PyLong_AsByteArray(cookieLong, buffer, sizeof(buffer), in textiowrapper_parse_cookie()