Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/openbsd/lib/libc/regex/
H A Dregexec.c57 #define states1 states /* for later use in regexec() decision */ macro
158 if (g->nstates <= CHAR_BIT*sizeof(states1) && !(eflags&REG_LARGE)) in regexec()