Home
last modified time | relevance | path

Searched refs:space (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregexec.c164 #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)])
/bionic/libc/kernel/tools/
Dcpp.py1198 space = -1 # index of first space, or -1
1208 if space < 0:
1209 space = ii
1217 old_space = space
1220 space = -1
1230 if space >= 0:
1231 jj = space
1232 space = -1
/bionic/libc/arch-arm64/generic/bionic/
Dmemset.S246 .space 4
/bionic/libc/arch-arm64/denver64/bionic/
Dmemset.S269 .space 4
/bionic/
DHACKING.txt11 cos(3) in a separate library to save space in the days before shared
/bionic/libc/kernel/uapi/sound/
Dasound.h836 unsigned int space; member