Lines Matching refs:css
1240 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()
1328 size_t css; in freezeset() local
1335 css = (size_t)p->g->csetsize; in freezeset()
1341 for (i = 0; i < css; i++) in freezeset()
1344 if (i == css) in freezeset()
1366 size_t css; in firstch() local
1371 css = (size_t)p->g->csetsize; in firstch()
1373 for (i = 0; i < css; i++) in firstch()
1390 size_t css; in nch() local
1396 css = (size_t)p->g->csetsize; in nch()
1398 for (i = 0; i < css; i++) in nch()