Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_heapqmodule.c141 heappop_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in heappop_internal() argument
194 heapreplace_internal(PyObject *heap, PyObject *item, int siftup_func(PyListObject *, Py_ssize_t)) in heapreplace_internal() argument
333 cache_friendly_heapify(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in cache_friendly_heapify() argument
366 heapify_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in heapify_internal() argument
/third_party/skia/third_party/externals/markupsafe/
D_speedups.c18 typedef int Py_ssize_t; typedef
/third_party/node/tools/inspector_protocol/markupsafe/
D_speedups.c18 typedef int Py_ssize_t; typedef
/third_party/python/Include/
Dpyport.h105 typedef ssize_t Py_ssize_t; typedef
107 typedef Py_intptr_t Py_ssize_t; typedef
/third_party/python/Misc/
Dcoverity_model.c24 typedef long Py_ssize_t; typedef
/third_party/python/Python/
Dpystrtod.c385 const char *s, Py_ssize_t orig_len, const char *what, PyObject *obj, void *arg, in _Py_string_to_number_with_underscores() argument
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c895 typedef int Py_ssize_t; typedef
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c891 typedef int Py_ssize_t; typedef
/third_party/python/Objects/
Dunicodeobject.c10050 Py_ssize_t (*perform)(int, const void *, Py_ssize_t, Py_UCS4 *, Py_UCS4 *)) in case_operation() argument