Home
last modified time | relevance | path

Searched refs:__Pyx_PySet_Remove (Results 1 – 6 of 6) sorted by relevance

/dports/lang/cython/Cython-0.29.24/Cython/Utility/
H A DOptimize.c527 static CYTHON_INLINE int __Pyx_PySet_Remove(PyObject *set, PyObject *key); /*proto*/
551 static CYTHON_INLINE int __Pyx_PySet_Remove(PyObject *set, PyObject *key) {
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Utility/
H A DOptimize.c527 static CYTHON_INLINE int __Pyx_PySet_Remove(PyObject *set, PyObject *key); /*proto*/
551 static CYTHON_INLINE int __Pyx_PySet_Remove(PyObject *set, PyObject *key) {
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Utility/
H A DOptimize.c527 static CYTHON_INLINE int __Pyx_PySet_Remove(PyObject *set, PyObject *key); /*proto*/
551 static CYTHON_INLINE int __Pyx_PySet_Remove(PyObject *set, PyObject *key) {
/dports/lang/cython-devel/cython-2b1e743/Cython/Utility/
H A DOptimize.c528 static CYTHON_INLINE int __Pyx_PySet_Remove(PyObject *set, PyObject *key); /*proto*/
552 static CYTHON_INLINE int __Pyx_PySet_Remove(PyObject *set, PyObject *key) {
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DFlowControl.c1750 static CYTHON_INLINE int __Pyx_PySet_Remove(PyObject *set, PyObject *key);
9994 …__pyx_t_3 = __Pyx_PySet_Remove(__pyx_v_visited, __pyx_t_4); if (unlikely(__pyx_t_3 == ((int)-1))) … in __pyx_f_6Cython_8Compiler_11FlowControl_11ControlFlow_normalize()
47993 static CYTHON_INLINE int __Pyx_PySet_Remove(PyObject *set, PyObject *key) { in __Pyx_PySet_Remove() function
/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/
H A Dloop.c4221 static CYTHON_INLINE int __Pyx_PySet_Remove(PyObject *set, PyObject *key);
61552 …__pyx_t_3 = __Pyx_PySet_Remove(__pyx_v_self->loop->_timers, ((PyObject *)__pyx_v_self)); if (unlik… in __pyx_f_6uvloop_4loop_11TimerHandle__clear()
171533 static CYTHON_INLINE int __Pyx_PySet_Remove(PyObject *set, PyObject *key) { in __Pyx_PySet_Remove() function