Home
last modified time | relevance | path

Searched refs:MAXIWTHABS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/lua/src/
H A Dldebug.h34 #if !defined(MAXIWTHABS)
35 #define MAXIWTHABS 128 macro
H A Dltests.h119 #define MAXIWTHABS 3 macro
H A Dldebug.c66 int i = cast_uint(pc) / MAXIWTHABS - 1; /* get an estimate */ in getbaseline()
850 if (newpc - oldpc < MAXIWTHABS / 2) { /* not too far apart? */ in changedline()
H A Dlcode.c332 if (abs(linedif) >= LIMLINEDIFF || fs->iwthabs++ >= MAXIWTHABS) { in savelineinfo()
363 fs->iwthabs = MAXIWTHABS + 1; /* force next line info to be absolute */ in removelastlineinfo()