Searched refs:sets (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regfree.c | 89 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()
|
D | regex2.h | 182 cset *sets; /* -> cset [ncsets] */ member
|
D | regcomp.c | 359 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];
|
D | engine.c | 694 cs = &m->g->sets[OPND(s)]; in backref() 1101 cs = &g->sets[OPND(s)]; in step()
|
/bionic/linker/ |
D | Android.bp | 10 // each binary. There's a linker script that sets all of that up (generated by
|
/bionic/docs/ |
D | elf-tls.md | 620 * 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/ |
D | README.md | 153 As of P, when one of the backtrace options has been enabled, this sets the
|
/bionic/libc/ |
D | Android.bp | 207 // libc_init_static.cpp sets up TLS for static executables, and libc_init_dynamic.cpp initializes
|