Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlfunc.c151 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
H A Dlobject.h460 int endpc; /* first point where variable is dead */ member
H A Dlparser.c214 getlocvar(fs, --fs->nactvar)->endpc = fs->pc; in removevars()
/freebsd/contrib/lua/src/
H A Dldump.c174 dumpInt(D, f->locvars[i].endpc); in dumpDebug()
H A Dlfunc.c286 if (pc < f->locvars[i].endpc) { /* is variable active? */ in luaF_getlocalname()
H A Dlundump.c248 f->locvars[i].endpc = loadInt(S); in loadDebug()
H A Dlobject.h530 int endpc; /* first point where variable is dead */ member
H A Dluac.c705 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintDebug()
H A Dlparser.c333 var->endpc = fs->pc; in removevars()
/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c1284 unsigned int *endpc) in qat_hal_exec_micro_inst() argument
1365 if (endpc) { in qat_hal_exec_micro_inst()
1370 *endpc = ctx_status & handle->hal_handle->upc_mask; in qat_hal_exec_micro_inst()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1489 u_int *endpc) in qat_ae_exec_ucode() argument
1590 if (endpc != NULL) { in qat_ae_exec_ucode()
1595 *endpc = ctx_status & UPC_MASK; in qat_ae_exec_ucode()