Searched refs:SCM_NCELLP (Results 1 – 2 of 2) sorted by relevance
25 #undef SCM_NCELLP26 #define SCM_NCELLP(x) ((SCM_SIZE-1) & (int)(x)) macro
297 #define SCM_CELLP(x) (!SCM_NCELLP(x))298 #define SCM_NCELLP(x) ((sizeof(scm_cell)-1) & (int)(x)) macro