Home
last modified time | relevance | path

Searched refs:__pyx_tuple__192 (Results 1 – 9 of 9) sorted by relevance

/dports/devel/py-game_sdl2/pygame_sdl2-2.1.0-for-renpy-7.4.11/gen-static/
H A Dpygame_sdl2.color.c3322 static PyObject *__pyx_tuple__192; variable
15868__pyx_tuple__192 = PyTuple_Pack(3, __pyx_int_130, __pyx_int_130, __pyx_int_130); if (unlikely(!__p… in __Pyx_InitCachedConstants()
15869 __Pyx_GOTREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
15870 __Pyx_GIVEREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
21781 …if (PyDict_SetItem(__pyx_t_1, __pyx_n_s_gray51, __pyx_tuple__192) < 0) __PYX_ERR(2, 5, __pyx_L1_er…
22753 …if (PyDict_SetItem(__pyx_t_1, __pyx_n_s_grey51, __pyx_tuple__192) < 0) __PYX_ERR(2, 5, __pyx_L1_er…
/dports/lang/cython/Cython-0.29.24/Cython/Tempita/
H A D_tempita.c2763 static PyObject *__pyx_tuple__192; variable
32201__pyx_tuple__192 = PyTuple_Pack(8, __pyx_n_s_tokens, __pyx_n_s_name, __pyx_n_s_context, __pyx_n_s_… in __Pyx_InitCachedConstants()
32202 __Pyx_GOTREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
32203 __Pyx_GIVEREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
32204 …NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__192, __pyx_empty_… in __Pyx_InitCachedConstants()
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DFlowControl.c3589 static PyObject *__pyx_tuple__192; variable
44042__pyx_tuple__192 = PyTuple_Pack(2, __pyx_n_s_self, __pyx_n_s_node); if (unlikely(!__pyx_tuple__192 in __Pyx_InitCachedConstants()
44043 __Pyx_GOTREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
44044 __Pyx_GIVEREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
44045 …NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__192, __pyx_empty_… in __Pyx_InitCachedConstants()
/dports/databases/py-psycopg-c/psycopg-c-3.0.5/psycopg_c/
H A D_psycopg.c7456 static PyObject *__pyx_tuple__192;
8934 PyObject *__pyx_tuple__192;
10428 Py_CLEAR(clear_module_state->__pyx_tuple__192); in __pyx_m_clear()
11909 Py_VISIT(traverse_module_state->__pyx_tuple__192); in __pyx_m_traverse()
13387 #define __pyx_tuple__192 __pyx_mstate_global->__pyx_tuple__192
117828__pyx_tuple__192 = PyTuple_Pack(2, __pyx_n_s_self, __pyx_n_s_pyx_state); if (unlikely(!__pyx_tuple… in __Pyx_InitCachedConstants()
117829 __Pyx_GOTREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
117830 __Pyx_GIVEREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
117831 …NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__192, __pyx_empty_… in __Pyx_InitCachedConstants()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/
H A Dmpi4py.MPI.c4901 static PyObject *__pyx_tuple__192; variable
151776__pyx_tuple__192 = PyTuple_Pack(6, __pyx_n_s_service_name, __pyx_n_s_port_name, __pyx_n_s_info, __… in __Pyx_InitCachedConstants()
151777 __Pyx_GOTREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
151778 __Pyx_GIVEREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
151779 …, 6, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__192, __pyx_empty_… in __Pyx_InitCachedConstants()
162676 Py_CLEAR(__pyx_tuple__192); in __Pyx_CleanupGlobals()
/dports/net/py-mpi4py/mpi4py-3.1.3/src/
H A Dmpi4py.MPI.c5738 static PyObject *__pyx_tuple__192; variable
175246__pyx_tuple__192 = PyTuple_Pack(2, __pyx_n_s_errorcode, __pyx_n_s_errorclass); if (unlikely(!__pyx… in __Pyx_InitCachedConstants()
175247 __Pyx_GOTREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
175248 __Pyx_GIVEREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
175249 …NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__192, __pyx_empty_… in __Pyx_InitCachedConstants()
189309 Py_CLEAR(__pyx_tuple__192); in __Pyx_CleanupGlobals()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/core/
H A Dexpression.c5154 static PyObject *__pyx_tuple__192; variable
99743__pyx_tuple__192 = PyTuple_Pack(1, ((PyObject *)Py_True)); if (unlikely(!__pyx_tuple__192)) __PYX_… in __Pyx_InitCachedConstants()
99744 __Pyx_GOTREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
99745 __Pyx_GIVEREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
105299 __Pyx_CyFunction_SetDefaultsTuple(__pyx_t_3, __pyx_tuple__192);
/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/
H A Dloop.c7671 static PyObject *__pyx_tuple__192; variable
113364 …__pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__192, NULL); if (unlikely(… in __pyx_f_6uvloop_4loop_18UVProcessTransport__init_files()
161704__pyx_tuple__192 = PyTuple_Pack(1, __pyx_kp_u_cannot_apply_subprocess_STDOUT); if (unlikely(!__pyx… in __Pyx_InitCachedConstants()
161705 __Pyx_GOTREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
161706 __Pyx_GIVEREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
/dports/finance/py-ta-lib/ta-lib-TA_Lib-0.4.17/talib/
H A D_ta_lib.c4250 static PyObject *__pyx_tuple__192; variable
25591 …PyObject_Call(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])), __pyx_tuple__192, NULL); if (u… in __pyx_pf_5talib_7_ta_lib_58CDL3STARSINSOUTH()
216428__pyx_tuple__192 = PyTuple_Pack(1, __pyx_kp_s_input_lengths_are_different); if (unlikely(!__pyx_tu… in __Pyx_InitCachedConstants()
216429 __Pyx_GOTREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()
216430 __Pyx_GIVEREF(__pyx_tuple__192); in __Pyx_InitCachedConstants()