HomeSort by relevance Sort by last modified time
    Searched refs:OP_LEN (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lopcodes.h 195 OP_LEN,/* A B R(A) := length of R(B) */
lcode.c 729 int o2 = (op != OP_UNM && op != OP_LEN) ? luaK_exp2RK(fs, e2) : 0;
778 codearith(fs, OP_LEN, e, &e2, line);
ldebug.c 459 case OP_LEN: tm = TM_LEN; break;
lvm.c 430 case OP_MOD: case OP_POW: case OP_UNM: case OP_LEN:
650 vmcase(OP_LEN,

Completed in 816 milliseconds