Home
last modified time | relevance | path

Searched refs:SCM_NCELLP (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dscm-lang.h25 #undef SCM_NCELLP
26 #define SCM_NCELLP(x) ((SCM_SIZE-1) & (int)(x)) macro
Dscm-tags.h297 #define SCM_CELLP(x) (!SCM_NCELLP(x))
298 #define SCM_NCELLP(x) ((sizeof(scm_cell)-1) & (int)(x)) macro