Searched refs:luai_likely (Results 1 – 2 of 2) sorted by relevance
670 #if !defined(luai_likely)673 #define luai_likely(x) (__builtin_expect(((x) != 0), 1)) macro676 #define luai_likely(x) (x) macro685 #define l_likely(x) luai_likely(x)
134 ((void)(luai_likely(cond) || luaL_argerror(L, (arg), (extramsg))))137 ((void)(luai_likely(cond) || luaL_typeerror(L, (arg), (tname))))
Completed in 5 milliseconds