Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregexec.c122 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) in __weak_alias() macro
148 #undef INIT in __weak_alias()
174 #define INIT(o, n) ((o) = (int)(n)) macro
Dengine.c984 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { in step()
1035 INIT(here, pc); in step()