Searched refs:OP_LEN (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lopcodes.h | 179 OP_LEN,/* A B R(A) := length of R(B) */ enumerator
|
| H A D | lcode.c | 644 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 D | lvm.c | 514 case OP_LEN: { in luaV_execute()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lopcodes.h | 196 OP_LEN,/* A B R(A) := length of R(B) */ enumerator
|
| H A D | lcode.c | 732 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 D | ldebug.c | 486 case OP_LEN: tm = TM_LEN; break; in getfuncname()
|
| H A D | lvm.c | 491 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 D | compressdev.rst | 326 An example pseudocode to setup and process NUM_OPS stateless ops with each of length OP_LEN 390 op->src.length = OP_LEN;
|