Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregfree.c89 if (g->sets != NULL) { in __weak_alias()
91 free(g->sets[i].ranges); in __weak_alias()
92 free(g->sets[i].wides); in __weak_alias()
93 free(g->sets[i].types); in __weak_alias()
95 free(g->sets); in __weak_alias()
Dregex2.h182 cset *sets; /* -> cset [ncsets] */ member
Dregcomp.c359 g->sets = NULL; in regcomp_internal()
1143 EMIT(OANYOF, (size_t)(cs - p->g->sets)); in p_bracket()
1287 EMIT(OANYOF, (size_t)(cs - p->g->sets));
1539 EMIT(OANYOF, (size_t)(cs - p->g->sets));
1699 ncs = reallocarray(p->g->sets, p->g->ncsets + 1, sizeof(*ncs));
1704 p->g->sets = ncs;
1705 cs = &p->g->sets[p->g->ncsets++];
1723 top = &p->g->sets[p->g->ncsets];
Dengine.c694 cs = &m->g->sets[OPND(s)]; in backref()
1101 cs = &g->sets[OPND(s)]; in step()
/bionic/linker/
DAndroid.bp10 // each binary. There's a linker script that sets all of that up (generated by
/bionic/docs/
Delf-tls.md620 * On arm32/arm64, it creates a pthread key, sets it to a magic value, then scans forward from
684 * On arm64, there are different sets of static LE relocations accommodating different ranges of
/bionic/libc/malloc_debug/
DREADME.md153 As of P, when one of the backtrace options has been enabled, this sets the
/bionic/libc/
DAndroid.bp207 // libc_init_static.cpp sets up TLS for static executables, and libc_init_dynamic.cpp initializes