Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/lua/src/
HDlvm.h63 (l_likely(ttisinteger(o)) ? (*(i) = ivalue(o), 1) \
69 (l_likely(ttisinteger(o)) ? (*(i) = ivalue(o), 1) \
HDlcorolib.c40 if (l_likely(status == LUA_OK || status == LUA_YIELD)) { in auxresume()
HDlbaselib.c324 if (l_likely(status == LUA_OK)) { in load_aux()
426 if (l_likely(lua_toboolean(L, 1))) /* condition is true? */ in luaB_assert()
HDldo.c260 if (l_likely(newsize <= LUAI_MAXSTACK)) in luaD_growstack()
677 if (l_likely(status == LUA_OK)) /* no error? */ in finishpcallk()
852 if (l_likely(!errorstatus(status))) in lua_resume()
931 if (l_likely(status == LUA_OK)) /* no more errors? */ in luaD_closeprotected()
HDloadlib.c415 if (l_likely(stat == 0)) /* no errors? */ in ll_loadlib()
535 if (l_likely(stat)) { /* module loaded successfully? */ in checkload()
HDluaconf.h687 #define l_likely(x) luai_likely(x) macro
HDliolib.c502 if (l_likely(lua_stringtonumber(L, rn.buff))) in read_number()
679 if (l_likely(status)) in g_write()
HDlmathlib.c76 if (l_likely(valid)) in math_toint()
HDlauxlib.c1096 if (l_likely(L)) { in luaL_newstate()
HDluaconf.h.dist682 #define l_likely(x) luai_likely(x)