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

/freebsd-current/contrib/flex/src/
H A Ddfa.c233 int stkend, nstate; local
261 if ( ++stkend >= current_max_dfa_size ) \
263 stk[stkend] = state; \
289 nacc = stkend = hashval = 0;
304 for (stkpos = 1; stkpos <= stkend; ++stkpos) {
326 for (stkpos = 1; stkpos <= stkend; ++stkpos) {
/freebsd-current/usr.bin/gprof/
H A Darcs.c549 addcycle(arctype **stkstart, arctype **stkend) argument
560 size = stkend - stkstart + 1;
563 for ( arcpp = stkstart , minarc = *arcpp ; arcpp <= stkend ; arcpp++ ) {
577 if ( stkp > stkend )
598 if ( stkp > stkend )
/freebsd-current/sys/kern/
H A Dsubr_asan.c1213 __asan_allocas_unpoison(const void *stkbegin, const void *stkend) argument
1219 if (__predict_false((uintptr_t)stkbegin > (uintptr_t)stkend))
1221 size = (uintptr_t)stkend - (uintptr_t)stkbegin;

Completed in 76 milliseconds