Searched refs:stkend (Results 1 – 3 of 3) sorted by relevance
233 int stkend, nstate; in epsclosure() local261 if ( ++stkend >= current_max_dfa_size ) \ in epsclosure()263 stk[stkend] = state; \ in epsclosure()289 nacc = stkend = hashval = 0; in epsclosure()304 for (stkpos = 1; stkpos <= stkend; ++stkpos) { in epsclosure()326 for (stkpos = 1; stkpos <= stkend; ++stkpos) { in epsclosure()
549 addcycle(arctype **stkstart, arctype **stkend) in addcycle() argument560 size = stkend - stkstart + 1; in addcycle()563 for ( arcpp = stkstart , minarc = *arcpp ; arcpp <= stkend ; arcpp++ ) { in addcycle()577 if ( stkp > stkend ) in addcycle()598 if ( stkp > stkend ) in addcycle()
1218 __asan_allocas_unpoison(const void *stkbegin, const void *stkend) in __asan_allocas_unpoison() argument1224 if (__predict_false((uintptr_t)stkbegin > (uintptr_t)stkend)) in __asan_allocas_unpoison()1226 size = (uintptr_t)stkend - (uintptr_t)stkbegin; in __asan_allocas_unpoison()