Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1240 size_t css; in allocset() local
1247 css = (size_t)p->g->csetsize; in allocset()
1252 nbytes = nc / CHAR_BIT * css; in allocset()
1258 if (reallocarr(&p->g->setbits, nc / CHAR_BIT, css)) { in allocset()
1264 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1266 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css); in allocset()
1270 cs->ptr = p->g->setbits + css*((no)/CHAR_BIT); in allocset()
1295 size_t css; in freeset() local
1301 css = (size_t)p->g->csetsize; in freeset()
1303 for (i = 0; i < css; i++) in freeset()
[all …]