/aosp_15_r20/external/python/cpython2/Modules/_sqlite/ |
D | util.c | 119 return _PyLong_FromByteArray(&value, sizeof(value), in _pysqlite_long_from_int64() 130 return _PyLong_FromByteArray(&value, sizeof(value), in _pysqlite_long_from_int64()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | longobject.h | 60 PyAPI_FUNC(PyObject *) _PyLong_FromByteArray(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | longobject.h | 60 PyAPI_FUNC(PyObject *) _PyLong_FromByteArray(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | longobject.h | 60 PyAPI_FUNC(PyObject *) _PyLong_FromByteArray(
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | longobject.h | 60 PyAPI_FUNC(PyObject *) _PyLong_FromByteArray(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | longobject.h | 60 PyAPI_FUNC(PyObject *) _PyLong_FromByteArray(
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _struct.c | 764 return _PyLong_FromByteArray((const unsigned char *)p, in bu_longlong() 785 return _PyLong_FromByteArray((const unsigned char *)p, in bu_ulonglong() 994 return _PyLong_FromByteArray((const unsigned char *)p, in lu_longlong() 1015 return _PyLong_FromByteArray((const unsigned char *)p, in lu_ulonglong()
|
D | _randommodule.c | 502 result = _PyLong_FromByteArray(bytearray, bytes, 1, 0); in random_getrandbits()
|
D | _tkinter.c | 1243 return _PyLong_FromByteArray((unsigned char *)(void *)&wideValue, in fromWideIntObj() 1279 res = _PyLong_FromByteArray(bytes, numBytes, in fromBignumObj()
|
D | cPickle.c | 3596 along = _PyLong_FromByteArray(pdata, (size_t)size, in load_counted_long()
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | longobject.h | 92 PyAPI_FUNC(PyObject *) _PyLong_FromByteArray(
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _randommodule.c | 522 result = _PyLong_FromByteArray((unsigned char *)wordarray, words * 4, in _random_Random_getrandbits_impl()
|
D | _tkinter.c | 1080 return _PyLong_FromByteArray((unsigned char *)(void *)&wideValue, in fromWideIntObj() 1123 res = _PyLong_FromByteArray(bytes, numBytes, in fromBignumObj()
|
D | arraymodule.c | 2148 pylong = _PyLong_FromByteArray( in array__array_reconstructor_impl()
|
D | _pickle.c | 5377 value = _PyLong_FromByteArray((unsigned char *)pdata, (size_t)size, in load_counted_long()
|
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/ |
D | multibytecodec.c | 952 return (PyObject *)_PyLong_FromByteArray(statebytes, statesize, in _multibytecodec_MultibyteIncrementalEncoder_getstate_impl() 1219 statelong = (PyObject *)_PyLong_FromByteArray(self->state.c, in _multibytecodec_MultibyteIncrementalDecoder_getstate_impl()
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 398 "_PyLong_FromByteArray"
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | longobject.c | 524 _PyLong_FromByteArray(const unsigned char* bytes, size_t n, in _PyLong_FromByteArray() function 920 return _PyLong_FromByteArray((unsigned char *)&bytes, in PyLong_FromSsize_t() 931 return _PyLong_FromByteArray((unsigned char *)&bytes, in PyLong_FromSize_t()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | marshal.c | 575 return _PyLong_FromByteArray(buf, 8, is_little_endian, 1); in r_long64()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | marshal.c | 816 return _PyLong_FromByteArray(buffer, 8, in r_long64()
|
/aosp_15_r20/external/python/cpython2/Modules/_io/ |
D | textio.c | 1963 return _PyLong_FromByteArray(buffer, sizeof(buffer), IS_LITTLE_ENDIAN, 0); in textiowrapper_build_cookie()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | longobject.c | 815 _PyLong_FromByteArray(const unsigned char* bytes, size_t n, in _PyLong_FromByteArray() function 5946 long_obj = _PyLong_FromByteArray( in int_from_bytes_impl()
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | textio.c | 2360 return _PyLong_FromByteArray(buffer, sizeof(buffer), in textiowrapper_build_cookie()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1096 …<elf-symbol name='_PyLong_FromByteArray' type='func-type' binding='global-binding' visibility='def… 8714 …_PyLong_FromByteArray' mangled-name='_PyLong_FromByteArray' filepath='Objects/longobject.c' line='…
|