Searched refs:nci (Results 1 – 7 of 7) sorted by relevance
4 - compatible: Should be "nxp,nxp-nci-i2c".22 compatible = "nxp,nxp-nci-i2c";
114 L->nci++; in luaE_extendCI()129 L->nci--; in luaE_freeCI()146 L->nci--; in luaE_shrinkCI()207 lua_assert(L->nci == 0); in freestack()257 L->nci = 0; in preinit_thread()
277 unsigned short nci; /* number of items in 'ci' list */ member
142 mtree -nci -p ${TEMPROOT} -k size,md5digest > ${MTREENEW} 2>/dev/null
795 CallInfo *nci = L->ci; /* called frame */ in luaV_execute()796 CallInfo *oci = nci->previous; /* caller frame */ in luaV_execute()797 StkId nfunc = nci->func; /* called function */ in luaV_execute()800 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute()807 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute()809 oci->u.l.savedpc = nci->u.l.savedpc; in luaV_execute()
737 mtree -nci -p ${TEMPROOT} -k size,md5digest > ${MTREENEW} 2>/dev/null
7581 nci = nested_indirect_field_decl->chain_begin(), in BuildIndirectFields() local7583 nci < nce; ++nci) { in BuildIndirectFields()7584 chain[chain_index] = *nci; in BuildIndirectFields()