Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 25 of 59) sorted by relevance

123

/l4re-core-master/lua/lib/contrib/src/
A Dlobject.c56 case LUA_OPADD: return intop(+, v1, v2); in intarith()
57 case LUA_OPSUB:return intop(-, v1, v2); in intarith()
58 case LUA_OPMUL:return intop(*, v1, v2); in intarith()
59 case LUA_OPMOD: return luaV_mod(L, v1, v2); in intarith()
60 case LUA_OPIDIV: return luaV_idiv(L, v1, v2); in intarith()
61 case LUA_OPBAND: return intop(&, v1, v2); in intarith()
62 case LUA_OPBOR: return intop(|, v1, v2); in intarith()
63 case LUA_OPBXOR: return intop(^, v1, v2); in intarith()
64 case LUA_OPSHL: return luaV_shiftl(v1, v2); in intarith()
65 case LUA_OPSHR: return luaV_shiftl(v1, -v2); in intarith()
[all …]
A Dlcode.c1296 static int validop (int op, TValue *v1, TValue *v2) { in validop() argument
1305 return (nvalue(v2) != 0); in validop()
1317 TValue v1, v2, res; in constfolding() local
1318 if (!tonumeral(e1, &v1) || !tonumeral(e2, &v2) || !validop(op, &v1, &v2)) in constfolding()
1360 int pc = luaK_codeABCk(fs, op, 0, v1, v2, 0); in finishbinexpval()
1407 int v2 = cast_int(i2); in finishbinexpneg() local
1410 SETARG_B(fs->f->code[fs->pc - 1], int2sC(v2)); in finishbinexpneg()
1430 int v2 = e2->u.info; /* K index */ in codearith() local
1469 int v2; in codebitwise() local
1480 v2 = e2->u.info; /* index in K array */ in codebitwise()
[all …]
A Dlvm.c920 TValue *v2 = vRC(i); \
921 op_arithf_aux(L, v1, v2, fop); }
929 TValue *v2 = KC(i); lua_assert(ttisnumber(v2)); \
930 op_arithf_aux(L, v1, v2, fop); }
949 TValue *v2 = vRC(i); \
950 op_arith_aux(L, v1, v2, iop, fop); }
958 TValue *v2 = KC(i); lua_assert(ttisnumber(v2)); \
959 op_arith_aux(L, v1, v2, iop, fop); }
967 TValue *v2 = KC(i); \
969 lua_Integer i2 = ivalue(v2); \
[all …]
A Dlvm.h73 #define intop(op,v1,v2) l_castU2S(l_castS2U(v1) op l_castS2U(v2)) argument
A Dltm.c221 int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2, in luaT_callorderiTM() argument
225 setfltvalue(&aux, cast_num(v2)); in luaT_callorderiTM()
228 setivalue(&aux, v2); in luaT_callorderiTM()
/l4re-core-master/l4sys/include/
A D__ktrace-impl.h42 fiasco_tbuf_log_3val(const char *text, l4_umword_t v1, l4_umword_t v2, in fiasco_tbuf_log_3val() argument
47 __builtin_strlen(text), v1, v2, v3)); in fiasco_tbuf_log_3val()
A Dktrace.h55 fiasco_tbuf_log_3val(const char *text, l4_umword_t v1, l4_umword_t v2, l4_umword_t v3);
A Dkdebug.h87 l4_umword_t v1, l4_umword_t v2, l4_umword_t v3) L4_NOTHROW in __kdebug_3_text() argument
100 mr->mr[2] = v2; in __kdebug_3_text()
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DCOPYING.LIB.boilerplate1 Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/metag/
A Dmetag_load_tp.S3 ! Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/
A DMakefile.arch.lvl35 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
A DMakefile.arch.lvl45 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
A DMakefile.libs.lvl05 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
A DMakefile.libs.lvl15 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
A DMakefile.libs.lvl25 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
A DMakefile.objs.lvl25 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
A DMakefile.objs.lvl35 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
A DMakefile.objs.lvl45 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
A DMakefile.utils.lvl15 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/metag/
A Dpthread_spin_unlock.S3 ! Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
A Dpthread_spin_lock.S3 ! Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
A Dpthread_spin_trylock.S3 ! Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/metag/
A Dcrti.S3 ! Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
A Dcrtn.S3 ! Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
A D_longjmp.S3 ! Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball.

Completed in 31 milliseconds

123