Home
last modified time | relevance | path

Searched refs:__pyx_v_seen (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/py-acora/acora-2.3/acora/
H A D_acora.c2154 PyObject *__pyx_v_seen = NULL; in __pyx_pf_5acora_6_acora_8_Machine_12child_states___get__() local
2211 __pyx_v_seen = ((PyObject*)__pyx_t_3); in __pyx_pf_5acora_6_acora_8_Machine_12child_states___get__()
2266 …__pyx_t_2 = (__Pyx_PySet_ContainsTF(__pyx_v_child, __pyx_v_seen, Py_EQ)); if (unlikely(__pyx_t_2 <… in __pyx_pf_5acora_6_acora_8_Machine_12child_states___get__()
2295 …__pyx_t_6 = PySet_Add(__pyx_v_seen, __pyx_v_child); if (unlikely(__pyx_t_6 == ((int)-1))) __PYX_ER… in __pyx_pf_5acora_6_acora_8_Machine_12child_states___get__()
2364 __Pyx_XDECREF(__pyx_v_seen); in __pyx_pf_5acora_6_acora_8_Machine_12child_states___get__()
7515 PyObject *__pyx_v_seen = NULL; in __pyx_f_5acora_6_acora_tree_to_dot() local
7685 __pyx_v_seen = ((PyObject*)__pyx_t_3); in __pyx_f_5acora_6_acora_tree_to_dot()
7765 …__pyx_t_2 = (__Pyx_PySet_ContainsTF(((PyObject *)__pyx_v_state), __pyx_v_seen, Py_EQ)); if (unlike… in __pyx_f_5acora_6_acora_tree_to_dot()
7794 …__pyx_t_7 = PySet_Add(__pyx_v_seen, ((PyObject *)__pyx_v_state)); if (unlikely(__pyx_t_7 == ((int)… in __pyx_f_5acora_6_acora_tree_to_dot()
8302 __Pyx_XDECREF(__pyx_v_seen); in __pyx_f_5acora_6_acora_tree_to_dot()
H A D_cacora.c3587 PyObject *__pyx_v_seen = NULL; in __pyx_pf_5acora_7_cacora_4machine_to_dot() local
3899 __pyx_v_seen = ((PyObject*)__pyx_t_6); in __pyx_pf_5acora_7_cacora_4machine_to_dot()
4421 …__pyx_t_2 = (__Pyx_PySet_ContainsTF(__pyx_v_child_id, __pyx_v_seen, Py_NE)); if (unlikely(__pyx_t_… in __pyx_pf_5acora_7_cacora_4machine_to_dot()
4487 …__pyx_t_26 = PySet_Add(__pyx_v_seen, __pyx_v_child_id); if (unlikely(__pyx_t_26 == ((int)-1))) __P… in __pyx_pf_5acora_7_cacora_4machine_to_dot()
4620 __Pyx_XDECREF(__pyx_v_seen); in __pyx_pf_5acora_7_cacora_4machine_to_dot()
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DFusedNode.c5603 PyObject *__pyx_v_seen = NULL; in __pyx_pf_6Cython_8Compiler_9FusedNode_17FusedCFuncDefNode_6_get_fused_base_types() local
5639 __pyx_v_seen = ((PyObject*)__pyx_t_1); in __pyx_pf_6Cython_8Compiler_9FusedNode_17FusedCFuncDefNode_6_get_fused_base_types()
5703 … if (PyDict_SetItem(__pyx_t_5, __pyx_n_s_seen, __pyx_v_seen) < 0) __PYX_ERR(0, 214, __pyx_L1_error) in __pyx_pf_6Cython_8Compiler_9FusedNode_17FusedCFuncDefNode_6_get_fused_base_types()
5750 __Pyx_XDECREF(__pyx_v_seen); in __pyx_pf_6Cython_8Compiler_9FusedNode_17FusedCFuncDefNode_6_get_fused_base_types()
/dports/devel/py-reedsolo/reedsolomon-1.5.4/
H A Dcreedsolo.c3485 PyObject *__pyx_v_seen = NULL; in __pyx_pf_9creedsolo_4find_prime_polys() local
3805 __Pyx_XDECREF_SET(__pyx_v_seen, __pyx_t_1); in __pyx_pf_9creedsolo_4find_prime_polys()
3915 …__pyx_t_7 = __Pyx_GetItemInt(__pyx_v_seen, __pyx_v_x, long, 1, __Pyx_PyInt_From_long, 0, 1, 1); if… in __pyx_pf_9creedsolo_4find_prime_polys()
3961 …if (unlikely(__Pyx_SetItemInt(__pyx_v_seen, __pyx_v_x, __pyx_int_1, long, 1, __Pyx_PyInt_From_long… in __pyx_pf_9creedsolo_4find_prime_polys()
4065 __Pyx_XDECREF(__pyx_v_seen); in __pyx_pf_9creedsolo_4find_prime_polys()
/dports/devel/py-cytoolz/cytoolz-0.11.0/cytoolz/
H A Ditertoolz.c10104 PyObject *__pyx_v_seen = NULL; in __pyx_f_7cytoolz_9itertoolz_isdistinct() local
10144 __pyx_v_seen = ((PyObject*)__pyx_t_1); in __pyx_f_7cytoolz_9itertoolz_isdistinct()
10203 …__pyx_t_3 = PySet_Contains(__pyx_v_seen, __pyx_v_item); if (unlikely(__pyx_t_3 == ((int)-1))) __PY… in __pyx_f_7cytoolz_9itertoolz_isdistinct()
10236 …__pyx_t_7 = PySet_Add(__pyx_v_seen, __pyx_v_item); if (unlikely(__pyx_t_7 == ((int)-1))) __PYX_ERR… in __pyx_f_7cytoolz_9itertoolz_isdistinct()
10305 __Pyx_XDECREF(__pyx_v_seen); in __pyx_f_7cytoolz_9itertoolz_isdistinct()