Home
last modified time | relevance | path

Searched refs:EQ (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregexec.c116 #define EQ(a, b) ((a) == (b)) in __weak_alias() macro
142 #undef EQ in __weak_alias()
163 #define EQ(a, b) (memcmp(a, b, (size_t)m->g->nstates) == 0) in __weak_alias() macro
Dengine.c803 if (EQ(st, fresh)) in fast()
849 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in fast()
935 if (EQ(st, empty) || p == stop) in slow()
944 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in slow()