Home
last modified time | relevance | path

Searched refs:__pyx_n_s_count (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/py-gevent/gevent-21.8.0/src/gevent/
H A D_hub_primitives.c1949 static PyObject *__pyx_n_s_count; variable
2165 PyObject *__pyx_n_s_count; member
2370 Py_CLEAR(clear_module_state->__pyx_n_s_count); in __pyx_m_clear()
2562 Py_VISIT(traverse_module_state->__pyx_n_s_count); in __pyx_m_traverse()
2751 #define __pyx_n_s_count __pyx_mstate_global->__pyx_n_s_count macro
6617 PyObject **__pyx_pyargnames[] = {&__pyx_n_s_objects,&__pyx_n_s_timeout,&__pyx_n_s_count,0}; in __pyx_pw_6gevent_24_gevent_c_hub_primitives_1iwait_on_objects()
6652 PyObject* value = __Pyx_GetKwValue_FASTCALL(__pyx_kwds, __pyx_kwvalues, __pyx_n_s_count); in __pyx_pw_6gevent_24_gevent_c_hub_primitives_1iwait_on_objects()
6892 PyObject **__pyx_pyargnames[] = {&__pyx_n_s_objects,&__pyx_n_s_timeout,&__pyx_n_s_count,0}; in __pyx_pw_6gevent_24_gevent_c_hub_primitives_3wait_on_objects()
6930 PyObject* value = __Pyx_GetKwValue_FASTCALL(__pyx_kwds, __pyx_kwvalues, __pyx_n_s_count); in __pyx_pw_6gevent_24_gevent_c_hub_primitives_3wait_on_objects()
10157 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
[all …]
H A Dgreenlet.c2486 static PyObject *__pyx_n_s_count; variable
2945 PyObject *__pyx_n_s_count; member
3330 Py_CLEAR(clear_module_state->__pyx_n_s_count); in __pyx_m_clear()
3702 Py_VISIT(traverse_module_state->__pyx_n_s_count); in __pyx_m_traverse()
4071 #define __pyx_n_s_count __pyx_mstate_global->__pyx_n_s_count macro
17531 …if (PyDict_SetItem(__pyx_t_4, __pyx_n_s_count, __pyx_v_count) < 0) __PYX_ERR(0, 1067, __pyx_L1_err… in __pyx_f_6gevent_17_gevent_cgreenlet_joinall()
17576 …if (PyDict_SetItem(__pyx_t_4, __pyx_n_s_count, __pyx_v_count) < 0) __PYX_ERR(0, 1070, __pyx_L1_err… in __pyx_f_6gevent_17_gevent_cgreenlet_joinall()
17803 …pyargnames[] = {&__pyx_n_s_greenlets,&__pyx_n_s_timeout,&__pyx_n_s_raise_error,&__pyx_n_s_count,0}; in __pyx_pw_6gevent_17_gevent_cgreenlet_3joinall()
17848 PyObject* value = __Pyx_GetKwValue_FASTCALL(__pyx_kwds, __pyx_kwvalues, __pyx_n_s_count); in __pyx_pw_6gevent_17_gevent_cgreenlet_3joinall()
22262 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
[all …]
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/
H A Dbitset.c1328 static PyObject *__pyx_n_s_count; variable
2464 static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_start,&__pyx_n_s_count,0}; in __pyx_pw_2bx_6bitset_6BitSet_11set_range()
2484 … if (likely((values[1] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_count)) != 0)) kw_args--; in __pyx_pw_2bx_6bitset_6BitSet_11set_range()
2666 static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_start,&__pyx_n_s_count,0}; in __pyx_pw_2bx_6bitset_6BitSet_15count_range()
2691 PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_count); in __pyx_pw_2bx_6bitset_6BitSet_15count_range()
4795 static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_start,&__pyx_n_s_count,0}; in __pyx_pw_2bx_6bitset_12BinnedBitSet_11set_range()
4815 … if (likely((values[1] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_count)) != 0)) kw_args--; in __pyx_pw_2bx_6bitset_12BinnedBitSet_11set_range()
4924 static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_start,&__pyx_n_s_count,0}; in __pyx_pw_2bx_6bitset_12BinnedBitSet_13count_range()
4944 … if (likely((values[1] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_count)) != 0)) kw_args--; in __pyx_pw_2bx_6bitset_12BinnedBitSet_13count_range()
6066 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
/dports/multimedia/py-av/av-8.0.3/src/av/data/
H A Dstream.c1842 static PyObject *__pyx_n_s_count; variable
2190 static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_packet,&__pyx_n_s_count,0}; in __pyx_pw_2av_4data_6stream_10DataStream_5decode()
2215 PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_count); in __pyx_pw_2av_4data_6stream_10DataStream_5decode()
2677 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
/dports/math/py-pyreadr/pyreadr-0.4.4/pyreadr/
H A Dlibrdata.c1510 static PyObject *__pyx_n_s_count; variable
4242 …t **__pyx_pyargnames[] = {&__pyx_n_s_name,&__pyx_n_s_data_type,&__pyx_n_s_data,&__pyx_n_s_count,0}; in __pyx_pw_7pyreadr_8librdata_6Parser_5handle_column()
4278 … if (likely((values[3] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_count)) != 0)) kw_args--; in __pyx_pw_7pyreadr_8librdata_6Parser_5handle_column()
4432 …t **__pyx_pyargnames[] = {&__pyx_n_s_name,&__pyx_n_s_data_type,&__pyx_n_s_data,&__pyx_n_s_count,0}; in __pyx_pw_7pyreadr_8librdata_6Parser_9handle_dim()
4468 … if (likely((values[3] = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_count)) != 0)) kw_args--; in __pyx_pw_7pyreadr_8librdata_6Parser_9handle_dim()
8823 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A D_frozenlist.c1327 static PyObject *__pyx_n_s_count; variable
3438 …__pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_v_self->_items, __pyx_n_s_count); if (unlikely(!__pyx_… in __pyx_pf_7aiohttp_11_frozenlist_10FrozenList_38count()
4656 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A D_frozenlist.c1327 static PyObject *__pyx_n_s_count; variable
3438 …__pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_v_self->_items, __pyx_n_s_count); if (unlikely(!__pyx_… in __pyx_pf_7aiohttp_11_frozenlist_10FrozenList_38count()
4656 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
/dports/devel/py-frozenlist/frozenlist-1.2.0/frozenlist/
H A D_frozenlist.c1358 static PyObject *__pyx_n_s_count; variable
3531 …__pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_v_self->_items, __pyx_n_s_count); if (unlikely(!__pyx_… in __pyx_pf_10frozenlist_11_frozenlist_10FrozenList_40count()
4855 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
/dports/devel/py-game_sdl2/pygame_sdl2-2.1.0-for-renpy-7.4.11/gen-static/
H A Dpygame_sdl2.mixer.c1524 static PyObject *__pyx_n_s_count; variable
8738 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
8954 …__pyx_tuple__22 = PyTuple_Pack(1, __pyx_n_s_count); if (unlikely(!__pyx_tuple__22)) __PYX_ERR(1, 1… in __Pyx_InitCachedConstants()
8975 …__pyx_tuple__25 = PyTuple_Pack(1, __pyx_n_s_count); if (unlikely(!__pyx_tuple__25)) __PYX_ERR(1, 1… in __Pyx_InitCachedConstants()
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/
H A D_io.c3564 static PyObject *__pyx_n_s_count; variable
11262 … if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_count, __pyx_t_8) < 0) __PYX_ERR(0, 598, __pyx_L1_error) in __pyx_pf_8rasterio_3_io_17DatasetReaderBase_2read_masks()
13878 …__pyx_t_2 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_count); if (unlikely(!… in __pyx_pf_8rasterio_3_io_17DatasetReaderBase_6dataset_mask()
16784 PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_count); in __pyx_pw_8rasterio_3_io_17DatasetWriterBase_1__init__()
20674 …__pyx_t_3 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_count); if (unlikely(!… in __pyx_pf_8rasterio_3_io_17DatasetWriterBase_6_set_all_descriptions()
20977 …__pyx_t_3 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_count); if (unlikely(!… in __pyx_pf_8rasterio_3_io_17DatasetWriterBase_8_set_all_scales()
21258 …__pyx_t_3 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_count); if (unlikely(!… in __pyx_pf_8rasterio_3_io_17DatasetWriterBase_10_set_all_offsets()
21527 …__pyx_t_3 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_count); if (unlikely(!… in __pyx_pf_8rasterio_3_io_17DatasetWriterBase_12_set_all_units()
28428 PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_count); in __pyx_pw_8rasterio_3_io_14InMemoryRaster_3__init__()
31963 PyObject* value = __Pyx_PyDict_GetItemStr(__pyx_kwds, __pyx_n_s_count); in __pyx_pw_8rasterio_3_io_25BufferedDatasetWriterBase_3__init__()
[all …]
H A D_base.c2786 static PyObject *__pyx_n_s_count; variable
8405 …__pyx_t_1 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_count); if (unlikely(!… in __pyx_pf_8rasterio_5_base_11DatasetBase_7indexes___get__()
9579 …__pyx_t_1 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_count); if (unlikely(!… in __pyx_pf_8rasterio_5_base_11DatasetBase_6nodata___get__()
15126 …__pyx_t_1 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_count); if (unlikely(!… in __pyx_pf_8rasterio_5_base_11DatasetBase_4meta___get__()
15230 …__pyx_t_2 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_self), __pyx_n_s_count); if (unlikely(!… in __pyx_pf_8rasterio_5_base_11DatasetBase_4meta___get__()
41880 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
/dports/multimedia/py-av/av-8.0.3/src/av/audio/
H A Dframe.c2236 static PyObject *__pyx_n_s_count; variable
4490 …if (PyDict_SetItem(__pyx_t_11, __pyx_n_s_count, __pyx_v_count) < 0) __PYX_ERR(0, 196, __pyx_L1_err… in __pyx_pf_2av_5audio_5frame_10AudioFrame_8to_ndarray()
4996 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A D_groupcompress_pyx.c1405 static PyObject *__pyx_n_s_count; variable
7328 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
7729 …__pyx_tuple__39 = PyTuple_Pack(5, __pyx_n_s_val, __pyx_n_s_c_val, __pyx_n_s_count, __pyx_n_s_num_b… in __Pyx_InitCachedConstants()
/dports/textproc/py-gensim/gensim-4.0.1/gensim/models/
H A Ddoc2vec_corpusfile.cpp2033 static PyObject *__pyx_n_s_count; variable
6787 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
6904 …l_words, __pyx_n_s_sent_idx, __pyx_n_s_idx_start, __pyx_n_s_idx_end, __pyx_n_s_count, __pyx_n_s_in… in __Pyx_InitCachedConstants()
H A Ddoc2vec_inner.cpp2010 static PyObject *__pyx_n_s_count; variable
9152 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
9289 …ckf, __pyx_n_s_doctag_vectors, __pyx_n_s_doctags_lockf, __pyx_n_s_c, __pyx_n_s_count, __pyx_n_s_in… in __Pyx_InitCachedConstants()
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dpoints_in_volume.c1878 static PyObject *__pyx_n_s_count; variable
7590 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
7768 …n_s_mask, __pyx_n_s_dx, __pyx_n_s_valid, __pyx_n_s_i, __pyx_n_s_dim, __pyx_n_s_count, __pyx_n_s_ex… in __Pyx_InitCachedConstants()
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/profiling/exporter/
H A Dpprof.c2080 static PyObject *__pyx_n_s_count; variable
16872 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
17090 …__pyx_tuple__4 = PyTuple_Pack(2, __pyx_kp_s_cpu_samples, __pyx_n_s_count); if (unlikely(!__pyx_tup… in __Pyx_InitCachedConstants()
17123 …__pyx_tuple__7 = PyTuple_Pack(2, __pyx_kp_s_exception_samples, __pyx_n_s_count); if (unlikely(!__p… in __Pyx_InitCachedConstants()
17134 …__pyx_tuple__8 = PyTuple_Pack(2, __pyx_kp_s_lock_acquire, __pyx_n_s_count); if (unlikely(!__pyx_tu… in __Pyx_InitCachedConstants()
17156 …__pyx_tuple__10 = PyTuple_Pack(2, __pyx_kp_s_lock_release, __pyx_n_s_count); if (unlikely(!__pyx_t… in __Pyx_InitCachedConstants()
17178 …__pyx_tuple__12 = PyTuple_Pack(2, __pyx_kp_s_alloc_samples, __pyx_n_s_count); if (unlikely(!__pyx_… in __Pyx_InitCachedConstants()
/dports/science/py-GPy/GPy-1.10.0/GPy/util/
H A Dcholeskies_cython.c2377 static PyObject *__pyx_n_s_count; variable
19351 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
19674 …Tuple_Pack(9, __pyx_n_s_flat, __pyx_n_s_M, __pyx_n_s_D, __pyx_n_s_N, __pyx_n_s_count, __pyx_n_s_re… in __Pyx_InitCachedConstants()
19686 …10, __pyx_n_s_L, __pyx_n_s_L, __pyx_n_s_D, __pyx_n_s_M, __pyx_n_s_N, __pyx_n_s_count, __pyx_n_s_fl… in __Pyx_InitCachedConstants()
/dports/devel/py-cytoolz/cytoolz-0.11.0/cytoolz/
H A Ditertoolz.c2829 static PyObject *__pyx_n_s_count; variable
35474 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
37019 …yx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_cytoolz_itertoolz_pyx, __pyx_n_s_count, 1060, __pyx_… in __Pyx_InitCachedConstants()
38731 __Pyx_INCREF(__pyx_n_s_count);
38732 __Pyx_GIVEREF(__pyx_n_s_count);
38733 PyList_SET_ITEM(__pyx_t_1, 27, __pyx_n_s_count);
39308 …__pyx_t_1 = __Pyx_CyFunction_New(&__pyx_mdef_7cytoolz_9itertoolz_47count, 0, __pyx_n_s_count, NULL…
39310 if (PyDict_SetItem(__pyx_d, __pyx_n_s_count, __pyx_t_1) < 0) __PYX_ERR(0, 1060, __pyx_L1_error)
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/
H A Dcompress.c1661 static PyObject *__pyx_n_s_count; variable
10049 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
10543 …__pyx_tuple__69 = PyTuple_Pack(6, __pyx_n_s_self, __pyx_n_s_s, __pyx_n_s_values, __pyx_n_s_count, … in __Pyx_InitCachedConstants()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/optimization/
H A Dneighbors.c2707 static PyObject *__pyx_n_s_count; variable
24615 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
25006 …rds, __pyx_n_s_max_bounds, __pyx_n_s_min_bounds, __pyx_n_s_nlattice, __pyx_n_s_count, __pyx_n_s_al… in __Pyx_InitCachedConstants()
25018 …_n_s_ind, __pyx_n_s_is_within, __pyx_n_s_ntotal, __pyx_n_s_ovectors, __pyx_n_s_count, __pyx_n_s_of… in __Pyx_InitCachedConstants()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/core/
H A Dpattern.c1999 static PyObject *__pyx_n_s_count; variable
16870 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
17106 …_s_yield_expr, __pyx_n_s_expr_groups, __pyx_n_s_sum, __pyx_n_s_expr, __pyx_n_s_count, __pyx_n_s_ma… in __Pyx_InitCachedConstants()
17633 …ression, __pyx_n_s_attributes, __pyx_n_s_evaluation, __pyx_n_s_vars, __pyx_n_s_count, __pyx_n_s_le… in __Pyx_InitCachedConstants()
/dports/science/py-dipy/dipy-1.4.1/dipy/denoise/
H A Dpca_noise_estimate.c2470 static PyObject *__pyx_n_s_count; variable
19664 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},
20052 …M, __pyx_n_s_U, __pyx_n_s_S, __pyx_n_s_Vt, __pyx_n_s_W, __pyx_n_s_V, __pyx_n_s_count, __pyx_n_s_me… in __Pyx_InitCachedConstants()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/
H A Dmpi4py.MPI.c3806 static PyObject *__pyx_n_s_count; variable
60113 static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_count,0}; in __pyx_pw_6mpi4py_3MPI_8Datatype_15Create_contiguous()
60126 if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_count)) != 0)) kw_args--; in __pyx_pw_6mpi4py_3MPI_8Datatype_15Create_contiguous()
60254 if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_count)) != 0)) kw_args--; in __pyx_pw_6mpi4py_3MPI_8Datatype_17Create_vector()
60396 if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_count)) != 0)) kw_args--; in __pyx_pw_6mpi4py_3MPI_8Datatype_19Create_hvector()
67227 static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_count,&__pyx_n_s_comm,0}; in __pyx_pw_6mpi4py_3MPI_8Datatype_61Pack_size()
67241 if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_count)) != 0)) kw_args--; in __pyx_pw_6mpi4py_3MPI_8Datatype_61Pack_size()
67842 static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_datarep,&__pyx_n_s_count,0}; in __pyx_pw_6mpi4py_3MPI_8Datatype_67Pack_external_size()
67859 if (likely((values[1] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_count)) != 0)) kw_args--; in __pyx_pw_6mpi4py_3MPI_8Datatype_67Pack_external_size()
71429 static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_datatype,&__pyx_n_s_count,0}; in __pyx_pw_6mpi4py_3MPI_6Status_21Set_elements()
[all …]
/dports/biology/py-dnaio/dnaio-0.5.1/src/dnaio/
H A D_core.c2268 static PyObject *__pyx_n_s_count; variable
5525 …__pyx_t_9 = __Pyx_PyObject_GetAttrStr(__pyx_t_8, __pyx_n_s_count); if (unlikely(!__pyx_t_9)) __PYX… in __pyx_gb_5dnaio_5_core_4generator()
13580 {&__pyx_n_s_count, __pyx_k_count, sizeof(__pyx_k_count), 0, 0, 1, 1},

12