Searched refs:arith (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/cxx/lib/tl/include/ |
A D | Makefile | 4 arith \
|
A D | list_alloc | 23 #include <l4/cxx/arith> 151 unsigned long const mb_align = (1UL << arith::Ld<sizeof(Mem_block)>::value) - 1; 155 << b << " align=" << arith::Ld<sizeof(Mem_block)>::value << "\n"; 231 unsigned long const mb_align = (1UL << arith::Ld<sizeof(Mem_block)>::value) - 1; 271 unsigned char const mb_bits = arith::Ld<sizeof(Mem_block)>::value; 367 unsigned long const mb_align = (1UL << arith::Ld<sizeof(Mem_block)>::value) - 1;
|
A D | arith | 22 namespace cxx { namespace arith {
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lstrlib.c | 288 static int arith (lua_State *L, int op, const char *mtname) { in arith() function 298 return arith(L, LUA_OPADD, "__add"); in arith_add() 302 return arith(L, LUA_OPSUB, "__sub"); in arith_sub() 306 return arith(L, LUA_OPMUL, "__mul"); in arith_mul() 310 return arith(L, LUA_OPMOD, "__mod"); in arith_mod() 314 return arith(L, LUA_OPPOW, "__pow"); in arith_pow() 318 return arith(L, LUA_OPDIV, "__div"); in arith_div() 322 return arith(L, LUA_OPIDIV, "__idiv"); in arith_idiv() 326 return arith(L, LUA_OPUNM, "__unm"); in arith_unm()
|
Completed in 11 milliseconds