Home
last modified time | relevance | path

Searched refs:endpc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dldump.c187 dumpInt(D, f->locvars[i].endpc); in dumpDebug()
H A Dlfunc.c290 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
H A Dlundump.c254 f->locvars[i].endpc = loadInt(S); in loadDebug()
H A Dlobject.h542 int endpc; /* first point where variable is dead */ member
H A Dluac.c711 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintDebug()
H A Dlparser.c337 var->endpc = fs->pc; in removevars()
/netbsd-src/sys/dev/pci/qat/
H A Dqat_ae.c1498 u_int *endpc) in qat_ae_exec_ucode() argument
1604 if (endpc != NULL) { in qat_ae_exec_ucode()
1609 *endpc = ctx_status & UPC_MASK; in qat_ae_exec_ucode()