Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_qry.h52 #define NEXT_OP(OP, OP_LEN, OP_TYPE) \ argument
54 NEXT_TLV((OP), (OP_LEN));\
55 } while ((OP_LEN) >= 8 &&\
59 #define FOR_EACH_OP(OP, OP_LEN, OP_TYPE, STMT) \ argument
61 while ((OP_LEN) >= 8) {\
64 NEXT_OP((OP), (OP_LEN), (OP_TYPE));\
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h195 OP_LEN,/* A B R(A) := length of R(B) */ enumerator
H A Dlcode.c733 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0; in codearith()
782 codearith(fs, OP_LEN, e, &e2, line); in luaK_prefix()
H A Dlvm.c490 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp()
713 vmcase(OP_LEN, in luaV_execute()
H A Dldebug.c486 case OP_LEN: tm = TM_LEN; break; in getfuncname()