Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dscm-lang.h26 #define SCM_NCELLP(x) ((SCM_SIZE-1) & (int)(x)) macro
H A Dscm-tags.h298 #define SCM_NCELLP(x) ((sizeof(scm_cell)-1) & (int)(x)) macro