Home
last modified time | relevance | path

Searched defs:_PyGCHead_SET_NEXT (Results 1 – 11 of 11) sorted by relevance

/dports/databases/py-gdbm/Python-3.8.12/Include/cpython/
H A Dobjimpl.h80 #define _PyGCHead_SET_NEXT(g, p) ((g)->_gc_next = (uintptr_t)(p)) macro
/dports/lang/python38/Python-3.8.12/Include/cpython/
H A Dobjimpl.h80 #define _PyGCHead_SET_NEXT(g, p) ((g)->_gc_next = (uintptr_t)(p)) macro
/dports/lang/python-tools/Python-3.8.12/Include/cpython/
H A Dobjimpl.h80 #define _PyGCHead_SET_NEXT(g, p) ((g)->_gc_next = (uintptr_t)(p)) macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/cpython/
H A Dobjimpl.h80 #define _PyGCHead_SET_NEXT(g, p) ((g)->_gc_next = (uintptr_t)(p)) macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/cpython/
H A Dobjimpl.h80 #define _PyGCHead_SET_NEXT(g, p) ((g)->_gc_next = (uintptr_t)(p)) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/cpython/
H A Dobjimpl.h80 #define _PyGCHead_SET_NEXT(g, p) ((g)->_gc_next = (uintptr_t)(p)) macro
/dports/lang/python310/Python-3.10.1/Include/internal/
H A Dpycore_gc.h46 #define _PyGCHead_SET_NEXT(g, p) ((g)->_gc_next = (uintptr_t)(p)) macro
/dports/lang/python39/Python-3.9.9/Include/internal/
H A Dpycore_gc.h46 #define _PyGCHead_SET_NEXT(g, p) ((g)->_gc_next = (uintptr_t)(p)) macro
/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_gc.h46 #define _PyGCHead_SET_NEXT(g, p) _Py_RVALUE((g)->_gc_next = (uintptr_t)(p)) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/internal/
H A Dpycore_gc.h46 #define _PyGCHead_SET_NEXT(g, p) ((g)->_gc_next = (uintptr_t)(p)) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/internal/
H A Dpycore_gc.h46 #define _PyGCHead_SET_NEXT(g, p) ((g)->_gc_next = (uintptr_t)(p)) macro