Searched refs:states1 (Results 1 - 3 of 3) sorted by relevance

/external/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))
/external/swiftshader/third_party/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))
/external/swiftshader/third_party/llvm-subzero/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))

Completed in 145 milliseconds