Home
last modified time | relevance | path

Searched refs:opr (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlcode.c1365 lua_assert(baser <= opr && in binopr2op()
1375 l_sinline OpCode unopr2op (UnOpr opr) { in unopr2op() argument
1384 l_sinline TMS binopr2TM (BinOpr opr) { in binopr2TM() argument
1385 lua_assert(OPR_ADD <= opr && opr <= OPR_SHR); in binopr2TM()
1457 TMS event = binopr2TM(opr); in codebinK()
1622 switch (opr) { in luaK_prefix()
1712 if (foldbinop(opr) && constfolding(fs, opr + LUA_OPADD, e1, e2)) in luaK_posfix()
1714 switch (opr) { in luaK_posfix()
1769 codeeq(fs, opr, e1, e2); in luaK_posfix()
1775 opr = cast(BinOpr, (opr - OPR_GT) + OPR_LT); in luaK_posfix()
[all …]
/freebsd/sys/netinet6/
H A Dnd6_rtr.c2069 struct nd_prefix *opr; in nd6_prefix_onlink() local
2087 LIST_FOREACH(opr, &V_nd_prefix, ndpr_entry) { in nd6_prefix_onlink()
2088 if (opr == pr) in nd6_prefix_onlink()
2098 if (opr->ndpr_plen == pr->ndpr_plen && in nd6_prefix_onlink()
2151 struct nd_prefix *opr; in nd6_prefix_offlink() local
2190 if (opr == pr || (opr->ndpr_stateflags & in nd6_prefix_offlink()
2194 if (opr->ndpr_plen == pr->ndpr_plen && in nd6_prefix_offlink()
2201 if ((e = nd6_prefix_onlink(opr)) != 0) { in nd6_prefix_offlink()
2206 &opr->ndpr_prefix.sin6_addr), in nd6_prefix_offlink()
2207 opr->ndpr_plen, if_name(ifp), in nd6_prefix_offlink()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c784 dt_proc_t *dpr, *opr; in dt_proc_grab() local
843 for (opr = dt_list_prev(&dph->dph_lrulist); in dt_proc_grab()
844 opr != NULL; opr = dt_list_prev(opr)) { in dt_proc_grab()
845 if (opr->dpr_cacheable && opr->dpr_refs == 0) { in dt_proc_grab()
846 dt_proc_destroy(dtp, opr->dpr_proc); in dt_proc_grab()
/freebsd/contrib/wpa/src/crypto/
H A Drandom.c395 u8 opr; in random_write_entropy() local
411 opr = own_pool_ready > 0xff ? 0xff : own_pool_ready; in random_write_entropy()
412 if (fwrite(&opr, 1, 1, f) != 1 || in random_write_entropy()
/freebsd/sys/dev/flash/flexspi/
H A Dflex_spi.h309 #define LUT_DEF(idx, ins, pad, opr) \ argument
311 (opr)) << (((idx) % 2) * OPRND_SHIFT))
/freebsd/contrib/tcsh/
H A Dsh.set.c496 Char opr[2]; in operate() local
505 opr[0] = op; in operate()
506 opr[1] = 0; in operate()
507 *v++ = opr; in operate()
509 *v++ = opr; in operate()
/freebsd/usr.sbin/uhsoctl/
H A Duhsoctl.c779 char opr[64]; in at_async_cops() local
782 opr, &at); in at_async_cops()
788 strcasecmp(opr, ctx->con_oper) == 0) in at_async_cops()
793 ctx->con_oper = strdup(opr); in at_async_cops()
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok434 opr
/freebsd/sys/kern/
H A Dkern_jail.c151 static void prison_proc_relink(struct prison *opr, struct prison *npr,
3016 prison_proc_relink(struct prison *opr, struct prison *npr, struct proc *p) in prison_proc_relink() argument
3020 prison_proc_unlink(opr, p); in prison_proc_relink()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td2078 multiclass AuthLoad<bit M, string asm, Operand opr> {
2080 (ins GPR64sp:$Rn, opr:$offset),
2083 (ins GPR64sp:$Rn, opr:$offset),