Searched refs:space (Results 1 – 6 of 6) sorted by relevance
164 #define STATEVARS int vn; char *space in __weak_alias()166 if (((m)->space = malloc((size_t)((nv)*(m)->g->nstates))) == NULL) \171 #define STATETEARDOWN(m) { free((m)->space); m->space = NULL; }172 #define SETUP(v) ((v) = &m->space[(size_t)(m->vn++ * m->g->nstates)])
1198 space = -1 # index of first space, or -11208 if space < 0:1209 space = ii1217 old_space = space1220 space = -11230 if space >= 0:1231 jj = space1232 space = -1
246 .space 4
269 .space 4
11 cos(3) in a separate library to save space in the days before shared
836 unsigned int space; member