Searched refs:sets (Results 1 – 6 of 6) sorted by relevance
64 if (g->sets != NULL) in regfree()65 free((char *)g->sets); in regfree()
197 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 …]
132 cset *sets; /* -> cset [ncsets] */ member
505 cs = &m->g->sets[OPND(s)]; in backref()883 cs = &g->sets[OPND(s)]; in step()
10 - support for x86, ARM and ARM thumb CPU instruction sets and kernel interfaces
24 Bionic currently supports the ARM and x86 instruction sets. In theory, it