/l4re-core-master/lua/lib/contrib/src/ |
A D | lobject.c | 56 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 D | lcode.c | 1296 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 D | lvm.c | 920 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 D | lvm.h | 73 #define intop(op,v1,v2) l_castU2S(l_castS2U(v1) op l_castS2U(v2)) argument
|
A D | ltm.c | 221 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.h | 42 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 D | ktrace.h | 55 fiasco_tbuf_log_3val(const char *text, l4_umword_t v1, l4_umword_t v2, l4_umword_t v3);
|
A D | kdebug.h | 87 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 D | COPYING.LIB.boilerplate | 1 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 D | metag_load_tp.S | 3 ! 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 D | Makefile.arch.lvl3 | 5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
A D | Makefile.arch.lvl4 | 5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
A D | Makefile.libs.lvl0 | 5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
A D | Makefile.libs.lvl1 | 5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
A D | Makefile.libs.lvl2 | 5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
A D | Makefile.objs.lvl2 | 5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
A D | Makefile.objs.lvl3 | 5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
A D | Makefile.objs.lvl4 | 5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
A D | Makefile.utils.lvl1 | 5 # 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 D | pthread_spin_unlock.S | 3 ! Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
|
A D | pthread_spin_lock.S | 3 ! Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
|
A D | pthread_spin_trylock.S | 3 ! 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 D | crti.S | 3 ! Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
|
A D | crtn.S | 3 ! Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
|
A D | _longjmp.S | 3 ! Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
|