Searched refs:states (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regexec.c | 56 #define states long macro 57 #define states1 states /* for later use in regexec() decision */ 83 #undef states 104 #define states char * macro
|
D | engine.c | 81 states st; /* current states */ 82 states fresh; /* states for a fresh start */ 83 states tmp; /* temporary */ 84 states empty; /* empty set of states */ 92 static states step(struct re_guts *, sopno, sopno, states, int, states); 104 static void print(struct match *, char *, states, int, FILE *); 676 states st = m->st; in fast() 677 states fresh = m->fresh; in fast() 678 states tmp = m->tmp; in fast() 760 states st = m->st; in slow() [all …]
|
/ndk/sources/android/support/src/stdio/ |
D | vfwprintf.c | 89 static const unsigned char states[]['z'-'A'+1] = { variable 281 st=states[st]S(*s++); in wprintf_core()
|
D | vfprintf.c | 97 static const unsigned char states[]['z'-'A'+1] = { variable 549 st=states[st]S(*s++); in printf_core()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 114 was longer than the number of states triggered a failure to initialize 899 performance bug in b.c/cgoto(): not freeing some sets of states. 900 partial fix only right now, and the number of states increased
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | fdl.texi | 124 states that this License applies to the Document. These Warranty
|
D | make.info-2 | 2959 which states that this License applies to the Document. These
|
D | make.info-1 | 2241 Thus, you first write the line that states that `clean' is a phony
|
D | make.texi | 2641 Thus, you first write the line that states that @code{clean} is a
|