PY_LONG_LONG 31 third_party/bintrees/bintrees/cwalker.c #ifndef PY_LONG_LONG PY_LONG_LONG 468 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE unsigned PY_LONG_LONG __Pyx_PyInt_AsUnsignedLongLong(PyObject *); PY_LONG_LONG 472 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject *); PY_LONG_LONG 476 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject *); PY_LONG_LONG 3286 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE unsigned PY_LONG_LONG __Pyx_PyInt_AsUnsignedLongLong(PyObject* x) { PY_LONG_LONG 3287 third_party/bintrees/bintrees/cwalker.c const unsigned PY_LONG_LONG neg_one = (unsigned PY_LONG_LONG)-1, const_zero = 0; PY_LONG_LONG 3295 third_party/bintrees/bintrees/cwalker.c return (unsigned PY_LONG_LONG)-1; PY_LONG_LONG 3297 third_party/bintrees/bintrees/cwalker.c return (unsigned PY_LONG_LONG)val; PY_LONG_LONG 3305 third_party/bintrees/bintrees/cwalker.c return (unsigned PY_LONG_LONG)-1; PY_LONG_LONG 3307 third_party/bintrees/bintrees/cwalker.c return (unsigned PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); PY_LONG_LONG 3309 third_party/bintrees/bintrees/cwalker.c return (unsigned PY_LONG_LONG)PyLong_AsLongLong(x); PY_LONG_LONG 3312 third_party/bintrees/bintrees/cwalker.c unsigned PY_LONG_LONG val; PY_LONG_LONG 3314 third_party/bintrees/bintrees/cwalker.c if (!tmp) return (unsigned PY_LONG_LONG)-1; PY_LONG_LONG 3356 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) { PY_LONG_LONG 3357 third_party/bintrees/bintrees/cwalker.c const PY_LONG_LONG neg_one = (PY_LONG_LONG)-1, const_zero = 0; PY_LONG_LONG 3365 third_party/bintrees/bintrees/cwalker.c return (PY_LONG_LONG)-1; PY_LONG_LONG 3367 third_party/bintrees/bintrees/cwalker.c return (PY_LONG_LONG)val; PY_LONG_LONG 3375 third_party/bintrees/bintrees/cwalker.c return (PY_LONG_LONG)-1; PY_LONG_LONG 3377 third_party/bintrees/bintrees/cwalker.c return (PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); PY_LONG_LONG 3379 third_party/bintrees/bintrees/cwalker.c return (PY_LONG_LONG)PyLong_AsLongLong(x); PY_LONG_LONG 3382 third_party/bintrees/bintrees/cwalker.c PY_LONG_LONG val; PY_LONG_LONG 3384 third_party/bintrees/bintrees/cwalker.c if (!tmp) return (PY_LONG_LONG)-1; PY_LONG_LONG 3426 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) { PY_LONG_LONG 3427 third_party/bintrees/bintrees/cwalker.c const signed PY_LONG_LONG neg_one = (signed PY_LONG_LONG)-1, const_zero = 0; PY_LONG_LONG 3435 third_party/bintrees/bintrees/cwalker.c return (signed PY_LONG_LONG)-1; PY_LONG_LONG 3437 third_party/bintrees/bintrees/cwalker.c return (signed PY_LONG_LONG)val; PY_LONG_LONG 3445 third_party/bintrees/bintrees/cwalker.c return (signed PY_LONG_LONG)-1; PY_LONG_LONG 3447 third_party/bintrees/bintrees/cwalker.c return (signed PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); PY_LONG_LONG 3449 third_party/bintrees/bintrees/cwalker.c return (signed PY_LONG_LONG)PyLong_AsLongLong(x); PY_LONG_LONG 3452 third_party/bintrees/bintrees/cwalker.c signed PY_LONG_LONG val; PY_LONG_LONG 3454 third_party/bintrees/bintrees/cwalker.c if (!tmp) return (signed PY_LONG_LONG)-1; PY_LONG_LONG 3787 third_party/bintrees/bintrees/cwalker.c unsigned PY_LONG_LONG val = __Pyx_PyInt_AsUnsignedLongLong(x); PY_LONG_LONG 3788 third_party/bintrees/bintrees/cwalker.c if (unlikely(val == (unsigned PY_LONG_LONG)-1 && PyErr_Occurred())) { PY_LONG_LONG 3790 third_party/bintrees/bintrees/cwalker.c } else if (unlikely(val != (unsigned PY_LONG_LONG)(size_t)val)) { PY_LONG_LONG 31 third_party/bintrees/bintrees/qavltree.c #ifndef PY_LONG_LONG PY_LONG_LONG 576 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE unsigned PY_LONG_LONG __Pyx_PyInt_AsUnsignedLongLong(PyObject *); PY_LONG_LONG 580 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject *); PY_LONG_LONG 584 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject *); PY_LONG_LONG 2837 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE unsigned PY_LONG_LONG __Pyx_PyInt_AsUnsignedLongLong(PyObject* x) { PY_LONG_LONG 2838 third_party/bintrees/bintrees/qavltree.c const unsigned PY_LONG_LONG neg_one = (unsigned PY_LONG_LONG)-1, const_zero = 0; PY_LONG_LONG 2846 third_party/bintrees/bintrees/qavltree.c return (unsigned PY_LONG_LONG)-1; PY_LONG_LONG 2848 third_party/bintrees/bintrees/qavltree.c return (unsigned PY_LONG_LONG)val; PY_LONG_LONG 2856 third_party/bintrees/bintrees/qavltree.c return (unsigned PY_LONG_LONG)-1; PY_LONG_LONG 2858 third_party/bintrees/bintrees/qavltree.c return (unsigned PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); PY_LONG_LONG 2860 third_party/bintrees/bintrees/qavltree.c return (unsigned PY_LONG_LONG)PyLong_AsLongLong(x); PY_LONG_LONG 2863 third_party/bintrees/bintrees/qavltree.c unsigned PY_LONG_LONG val; PY_LONG_LONG 2865 third_party/bintrees/bintrees/qavltree.c if (!tmp) return (unsigned PY_LONG_LONG)-1; PY_LONG_LONG 2907 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) { PY_LONG_LONG 2908 third_party/bintrees/bintrees/qavltree.c const PY_LONG_LONG neg_one = (PY_LONG_LONG)-1, const_zero = 0; PY_LONG_LONG 2916 third_party/bintrees/bintrees/qavltree.c return (PY_LONG_LONG)-1; PY_LONG_LONG 2918 third_party/bintrees/bintrees/qavltree.c return (PY_LONG_LONG)val; PY_LONG_LONG 2926 third_party/bintrees/bintrees/qavltree.c return (PY_LONG_LONG)-1; PY_LONG_LONG 2928 third_party/bintrees/bintrees/qavltree.c return (PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); PY_LONG_LONG 2930 third_party/bintrees/bintrees/qavltree.c return (PY_LONG_LONG)PyLong_AsLongLong(x); PY_LONG_LONG 2933 third_party/bintrees/bintrees/qavltree.c PY_LONG_LONG val; PY_LONG_LONG 2935 third_party/bintrees/bintrees/qavltree.c if (!tmp) return (PY_LONG_LONG)-1; PY_LONG_LONG 2977 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) { PY_LONG_LONG 2978 third_party/bintrees/bintrees/qavltree.c const signed PY_LONG_LONG neg_one = (signed PY_LONG_LONG)-1, const_zero = 0; PY_LONG_LONG 2986 third_party/bintrees/bintrees/qavltree.c return (signed PY_LONG_LONG)-1; PY_LONG_LONG 2988 third_party/bintrees/bintrees/qavltree.c return (signed PY_LONG_LONG)val; PY_LONG_LONG 2996 third_party/bintrees/bintrees/qavltree.c return (signed PY_LONG_LONG)-1; PY_LONG_LONG 2998 third_party/bintrees/bintrees/qavltree.c return (signed PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); PY_LONG_LONG 3000 third_party/bintrees/bintrees/qavltree.c return (signed PY_LONG_LONG)PyLong_AsLongLong(x); PY_LONG_LONG 3003 third_party/bintrees/bintrees/qavltree.c signed PY_LONG_LONG val; PY_LONG_LONG 3005 third_party/bintrees/bintrees/qavltree.c if (!tmp) return (signed PY_LONG_LONG)-1; PY_LONG_LONG 3390 third_party/bintrees/bintrees/qavltree.c unsigned PY_LONG_LONG val = __Pyx_PyInt_AsUnsignedLongLong(x); PY_LONG_LONG 3391 third_party/bintrees/bintrees/qavltree.c if (unlikely(val == (unsigned PY_LONG_LONG)-1 && PyErr_Occurred())) { PY_LONG_LONG 3393 third_party/bintrees/bintrees/qavltree.c } else if (unlikely(val != (unsigned PY_LONG_LONG)(size_t)val)) { PY_LONG_LONG 31 third_party/bintrees/bintrees/qbintree.c #ifndef PY_LONG_LONG PY_LONG_LONG 576 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE unsigned PY_LONG_LONG __Pyx_PyInt_AsUnsignedLongLong(PyObject *); PY_LONG_LONG 580 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject *); PY_LONG_LONG 584 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject *); PY_LONG_LONG 2832 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE unsigned PY_LONG_LONG __Pyx_PyInt_AsUnsignedLongLong(PyObject* x) { PY_LONG_LONG 2833 third_party/bintrees/bintrees/qbintree.c const unsigned PY_LONG_LONG neg_one = (unsigned PY_LONG_LONG)-1, const_zero = 0; PY_LONG_LONG 2841 third_party/bintrees/bintrees/qbintree.c return (unsigned PY_LONG_LONG)-1; PY_LONG_LONG 2843 third_party/bintrees/bintrees/qbintree.c return (unsigned PY_LONG_LONG)val; PY_LONG_LONG 2851 third_party/bintrees/bintrees/qbintree.c return (unsigned PY_LONG_LONG)-1; PY_LONG_LONG 2853 third_party/bintrees/bintrees/qbintree.c return (unsigned PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); PY_LONG_LONG 2855 third_party/bintrees/bintrees/qbintree.c return (unsigned PY_LONG_LONG)PyLong_AsLongLong(x); PY_LONG_LONG 2858 third_party/bintrees/bintrees/qbintree.c unsigned PY_LONG_LONG val; PY_LONG_LONG 2860 third_party/bintrees/bintrees/qbintree.c if (!tmp) return (unsigned PY_LONG_LONG)-1; PY_LONG_LONG 2902 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) { PY_LONG_LONG 2903 third_party/bintrees/bintrees/qbintree.c const PY_LONG_LONG neg_one = (PY_LONG_LONG)-1, const_zero = 0; PY_LONG_LONG 2911 third_party/bintrees/bintrees/qbintree.c return (PY_LONG_LONG)-1; PY_LONG_LONG 2913 third_party/bintrees/bintrees/qbintree.c return (PY_LONG_LONG)val; PY_LONG_LONG 2921 third_party/bintrees/bintrees/qbintree.c return (PY_LONG_LONG)-1; PY_LONG_LONG 2923 third_party/bintrees/bintrees/qbintree.c return (PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); PY_LONG_LONG 2925 third_party/bintrees/bintrees/qbintree.c return (PY_LONG_LONG)PyLong_AsLongLong(x); PY_LONG_LONG 2928 third_party/bintrees/bintrees/qbintree.c PY_LONG_LONG val; PY_LONG_LONG 2930 third_party/bintrees/bintrees/qbintree.c if (!tmp) return (PY_LONG_LONG)-1; PY_LONG_LONG 2972 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) { PY_LONG_LONG 2973 third_party/bintrees/bintrees/qbintree.c const signed PY_LONG_LONG neg_one = (signed PY_LONG_LONG)-1, const_zero = 0; PY_LONG_LONG 2981 third_party/bintrees/bintrees/qbintree.c return (signed PY_LONG_LONG)-1; PY_LONG_LONG 2983 third_party/bintrees/bintrees/qbintree.c return (signed PY_LONG_LONG)val; PY_LONG_LONG 2991 third_party/bintrees/bintrees/qbintree.c return (signed PY_LONG_LONG)-1; PY_LONG_LONG 2993 third_party/bintrees/bintrees/qbintree.c return (signed PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); PY_LONG_LONG 2995 third_party/bintrees/bintrees/qbintree.c return (signed PY_LONG_LONG)PyLong_AsLongLong(x); PY_LONG_LONG 2998 third_party/bintrees/bintrees/qbintree.c signed PY_LONG_LONG val; PY_LONG_LONG 3000 third_party/bintrees/bintrees/qbintree.c if (!tmp) return (signed PY_LONG_LONG)-1; PY_LONG_LONG 3385 third_party/bintrees/bintrees/qbintree.c unsigned PY_LONG_LONG val = __Pyx_PyInt_AsUnsignedLongLong(x); PY_LONG_LONG 3386 third_party/bintrees/bintrees/qbintree.c if (unlikely(val == (unsigned PY_LONG_LONG)-1 && PyErr_Occurred())) { PY_LONG_LONG 3388 third_party/bintrees/bintrees/qbintree.c } else if (unlikely(val != (unsigned PY_LONG_LONG)(size_t)val)) { PY_LONG_LONG 31 third_party/bintrees/bintrees/qrbtree.c #ifndef PY_LONG_LONG PY_LONG_LONG 576 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE unsigned PY_LONG_LONG __Pyx_PyInt_AsUnsignedLongLong(PyObject *); PY_LONG_LONG 580 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject *); PY_LONG_LONG 584 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject *); PY_LONG_LONG 2834 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE unsigned PY_LONG_LONG __Pyx_PyInt_AsUnsignedLongLong(PyObject* x) { PY_LONG_LONG 2835 third_party/bintrees/bintrees/qrbtree.c const unsigned PY_LONG_LONG neg_one = (unsigned PY_LONG_LONG)-1, const_zero = 0; PY_LONG_LONG 2843 third_party/bintrees/bintrees/qrbtree.c return (unsigned PY_LONG_LONG)-1; PY_LONG_LONG 2845 third_party/bintrees/bintrees/qrbtree.c return (unsigned PY_LONG_LONG)val; PY_LONG_LONG 2853 third_party/bintrees/bintrees/qrbtree.c return (unsigned PY_LONG_LONG)-1; PY_LONG_LONG 2855 third_party/bintrees/bintrees/qrbtree.c return (unsigned PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); PY_LONG_LONG 2857 third_party/bintrees/bintrees/qrbtree.c return (unsigned PY_LONG_LONG)PyLong_AsLongLong(x); PY_LONG_LONG 2860 third_party/bintrees/bintrees/qrbtree.c unsigned PY_LONG_LONG val; PY_LONG_LONG 2862 third_party/bintrees/bintrees/qrbtree.c if (!tmp) return (unsigned PY_LONG_LONG)-1; PY_LONG_LONG 2904 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) { PY_LONG_LONG 2905 third_party/bintrees/bintrees/qrbtree.c const PY_LONG_LONG neg_one = (PY_LONG_LONG)-1, const_zero = 0; PY_LONG_LONG 2913 third_party/bintrees/bintrees/qrbtree.c return (PY_LONG_LONG)-1; PY_LONG_LONG 2915 third_party/bintrees/bintrees/qrbtree.c return (PY_LONG_LONG)val; PY_LONG_LONG 2923 third_party/bintrees/bintrees/qrbtree.c return (PY_LONG_LONG)-1; PY_LONG_LONG 2925 third_party/bintrees/bintrees/qrbtree.c return (PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); PY_LONG_LONG 2927 third_party/bintrees/bintrees/qrbtree.c return (PY_LONG_LONG)PyLong_AsLongLong(x); PY_LONG_LONG 2930 third_party/bintrees/bintrees/qrbtree.c PY_LONG_LONG val; PY_LONG_LONG 2932 third_party/bintrees/bintrees/qrbtree.c if (!tmp) return (PY_LONG_LONG)-1; PY_LONG_LONG 2974 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) { PY_LONG_LONG 2975 third_party/bintrees/bintrees/qrbtree.c const signed PY_LONG_LONG neg_one = (signed PY_LONG_LONG)-1, const_zero = 0; PY_LONG_LONG 2983 third_party/bintrees/bintrees/qrbtree.c return (signed PY_LONG_LONG)-1; PY_LONG_LONG 2985 third_party/bintrees/bintrees/qrbtree.c return (signed PY_LONG_LONG)val; PY_LONG_LONG 2993 third_party/bintrees/bintrees/qrbtree.c return (signed PY_LONG_LONG)-1; PY_LONG_LONG 2995 third_party/bintrees/bintrees/qrbtree.c return (signed PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); PY_LONG_LONG 2997 third_party/bintrees/bintrees/qrbtree.c return (signed PY_LONG_LONG)PyLong_AsLongLong(x); PY_LONG_LONG 3000 third_party/bintrees/bintrees/qrbtree.c signed PY_LONG_LONG val; PY_LONG_LONG 3002 third_party/bintrees/bintrees/qrbtree.c if (!tmp) return (signed PY_LONG_LONG)-1; PY_LONG_LONG 3387 third_party/bintrees/bintrees/qrbtree.c unsigned PY_LONG_LONG val = __Pyx_PyInt_AsUnsignedLongLong(x); PY_LONG_LONG 3388 third_party/bintrees/bintrees/qrbtree.c if (unlikely(val == (unsigned PY_LONG_LONG)-1 && PyErr_Occurred())) { PY_LONG_LONG 3390 third_party/bintrees/bintrees/qrbtree.c } else if (unlikely(val != (unsigned PY_LONG_LONG)(size_t)val)) {