Home
last modified time | relevance | path

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

/third_party/python/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
/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/node/deps/v8/third_party/markupsafe/
D_speedups.c18 typedef int Py_ssize_t; typedef
/third_party/python/Include/
Dpyport.h131 typedef ssize_t Py_ssize_t; typedef
134 typedef Py_intptr_t Py_ssize_t; typedef
/third_party/python/Misc/
Dcoverity_model.c24 typedef long Py_ssize_t; typedef
/third_party/python/PC/
Dpyconfig.h174 typedef __int64 Py_ssize_t; typedef
177 typedef _W64 int Py_ssize_t; typedef
/third_party/python/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
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c895 typedef int Py_ssize_t; typedef
/third_party/python/Objects/
Dunicodeobject.c9992 Py_ssize_t (*perform)(int, const void *, Py_ssize_t, Py_UCS4 *, Py_UCS4 *)) in case_operation() argument