Home
last modified time | relevance | path

Searched refs:luai_likely (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dluaconf.h670 #if !defined(luai_likely)
673 #define luai_likely(x) (__builtin_expect(((x) != 0), 1)) macro
676 #define luai_likely(x) (x) macro
685 #define l_likely(x) luai_likely(x)
A Dlauxlib.h134 ((void)(luai_likely(cond) || luaL_argerror(L, (arg), (extramsg))))
137 ((void)(luai_likely(cond) || luaL_typeerror(L, (arg), (tname))))

Completed in 5 milliseconds