Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h179 OP_LEN,/* A B R(A) := length of R(B) */ enumerator
H A Dlcode.c644 case OP_LEN: return 0; /* no constant folding for 'len' */ in constfolding()
657 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0; in codearith()
702 codearith(fs, OP_LEN, e, &e2); in luaK_prefix()
H A Dlvm.c514 case OP_LEN: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h196 OP_LEN,/* A B R(A) := length of R(B) */ enumerator
H A Dlcode.c732 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0; in codearith()
781 codearith(fs, OP_LEN, e, &e2, line); in luaK_prefix()
H A Dldebug.c486 case OP_LEN: tm = TM_LEN; break; in getfuncname()
H A Dlvm.c491 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp()
714 vmcase(OP_LEN, in luaV_execute()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst326 An example pseudocode to setup and process NUM_OPS stateless ops with each of length OP_LEN
390 op->src.length = OP_LEN;