Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregexec.c115 #define ASSIGN(d, s) ((d) = (s)) in __weak_alias() macro
141 #undef ASSIGN in __weak_alias()
162 #define ASSIGN(d, s) memcpy(d, s, (size_t)m->g->nstates) in __weak_alias() macro
Dengine.c796 ASSIGN(fresh, st); in fast()
844 ASSIGN(tmp, st); in fast()
845 ASSIGN(st, fresh); in fast()
939 ASSIGN(tmp, st); in slow()
940 ASSIGN(st, empty); in slow()