Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_heapqmodule.c124 heappop_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in heappop_internal() argument
170 heapreplace_internal(PyObject *args, int siftup_func(PyListObject *, Py_ssize_t)) in heapreplace_internal() argument
293 cache_friendly_heapify(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in cache_friendly_heapify() argument
326 heapify_internal(PyObject *heap, int siftup_func(PyListObject *, Py_ssize_t)) in heapify_internal() argument
/external/python/cpython2/Modules/_sqlite/
Dsqlitecompat.h32 typedef int Py_ssize_t; typedef
/external/clang/test/CodeGen/
Dunion-init.c4 typedef int Py_ssize_t; typedef
/external/libchrome/third_party/markupsafe/
D_speedups.c18 typedef int Py_ssize_t; typedef
/external/python/cpython3/Include/
Dpyport.h84 typedef ssize_t Py_ssize_t; typedef
86 typedef Py_intptr_t Py_ssize_t; typedef
/external/python/cpython3/Misc/
Dcoverity_model.c24 typedef long Py_ssize_t; typedef
/external/python/cpython2/Include/
Dpyport.h183 typedef ssize_t Py_ssize_t; typedef
185 typedef Py_intptr_t Py_ssize_t; typedef
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.h71 typedef int Py_ssize_t; typedef
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
Dcext.h159 typedef int Py_ssize_t; typedef
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
Dcext.h197 typedef int Py_ssize_t; typedef
/external/python/cpython3/Python/
Dpystrtod.c386 const char *s, Py_ssize_t orig_len, const char *what, PyObject *obj, void *arg, in _Py_string_to_number_with_underscores() argument
/external/python/cpython2/Modules/_ctypes/
Dctypes.h15 typedef int Py_ssize_t; typedef
/external/python/cpython2/Modules/
D_json.c7 typedef int Py_ssize_t; typedef
D_elementtree.c104 typedef int Py_ssize_t; typedef
D_struct.c17 typedef int Py_ssize_t; typedef
D_bsddb.c109 typedef int Py_ssize_t; typedef
/external/python/cpython3/Objects/
Dunicodeobject.c9847 Py_ssize_t (*perform)(int, void *, Py_ssize_t, Py_UCS4 *, Py_UCS4 *)) in case_operation() argument