Searched refs:slow (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/regex/ |
D | engine.c | 48 #define slow sslow macro 60 #define slow lslow macro 91 static char *slow(struct match *, char *, char *, sopno, sopno); 195 endp = slow(m, m->coldp, stop, gf, gl); in matcher() 239 endp = slow(m, m->coldp, endp-1, gf, gl); in matcher() 350 rest = slow(m, sp, stp, ss, es); in dissect() 353 tail = slow(m, rest, stop, es, stopst); in dissect() 363 if (slow(m, sp, rest, ssub, esub) != NULL) { in dissect() 374 rest = slow(m, sp, stp, ss, es); in dissect() 377 tail = slow(m, rest, stop, es, stopst); in dissect() [all …]
|
/bionic/libc/kernel/common/linux/ |
D | usbdevice_fs.h | 55 unsigned char slow; member
|
/bionic/libc/docs/ |
D | OVERVIEW.TXT | 162 formatting rules). This tends to slow down the path of many functions.
|