Searched refs:OP_LEN (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_qry.h | 52 #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 D | lopcodes.h | 195 OP_LEN,/* A B R(A) := length of R(B) */ enumerator
|
H A D | lcode.c | 733 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 D | lvm.c | 490 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN: in luaV_finishOp() 713 vmcase(OP_LEN, in luaV_execute()
|
H A D | ldebug.c | 486 case OP_LEN: tm = TM_LEN; break; in getfuncname()
|