Searched refs:lvl (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/moe/server/src/ |
A D | main.cc | 376 unsigned long lvl = 0; in parse_flags() local 392 lvl |= b->bits; in parse_flags() 404 return lvl; in parse_flags() 419 unsigned long lvl = parse_flags(args, dbb, "--l4re-dbg"); in hdl_l4re_dbg() local 420 Moe::l4re_dbg = lvl; in hdl_l4re_dbg() 425 unsigned long lvl = parse_flags(args, ldr_flag_bits, "--ldr-flags"); in hdl_ldr_flags() local 426 Moe::ldr_flags = lvl; in hdl_ldr_flags()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/ |
A D | time.c | 1022 lvl = 0; in __XL_NPP() 1031 if (lvl == 0) { in __XL_NPP() 1035 p = stack[--lvl]; in __XL_NPP() 1060 if (lvl == MAX_PUSH) { in __XL_NPP() 1063 stack[lvl++] = ++p; in __XL_NPP() 1466 int i, j, lvl; 1476 lvl = 0; 1481 if (lvl == 0) { /* Done. */ 1495 p = stack[--lvl]; 1514 if (lvl == MAX_PUSH) { [all …]
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lauxlib.h | 75 LUALIB_API void (luaL_where) (lua_State *L, int lvl);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/ |
A D | gen_locale.c | 98 static int verbose_msg(const unsigned lvl, const char *fmt, ...) in verbose_msg() argument 103 if (verbose & lvl) { in verbose_msg()
|
A D | gen_collate.c | 315 static int verbose_msg(const unsigned lvl, const char *fmt, ...) in verbose_msg() argument 320 if (verbose & lvl) { in verbose_msg()
|
Completed in 19 milliseconds