Searched refs:_PyLong_AsByteArray (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython3/Modules/_sqlite/ |
D | util.c | 121 if (_PyLong_AsByteArray((PyLongObject *)py_val, in _pysqlite_long_as_int64()
|
/external/python/cpython2/Modules/_sqlite/ |
D | util.c | 163 if (_PyLong_AsByteArray((PyLongObject *)py_val, in _pysqlite_long_as_int64()
|
/external/python/cpython2/Include/ |
D | longobject.h | 115 PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
|
/external/python/cpython3/Include/ |
D | longobject.h | 172 PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
|
/external/python/cpython2/Modules/ |
D | _struct.c | 865 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.c | 1115 if (_PyLong_AsByteArray((PyLongObject *)value, in AsObj()
|
D | cPickle.c | 1135 i = _PyLong_AsByteArray((PyLongObject *)args, in save_long()
|
/external/python/cpython3/Modules/ |
D | _struct.c | 926 res = _PyLong_AsByteArray((PyLongObject *)v, in bp_longlong() 942 res = _PyLong_AsByteArray((PyLongObject *)v, in bp_ulonglong() 1141 res = _PyLong_AsByteArray((PyLongObject*)v, in lp_longlong() 1157 res = _PyLong_AsByteArray((PyLongObject*)v, in lp_ulonglong()
|
D | _randommodule.c | 319 res = _PyLong_AsByteArray((PyLongObject *)n, in random_seed()
|
D | _tkinter.c | 1037 if (_PyLong_AsByteArray((PyLongObject *)value, in AsObj()
|
D | _pickle.c | 2176 i = _PyLong_AsByteArray((PyLongObject *)obj, in save_long()
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | multibytecodec.c | 950 if (_PyLong_AsByteArray(statelong, statebytes, sizeof(statebytes), in _multibytecodec_MultibyteIncrementalEncoder_setstate_impl() 1258 if (_PyLong_AsByteArray(statelong, statebytes, sizeof(statebytes), in _multibytecodec_MultibyteIncrementalDecoder_setstate_impl()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 399 "_PyLong_AsByteArray"
|
/external/python/cpython3/Objects/ |
D | longobject.c | 956 _PyLong_AsByteArray(PyLongObject* v, in _PyLong_AsByteArray() function 1270 res = _PyLong_AsByteArray((PyLongObject *)v, (unsigned char *)&bytes, in PyLong_AsLongLong() 1309 res = _PyLong_AsByteArray((PyLongObject *)vv, (unsigned char *)&bytes, in PyLong_AsUnsignedLongLong() 5504 if (_PyLong_AsByteArray((PyLongObject *)self, in int_to_bytes_impl()
|
/external/python/cpython2/Objects/ |
D | longobject.c | 635 _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/ |
D | textio.c | 1936 if (_PyLong_AsByteArray(cookieLong, buffer, sizeof(buffer), in textiowrapper_parse_cookie()
|
/external/python/cpython3/Modules/_io/ |
D | textio.c | 2356 if (_PyLong_AsByteArray(cookieLong, buffer, sizeof(buffer), in textiowrapper_parse_cookie()
|