Home
last modified time | relevance | path

Searched defs:Py_ssize_t (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
D_heapqmodule.c142 heappop_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in heappop_internal() argument
190 heapreplace_internal(PyObject *heap, PyObject *item, int siftup_func(PyListObject *, Py_ssize_t)) in heapreplace_internal() argument
319 cache_friendly_heapify(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in cache_friendly_heapify() argument
352 heapify_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in heapify_internal() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyport.h131 typedef ssize_t Py_ssize_t; typedef
134 typedef Py_intptr_t Py_ssize_t; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyport.h131 typedef ssize_t Py_ssize_t; typedef
134 typedef Py_intptr_t Py_ssize_t; typedef
/aosp_15_r20/external/python/cpython3/Include/
Dpyport.h131 typedef ssize_t Py_ssize_t; typedef
134 typedef Py_intptr_t Py_ssize_t; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyport.h131 typedef ssize_t Py_ssize_t; typedef
134 typedef Py_intptr_t Py_ssize_t; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyport.h131 typedef ssize_t Py_ssize_t; typedef
134 typedef Py_intptr_t Py_ssize_t; typedef
/aosp_15_r20/external/python/cpython3/PC/
Dpyconfig.h174 typedef __int64 Py_ssize_t; typedef
177 typedef _W64 int Py_ssize_t; typedef
/aosp_15_r20/external/python/cpython2/Include/
Dpyport.h183 typedef ssize_t Py_ssize_t; typedef
185 typedef Py_intptr_t Py_ssize_t; typedef
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dsqlitecompat.h32 typedef int Py_ssize_t; typedef
/aosp_15_r20/external/clang/test/CodeGen/
H A Dunion-init.c4 typedef int Py_ssize_t; typedef
/aosp_15_r20/external/libchrome/third_party/markupsafe/
H A D_speedups.c18 typedef int Py_ssize_t; typedef
/aosp_15_r20/external/python/cpython3/Misc/
Dcoverity_model.c24 typedef long Py_ssize_t; typedef
/aosp_15_r20/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h71 typedef int Py_ssize_t; typedef
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
H A Dcext.h159 typedef int Py_ssize_t; typedef
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
H A Dcext.h197 typedef int Py_ssize_t; typedef
/aosp_15_r20/external/python/cpython3/Python/
Dpystrtod.c384 const char *s, Py_ssize_t orig_len, const char *what, PyObject *obj, void *arg, in _Py_string_to_number_with_underscores() argument
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dctypes.h15 typedef int Py_ssize_t; typedef
/aosp_15_r20/external/python/cpython2/Modules/
D_json.c7 typedef int Py_ssize_t; typedef
D_struct.c17 typedef int Py_ssize_t; typedef
D_elementtree.c104 typedef int Py_ssize_t; typedef
D_bsddb.c109 typedef int Py_ssize_t; typedef
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c895 typedef int Py_ssize_t; typedef
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig_wrap.cxx896 typedef int Py_ssize_t; typedef
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c9992 Py_ssize_t (*perform)(int, const void *, Py_ssize_t, Py_UCS4 *, Py_UCS4 *)) in case_operation() argument