Home
last modified time | relevance | path

Searched refs:typeobj (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) \ argument
127 #define PyObject_NewVar(type, typeobj, n) \ argument
140 Py_TYPE(op) = typeobj; in _PyObject_INIT()
142 Py_INCREF(typeobj); in _PyObject_INIT()
148 #define PyObject_INIT(op, typeobj) \ argument
156 PyObject_INIT((PyObject *)op, typeobj); in _PyObject_INIT_VAR()
163 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
184 #define PyObject_NEW(type, typeobj) \ argument
186 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
191 (typeobj), (n)) )
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) \ argument
127 #define PyObject_NewVar(type, typeobj, n) \ argument
140 Py_TYPE(op) = typeobj; in _PyObject_INIT()
142 Py_INCREF(typeobj); in _PyObject_INIT()
148 #define PyObject_INIT(op, typeobj) \ argument
156 PyObject_INIT((PyObject *)op, typeobj); in _PyObject_INIT_VAR()
163 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
184 #define PyObject_NEW(type, typeobj) \ argument
186 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
191 (typeobj), (n)) )
[all …]
/dports/lang/python38/Python-3.8.12/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) \ argument
127 #define PyObject_NewVar(type, typeobj, n) \ argument
140 Py_TYPE(op) = typeobj; in _PyObject_INIT()
142 Py_INCREF(typeobj); in _PyObject_INIT()
148 #define PyObject_INIT(op, typeobj) \ argument
156 PyObject_INIT((PyObject *)op, typeobj); in _PyObject_INIT_VAR()
163 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
184 #define PyObject_NEW(type, typeobj) \ argument
186 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
191 (typeobj), (n)) )
[all …]
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) \ argument
127 #define PyObject_NewVar(type, typeobj, n) \ argument
140 Py_TYPE(op) = typeobj; in _PyObject_INIT()
142 Py_INCREF(typeobj); in _PyObject_INIT()
148 #define PyObject_INIT(op, typeobj) \ argument
156 PyObject_INIT((PyObject *)op, typeobj); in _PyObject_INIT_VAR()
163 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
184 #define PyObject_NEW(type, typeobj) \ argument
186 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
191 (typeobj), (n)) )
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) \ argument
127 #define PyObject_NewVar(type, typeobj, n) \ argument
140 Py_TYPE(op) = typeobj; in _PyObject_INIT()
142 Py_INCREF(typeobj); in _PyObject_INIT()
148 #define PyObject_INIT(op, typeobj) \ argument
156 PyObject_INIT((PyObject *)op, typeobj); in _PyObject_INIT_VAR()
163 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
184 #define PyObject_NEW(type, typeobj) \ argument
186 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
191 (typeobj), (n)) )
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) \ argument
127 #define PyObject_NewVar(type, typeobj, n) \ argument
140 Py_TYPE(op) = typeobj; in _PyObject_INIT()
142 Py_INCREF(typeobj); in _PyObject_INIT()
148 #define PyObject_INIT(op, typeobj) \ argument
156 PyObject_INIT((PyObject *)op, typeobj); in _PyObject_INIT_VAR()
163 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
184 #define PyObject_NEW(type, typeobj) \ argument
186 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
191 (typeobj), (n)) )
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/xcb-0.9.0/
H A Drs_client.py817 switch_obj = typeobj if typeobj.is_switch else None
824 parents = typeobj.parents if hasattr(typeobj, 'parents') else [typeobj]
881 switch_obj = typeobj if typeobj.is_switch else None
989 typeobj.rs_qualified_type = typeobj.rs_type
992 typeobj.rs_qualified_type = '%s::%s' % (module, typeobj.rs_type)
1028 (not typeobj.is_reply and not typeobj.is_union) and
1036 def _rs_struct(typeobj): argument
1040 if typeobj.rs_is_pod:
1386 elif typeobj.is_container and not typeobj.is_union:
1439 if hasattr(typeobj, "doc") and typeobj.doc:
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/xcb-0.8.2/
H A Drs_client.py820 switch_obj = typeobj if typeobj.is_switch else None
827 parents = typeobj.parents if hasattr(typeobj, 'parents') else [typeobj]
884 switch_obj = typeobj if typeobj.is_switch else None
992 typeobj.rs_qualified_type = typeobj.rs_type
995 typeobj.rs_qualified_type = '%s::%s' % (module, typeobj.rs_type)
1031 (not typeobj.is_reply and not typeobj.is_union) and
1039 def _rs_struct(typeobj): argument
1043 if typeobj.rs_is_pod:
1389 elif typeobj.is_container and not typeobj.is_union:
1442 if hasattr(typeobj, "doc") and typeobj.doc:
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/xcb-0.8.2/
H A Drs_client.py820 switch_obj = typeobj if typeobj.is_switch else None
827 parents = typeobj.parents if hasattr(typeobj, 'parents') else [typeobj]
884 switch_obj = typeobj if typeobj.is_switch else None
992 typeobj.rs_qualified_type = typeobj.rs_type
995 typeobj.rs_qualified_type = '%s::%s' % (module, typeobj.rs_type)
1031 (not typeobj.is_reply and not typeobj.is_union) and
1039 def _rs_struct(typeobj): argument
1043 if typeobj.rs_is_pod:
1389 elif typeobj.is_container and not typeobj.is_union:
1442 if hasattr(typeobj, "doc") and typeobj.doc:
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/xcb-0.9.0/
H A Drs_client.py817 switch_obj = typeobj if typeobj.is_switch else None
824 parents = typeobj.parents if hasattr(typeobj, 'parents') else [typeobj]
881 switch_obj = typeobj if typeobj.is_switch else None
989 typeobj.rs_qualified_type = typeobj.rs_type
992 typeobj.rs_qualified_type = '%s::%s' % (module, typeobj.rs_type)
1028 (not typeobj.is_reply and not typeobj.is_union) and
1036 def _rs_struct(typeobj): argument
1040 if typeobj.rs_is_pod:
1386 elif typeobj.is_container and not typeobj.is_union:
1439 if hasattr(typeobj, "doc") and typeobj.doc:
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/xcb-0.8.2/
H A Drs_client.py820 switch_obj = typeobj if typeobj.is_switch else None
827 parents = typeobj.parents if hasattr(typeobj, 'parents') else [typeobj]
884 switch_obj = typeobj if typeobj.is_switch else None
992 typeobj.rs_qualified_type = typeobj.rs_type
995 typeobj.rs_qualified_type = '%s::%s' % (module, typeobj.rs_type)
1031 (not typeobj.is_reply and not typeobj.is_union) and
1039 def _rs_struct(typeobj): argument
1043 if typeobj.rs_is_pod:
1389 elif typeobj.is_container and not typeobj.is_union:
1442 if hasattr(typeobj, "doc") and typeobj.doc:
[all …]
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xcb-0.9.0/
H A Drs_client.py817 switch_obj = typeobj if typeobj.is_switch else None
824 parents = typeobj.parents if hasattr(typeobj, 'parents') else [typeobj]
881 switch_obj = typeobj if typeobj.is_switch else None
989 typeobj.rs_qualified_type = typeobj.rs_type
992 typeobj.rs_qualified_type = '%s::%s' % (module, typeobj.rs_type)
1028 (not typeobj.is_reply and not typeobj.is_union) and
1036 def _rs_struct(typeobj): argument
1040 if typeobj.rs_is_pod:
1386 elif typeobj.is_container and not typeobj.is_union:
1439 if hasattr(typeobj, "doc") and typeobj.doc:
[all …]
/dports/lang/python39/Python-3.9.9/Include/cpython/
H A Dobjimpl.h9 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
25 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
26 _Py_SIZE_ROUND_UP((typeobj)->tp_basicsize + \
27 (nitems)*(typeobj)->tp_itemsize, \
65 _PyObject_INIT(PyObject *op, PyTypeObject *typeobj) in _PyObject_INIT() argument
68 Py_SET_TYPE(op, typeobj); in _PyObject_INIT()
70 Py_INCREF(typeobj); in _PyObject_INIT()
76 #define PyObject_INIT(op, typeobj) \ argument
77 _PyObject_INIT(_PyObject_CAST(op), (typeobj))
84 PyObject_INIT((PyObject *)op, typeobj); in _PyObject_INIT_VAR()
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/cpython/
H A Dobjimpl.h9 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
25 #define _PyObject_VAR_SIZE(typeobj, nitems) \ argument
26 _Py_SIZE_ROUND_UP((typeobj)->tp_basicsize + \
27 (nitems)*(typeobj)->tp_itemsize, \
65 _PyObject_INIT(PyObject *op, PyTypeObject *typeobj) in _PyObject_INIT() argument
68 Py_SET_TYPE(op, typeobj); in _PyObject_INIT()
70 Py_INCREF(typeobj); in _PyObject_INIT()
76 #define PyObject_INIT(op, typeobj) \ argument
77 _PyObject_INIT(_PyObject_CAST(op), (typeobj))
84 PyObject_INIT((PyObject *)op, typeobj); in _PyObject_INIT_VAR()
[all …]
/dports/lang/python310/Python-3.10.1/Include/
H A Dobjimpl.h125 #define PyObject_INIT(op, typeobj) \ argument
126 PyObject_Init(_PyObject_CAST(op), (typeobj))
127 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
134 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
138 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
140 #define PyObject_NewVar(type, typeobj, n) \ argument
141 ( (type *) _PyObject_NewVar((typeobj), (n)) )
145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
184 #define PyObject_GC_New(type, typeobj) \ argument
185 ( (type *) _PyObject_GC_New(typeobj) )
[all …]
/dports/lang/python39/Python-3.9.9/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
129 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
131 #define PyObject_NewVar(type, typeobj, n) \ argument
132 ( (type *) _PyObject_NewVar((typeobj), (n)) )
136 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
143 # define PyObject_INIT(op, typeobj) \ argument
144 PyObject_Init(_PyObject_CAST(op), (typeobj))
145 # define PyObject_INIT_VAR(op, typeobj, size) \ argument
184 #define PyObject_GC_New(type, typeobj) \ argument
185 ( (type *) _PyObject_GC_New(typeobj) )
[all …]
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dobjimpl.h125 #define PyObject_INIT(op, typeobj) \ argument
126 PyObject_Init(_PyObject_CAST(op), (typeobj))
127 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
134 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
138 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
140 #define PyObject_NewVar(type, typeobj, n) \ argument
141 ( (type *) _PyObject_NewVar((typeobj), (n)) )
145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
184 #define PyObject_GC_New(type, typeobj) \ argument
185 ( (type *) _PyObject_GC_New(typeobj) )
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dobjimpl.h125 #define PyObject_INIT(op, typeobj) \ argument
126 PyObject_Init(_PyObject_CAST(op), (typeobj))
127 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
134 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
138 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
140 #define PyObject_NewVar(type, typeobj, n) \ argument
141 ( (type *) _PyObject_NewVar((typeobj), (n)) )
145 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
184 #define PyObject_GC_New(type, typeobj) \ argument
185 ( (type *) _PyObject_GC_New(typeobj) )
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dobjimpl.h125 #define PyObject_New(type, typeobj) ((type *)_PyObject_New(typeobj)) argument
129 #define PyObject_NEW(type, typeobj) PyObject_New(type, typeobj) argument
131 #define PyObject_NewVar(type, typeobj, n) \ argument
132 ( (type *) _PyObject_NewVar((typeobj), (n)) )
136 #define PyObject_NEW_VAR(type, typeobj, n) PyObject_NewVar(type, typeobj, n) argument
143 # define PyObject_INIT(op, typeobj) \ argument
144 PyObject_Init(_PyObject_CAST(op), (typeobj))
145 # define PyObject_INIT_VAR(op, typeobj, size) \ argument
184 #define PyObject_GC_New(type, typeobj) \ argument
185 ( (type *) _PyObject_GC_New(typeobj) )
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobjimpl.h156 #define PyObject_New(type, typeobj) \ argument
158 #define PyObject_NewVar(type, typeobj, n) \ argument
163 #define PyObject_INIT(op, typeobj) \ argument
165 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
192 #define PyObject_NEW(type, typeobj) \ argument
194 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
196 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
199 (typeobj), (n)) )
313 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/lang/python37/Python-3.7.12/Include/
H A Dobjimpl.h136 #define PyObject_New(type, typeobj) \ argument
138 #define PyObject_NewVar(type, typeobj, n) \ argument
143 #define PyObject_INIT(op, typeobj) \ argument
145 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
148 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
169 #define PyObject_NEW(type, typeobj) \ argument
171 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
173 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
176 (typeobj), (n)) )
344 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dobjimpl.h156 #define PyObject_New(type, typeobj) \ argument
158 #define PyObject_NewVar(type, typeobj, n) \ argument
163 #define PyObject_INIT(op, typeobj) \ argument
165 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
192 #define PyObject_NEW(type, typeobj) \ argument
194 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
196 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
199 (typeobj), (n)) )
328 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/lang/python27/Python-2.7.18/Include/
H A Dobjimpl.h156 #define PyObject_New(type, typeobj) \ argument
158 #define PyObject_NewVar(type, typeobj, n) \ argument
163 #define PyObject_INIT(op, typeobj) \ argument
165 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
192 #define PyObject_NEW(type, typeobj) \ argument
194 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
196 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
199 (typeobj), (n)) )
328 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dobjimpl.h132 #define PyObject_New(type, typeobj) \ argument
134 #define PyObject_NewVar(type, typeobj, n) \ argument
139 #define PyObject_INIT(op, typeobj) \ argument
141 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
144 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
165 #define PyObject_NEW(type, typeobj) \ argument
167 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
169 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
172 (typeobj), (n)) )
333 #define PyObject_GC_New(type, typeobj) \ argument
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dobjimpl.h136 #define PyObject_New(type, typeobj) \ argument
138 #define PyObject_NewVar(type, typeobj, n) \ argument
143 #define PyObject_INIT(op, typeobj) \ argument
145 #define PyObject_INIT_VAR(op, typeobj, size) \ argument
148 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize ) argument
169 #define PyObject_NEW(type, typeobj) \ argument
171 (PyObject *) PyObject_MALLOC( _PyObject_SIZE(typeobj) ), (typeobj)) )
173 #define PyObject_NEW_VAR(type, typeobj, n) \ argument
176 (typeobj), (n)) )
340 #define PyObject_GC_New(type, typeobj) \ argument
[all …]

12345678910>>...16