Home | History | Annotate | Download | only in Objects

Lines Matching refs:Py_uintptr_t

770          * integer types (i.e. Py_uintptr_t, our spelling of C9X's
774 Py_uintptr_t vv = (Py_uintptr_t)v;
775 Py_uintptr_t ww = (Py_uintptr_t)w;
800 return ((Py_uintptr_t)(v->ob_type) < (
801 Py_uintptr_t)(w->ob_type)) ? -1 : 1;