Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlvm.c892 #define l_bxor(a,b) intop(^, a, b) macro
1443 op_bitwiseK(L, l_bxor); in luaV_execute()
1505 op_bitwise(L, l_bxor); in luaV_execute()