Searched defs:SCM_NCELLP (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ | ||
| H A D | scm-lang.h | 26 #define SCM_NCELLP(x) ((SCM_SIZE-1) & (int)(x)) macro |
| H A D | scm-tags.h | 298 #define SCM_NCELLP(x) ((sizeof(scm_cell)-1) & (int)(x)) macro |