Home
last modified time | relevance | path

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

/external/lua/src/
Dlvm.c959 #define op_bitwiseK(L,op) { \ macro
1383 op_bitwiseK(L, l_band); in luaV_execute()
1387 op_bitwiseK(L, l_bor); in luaV_execute()
1391 op_bitwiseK(L, l_bxor); in luaV_execute()