Home
last modified time | relevance | path

Searched defs:SCM2PTR (Results 1 – 4 of 4) sorted by relevance

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dscm-tags.h194 #define SCM2PTR(x) ((int)(x) >> 3) macro
198 #define SCM2PTR(x) (x) macro
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgc.h87 # define SCM2PTR(x) ((scm_t_cell *) (SCM_UNPACK (x) >> 3)) macro
90 # define SCM2PTR(x) ((scm_t_cell *) (SCM_UNPACK (x))) macro
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgc.h48 #define SCM2PTR(x) ((scm_t_cell *) (SCM_UNPACK_POINTER (x))) macro
/dports/lang/guile/guile-3.0.7/libguile/
H A Dgc.h44 #define SCM2PTR(x) ((scm_t_cell *) (SCM_UNPACK_POINTER (x))) macro