Searched refs:NOTHING (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/posix/ |
D | engine.c | 99 #define NOTHING (BOL+3) macro 758 st = step(m->g, startst, stopst, st, NOTHING, st); in fast() 812 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in fast() 850 st = step(m->g, startst, stopst, st, NOTHING, st); in slow() 902 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in slow()
|