Home
last modified time | relevance | path

Searched refs:stkend (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/flex/src/
H A Ddfa.c233 int stkend, nstate; in epsclosure() local
261 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()
/freebsd/usr.bin/gprof/
H A Darcs.c549 addcycle(arctype **stkstart, arctype **stkend) in addcycle() argument
560 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()
/freebsd/sys/kern/
H A Dsubr_asan.c1213 __asan_allocas_unpoison(const void *stkbegin, const void *stkend) in __asan_allocas_unpoison() argument
1219 if (__predict_false((uintptr_t)stkbegin > (uintptr_t)stkend)) in __asan_allocas_unpoison()
1221 size = (uintptr_t)stkend - (uintptr_t)stkbegin; in __asan_allocas_unpoison()