Home
last modified time | relevance | path

Searched refs:VISIBLE_SIZE_TP (Results 1 – 12 of 12) sorted by relevance

/dports/lang/python37/Python-3.7.12/Objects/
H A Dstructseq.c25 #define VISIBLE_SIZE_TP(tp) PyLong_AsSsize_t( \ macro
48 Py_SIZE(obj) = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
116 min_len = VISIBLE_SIZE_TP(type); in structseq_new_impl()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dstructseq.c27 #define VISIBLE_SIZE_TP(tp) PyLong_AsSsize_t( \ macro
50 Py_SIZE(obj) = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
136 min_len = VISIBLE_SIZE_TP(type); in structseq_new_impl()
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dstructseq.c27 #define VISIBLE_SIZE_TP(tp) PyLong_AsSsize_t( \ macro
50 Py_SIZE(obj) = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
136 min_len = VISIBLE_SIZE_TP(type); in structseq_new_impl()
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dstructseq.c27 #define VISIBLE_SIZE_TP(tp) PyLong_AsSsize_t( \ macro
50 Py_SIZE(obj) = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
136 min_len = VISIBLE_SIZE_TP(type); in structseq_new_impl()
/dports/lang/python38/Python-3.8.12/Objects/
H A Dstructseq.c27 #define VISIBLE_SIZE_TP(tp) PyLong_AsSsize_t( \ macro
50 Py_SIZE(obj) = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
136 min_len = VISIBLE_SIZE_TP(type); in structseq_new_impl()
/dports/lang/python39/Python-3.9.9/Objects/
H A Dstructseq.c27 #define VISIBLE_SIZE_TP(tp) PyLong_AsSsize_t( \ macro
50 Py_SET_SIZE(obj, VISIBLE_SIZE_TP(type)); in PyStructSequence_New()
139 min_len = VISIBLE_SIZE_TP(type); in structseq_new_impl()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dstructseq.c27 #define VISIBLE_SIZE_TP(tp) PyLong_AsSsize_t( \ macro
50 Py_SIZE(obj) = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
136 min_len = VISIBLE_SIZE_TP(type); in structseq_new_impl()
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dstructseq.c17 #define VISIBLE_SIZE_TP(tp) PyInt_AsLong( \ macro
37 Py_SIZE(obj) = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
171 min_len = VISIBLE_SIZE_TP(type); in structseq_new()
/dports/lang/python27/Python-2.7.18/Objects/
H A Dstructseq.c17 #define VISIBLE_SIZE_TP(tp) PyInt_AsLong( \ macro
37 Py_SIZE(obj) = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
171 min_len = VISIBLE_SIZE_TP(type); in structseq_new()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dstructseq.c17 #define VISIBLE_SIZE_TP(tp) PyInt_AsLong( \ macro
37 Py_SIZE(obj) = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
171 min_len = VISIBLE_SIZE_TP(type); in structseq_new()
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dstructseq.c46 #define VISIBLE_SIZE_TP(tp) get_type_attr_as_size(tp, &PyId_n_sequence_fields) macro
62 Py_ssize_t vsize = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
146 min_len = VISIBLE_SIZE_TP(type); in structseq_new_impl()
/dports/lang/python310/Python-3.10.1/Objects/
H A Dstructseq.c46 #define VISIBLE_SIZE_TP(tp) get_type_attr_as_size(tp, &PyId_n_sequence_fields) macro
62 Py_ssize_t vsize = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
146 min_len = VISIBLE_SIZE_TP(type); in structseq_new_impl()