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.c138 heappop_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in heappop_internal() argument
186 heapreplace_internal(PyObject *heap, PyObject *item, int siftup_func(PyListObject *, Py_ssize_t)) in heapreplace_internal() argument
315 cache_friendly_heapify(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in cache_friendly_heapify() argument
348 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/deps/v8/third_party/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/PC/
Dpyconfig.h168 typedef __int64 Py_ssize_t; typedef
170 typedef _W64 int Py_ssize_t; typedef
/third_party/python/Include/
Dpyport.h107 typedef ssize_t Py_ssize_t; typedef
109 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/python/Objects/
Dunicodeobject.c10319 Py_ssize_t (*perform)(int, const void *, Py_ssize_t, Py_UCS4 *, Py_UCS4 *)) in case_operation() argument