Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h258 #define testTMode(m) (luaP_opmodes[m] & (1 << 7)) macro
H A Dlcode.c111 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1)))) in getjumpcontrol()
518 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in invertjump()
H A Dldebug.c369 if (testTMode(op)) { in symbexec()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h279 #define testTMode(m) (luaP_opmodes[m] & (1 << 7)) macro
H A Dlcode.c109 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1)))) in getjumpcontrol()
598 lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET && in invertjump()