Searched refs:l_likely (Results 1 – 10 of 10) sorted by relevance
63 (l_likely(ttisinteger(o)) ? (*(i) = ivalue(o), 1) \69 (l_likely(ttisinteger(o)) ? (*(i) = ivalue(o), 1) \
40 if (l_likely(status == LUA_OK || status == LUA_YIELD)) { in auxresume()
324 if (l_likely(status == LUA_OK)) { in load_aux()426 if (l_likely(lua_toboolean(L, 1))) /* condition is true? */ in luaB_assert()
260 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()
415 if (l_likely(stat == 0)) /* no errors? */ in ll_loadlib()535 if (l_likely(stat)) { /* module loaded successfully? */ in checkload()
687 #define l_likely(x) luai_likely(x) macro
502 if (l_likely(lua_stringtonumber(L, rn.buff))) in read_number()679 if (l_likely(status)) in g_write()
76 if (l_likely(valid)) in math_toint()
1096 if (l_likely(L)) { in luaL_newstate()
682 #define l_likely(x) luai_likely(x)