Home
last modified time | relevance | path

Searched refs:__pyx_tuple__224 (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.c3354 static PyObject *__pyx_tuple__224; variable
16220__pyx_tuple__224 = PyTuple_Pack(3, __pyx_int_204, __pyx_int_204, __pyx_int_204); if (unlikely(!__p… in __Pyx_InitCachedConstants()
16221 __Pyx_GOTREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
16222 __Pyx_GIVEREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
22069 …if (PyDict_SetItem(__pyx_t_1, __pyx_n_s_gray80, __pyx_tuple__224) < 0) __PYX_ERR(2, 5, __pyx_L1_er…
23041 …if (PyDict_SetItem(__pyx_t_1, __pyx_n_s_grey80, __pyx_tuple__224) < 0) __PYX_ERR(2, 5, __pyx_L1_er…
/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DFlowControl.c3605 static PyObject *__pyx_tuple__224; variable
44234__pyx_tuple__224 = PyTuple_Pack(2, __pyx_n_s_self, __pyx_n_s_node); if (unlikely(!__pyx_tuple__224 in __Pyx_InitCachedConstants()
44235 __Pyx_GOTREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
44236 __Pyx_GIVEREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
44237 …NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__224, __pyx_empty_… in __Pyx_InitCachedConstants()
/dports/databases/py-psycopg-c/psycopg-c-3.0.5/psycopg_c/
H A D_psycopg.c7472 static PyObject *__pyx_tuple__224;
8950 PyObject *__pyx_tuple__224;
10444 Py_CLEAR(clear_module_state->__pyx_tuple__224); in __pyx_m_clear()
11925 Py_VISIT(traverse_module_state->__pyx_tuple__224); in __pyx_m_traverse()
13403 #define __pyx_tuple__224 __pyx_mstate_global->__pyx_tuple__224
117997__pyx_tuple__224 = PyTuple_Pack(4, __pyx_n_s_self, __pyx_n_s_state, __pyx_n_s_dict_2, __pyx_n_s_us… in __Pyx_InitCachedConstants()
117998 __Pyx_GOTREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
117999 __Pyx_GIVEREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
118000 …NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__224, __pyx_empty_… in __Pyx_InitCachedConstants()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/
H A Dmpi4py.MPI.c4915 static PyObject *__pyx_tuple__224; variable
151980__pyx_tuple__224 = PyTuple_Pack(1, __pyx_n_s_level); if (unlikely(!__pyx_tuple__224)) __PYX_ERR(8,… in __Pyx_InitCachedConstants()
151981 __Pyx_GOTREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
151982 __Pyx_GIVEREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
151983 …, 1, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__224, __pyx_empty_… in __Pyx_InitCachedConstants()
162708 Py_CLEAR(__pyx_tuple__224); in __Pyx_CleanupGlobals()
/dports/net/py-mpi4py/mpi4py-3.1.3/src/
H A Dmpi4py.MPI.c5754 static PyObject *__pyx_tuple__224; variable
175438__pyx_tuple__224 = PyTuple_Pack(5, __pyx_n_s_service_name, __pyx_n_s_info, __pyx_n_s_csrvcname, __… in __Pyx_InitCachedConstants()
175439 __Pyx_GOTREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
175440 __Pyx_GIVEREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
175441 …NEWLOCALS, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__224, __pyx_empty_… in __Pyx_InitCachedConstants()
189341 Py_CLEAR(__pyx_tuple__224); in __Pyx_CleanupGlobals()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/core/
H A Dexpression.c5171 static PyObject *__pyx_tuple__224; variable
99929__pyx_tuple__224 = PyTuple_Pack(2, ((PyObject *)Py_False), ((PyObject *)Py_None)); if (unlikely(!_… in __Pyx_InitCachedConstants()
99930 __Pyx_GOTREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
99931 __Pyx_GIVEREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
105509 __Pyx_CyFunction_SetDefaultsTuple(__pyx_t_3, __pyx_tuple__224);
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/
H A Dgraphics.c6208 static PyObject *__pyx_tuple__224; variable
105899__pyx_tuple__224 = PyTuple_Pack(1, __pyx_n_u_StandardForm); if (unlikely(!__pyx_tuple__224)) __PYX… in __Pyx_InitCachedConstants()
105900 __Pyx_GOTREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
105901 __Pyx_GIVEREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
105902 …__pyx_tuple__225 = PyTuple_Pack(2, __pyx_tuple__224, __pyx_kp_u_name_s_x___NumericQ_0_1); if (unli… in __Pyx_InitCachedConstants()
/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/
H A Dloop.c7703 static PyObject *__pyx_tuple__224; variable
141327 …__pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__224, NULL); if (unlikely(… in __pyx_f_6uvloop_4loop_12UDPTransport__new_socket()
162029__pyx_tuple__224 = PyTuple_Pack(1, __pyx_kp_u_UDPTransport_family_is_undefined); if (unlikely(!__p… in __Pyx_InitCachedConstants()
162030 __Pyx_GOTREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
162031 __Pyx_GIVEREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
/dports/finance/py-ta-lib/ta-lib-TA_Lib-0.4.17/talib/
H A D_ta_lib.c4282 static PyObject *__pyx_tuple__224; variable
28333 …PyObject_Call(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])), __pyx_tuple__224, NULL); if (u… in __pyx_pf_5talib_7_ta_lib_64CDLADVANCEBLOCK()
216780__pyx_tuple__224 = PyTuple_Pack(1, __pyx_kp_s_low_is_not_double); if (unlikely(!__pyx_tuple__224))… in __Pyx_InitCachedConstants()
216781 __Pyx_GOTREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()
216782 __Pyx_GIVEREF(__pyx_tuple__224); in __Pyx_InitCachedConstants()