Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c130 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop…
131 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sop…
132 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno …
133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno …
134 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int ch, states aft);
148 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
191 const char *stop; in matcher() local
204 stop = string + (size_t)pmatch[0].rm_eo; in matcher()
207 stop = start + strlen(start); in matcher()
209 if (stop < start) in matcher()
[all …]
Dregcomp.c128 static void p_ere(struct parse *p, int stop, size_t reclimit);
342 int stop, /* character this ERE should end at */ in p_ere() argument
361 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere()
386 assert(!MORE() || SEE(stop)); in p_ere()
/bionic/libc/arch-arm/bionic/
D__bionic_clone.S64 # Setting lr to 0 will make the unwinder stop at __start_thread.
/bionic/libc/kernel/uapi/linux/dvb/
Dvideo.h62 } stop; member
/bionic/libc/malloc_hooks/
DREADME.md91 adb shell stop
112 adb shell am force-stop com.google.android.googlequicksearchbox
/bionic/tests/
Dmalloc_test.cpp900 std::atomic_bool stop; in TEST() local
905 std::thread* t = new std::thread([&stop] { in TEST()
906 while (!stop) { in TEST()
941 stop = true; in TEST()
/bionic/libc/malloc_debug/
DREADME.md586 adb shell stop
598 adb shell stop
605 adb shell stop
631 adb shell stop
660 adb shell am force-stop com.google.android.googlequicksearchbox
DREADME_marshmallow_and_earlier.md120 adb shell stop
/bionic/libc/kernel/uapi/linux/
Dkvm.h501 struct kvm_s390_stop_info stop; member
Dvideodev2.h1116 } stop; member
/bionic/docs/
Dstatus.md307 unjoinable thread, the fix is to stop marking it detached. If you're
Delf-tls.md796 * Clang would need to stop generating LE accesses.