Searched refs:slow (Results 1 – 5 of 5) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/posix/ |
D | engine.c | 49 #define slow sslow macro 60 #define slow lslow macro 96 static char *slow(struct match *m, char *start, char *stop, sopno startst, sopno stopst); 251 endp = slow(m, m->coldp, stop, gf, gl); in matcher() 295 endp = slow(m, m->coldp, endp-1, gf, gl); in matcher() 411 rest = slow(m, sp, stp, ss, es); in dissect() 414 tail = slow(m, rest, stop, es, stopst); in dissect() 424 if (slow(m, sp, rest, ssub, esub) != NULL) { in dissect() 436 rest = slow(m, sp, stp, ss, es); in dissect() 439 tail = slow(m, rest, stop, es, stopst); in dissect() [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arc/ |
D | memcmp-bs-norm.S | 111 ; slow track insn 126 ; slow track insn 164 ; slow track insn
|
/picolibc-3.7.0-3.6.0/test/libc-testsuite/ |
D | meson.build | 78 # snprintf has one test which is really slow
|
/picolibc-3.7.0-3.6.0/doc/ |
D | printf.md | 255 slow. Applications using soft division on large values elsewhere
|
/picolibc-3.7.0-3.6.0/ |
D | README.md | 296 * Use the small/slow string code when -fsanitize=address is used
|