Home
last modified time | relevance | path

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

/bionic/libc/regex/
Dregfree.c64 if (g->sets != NULL) in regfree()
65 free((char *)g->sets); in regfree()
Dregcomp.c197 g->sets = NULL; in regcomp()
1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); in allocset()
1042 p->g->sets = ptr; in allocset()
1050 p->g->sets[i].ptr = p->g->setbits + css*(i/CHAR_BIT); in allocset()
1055 if (p->g->sets == NULL || p->g->setbits == NULL) in allocset()
1058 cs = &p->g->sets[no]; in allocset()
1067 free(p->g->sets); in allocset()
1068 p->g->sets = NULL; in allocset()
1084 cset *top = &p->g->sets[p->g->ncsets]; in freeset()
1107 cset *top = &p->g->sets[p->g->ncsets]; in freezeset()
[all …]
Dregex2.h132 cset *sets; /* -> cset [ncsets] */ member
Dengine.c505 cs = &m->g->sets[OPND(s)]; in backref()
883 cs = &g->sets[OPND(s)]; in step()
/bionic/libc/
DREADME10 - support for x86, ARM and ARM thumb CPU instruction sets and kernel interfaces
/bionic/libc/docs/
DOVERVIEW.TXT24 Bionic currently supports the ARM and x86 instruction sets. In theory, it