Searched refs:stop (Results 1 – 5 of 5) sorted by relevance
/picolibc-3.7.0-3.6.0/test/semihost/ |
D | semihost-elapsed.c | 43 uint64_t stop; in main() local 47 stop = sys_semihost_elapsed(); in main() 48 if (stop != start) { in main() 49 if (stop < start) { in main() 54 (long long) start, (long long) stop, (long long) (stop - start)); in main()
|
D | semihost-clock.c | 43 uintptr_t stop; in main() local 47 stop = sys_semihost_clock(); in main() 48 if (stop != start) { in main() 49 if (stop < start) { in main()
|
/picolibc-3.7.0-3.6.0/newlib/libc/posix/ |
D | engine.c | 93 static char *dissect(struct match *m, char *start, char *stop, sopno startst, sopno stopst); 94 static char *backref(struct match *m, char *start, char *stop, sopno startst, sopno stopst, sopno l… 95 static char *fast(struct match *m, char *start, char *stop, sopno startst, sopno stopst); 96 static char *slow(struct match *m, char *start, char *stop, sopno startst, sopno stopst); 97 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int ch, states aft); 111 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst); 152 char *stop; in matcher() local 166 stop = string + pmatch[0].rm_eo; in matcher() 169 stop = start + strlen(start); in matcher() 171 if (stop < start) in matcher() [all …]
|
D | regcomp.c | 78 static void p_ere(struct parse *p, int stop); 298 int stop) /* character this ERE should end at */ in p_ere() argument 309 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere() 334 assert(!MORE() || SEE(stop)); in p_ere()
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 23702 Call exit, instead of just issuing a stop instruction.
|