Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c1025 size_t nc; in allocset() local
1035 nc = p->ncsalloc; in allocset()
1036 assert(nc % CHAR_BIT == 0); in allocset()
1037 nbytes = nc / CHAR_BIT * css; in allocset()
1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); in allocset()