HomeSort by relevance Sort by last modified time
    Searched full:condjump (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcode.c 74 static int condjump (FuncState *fs, OpCode op, int A, int B, int C) { function
611 return condjump(fs, OP_TEST, GETARG_B(ie), 0, !cond);
617 return condjump(fs, OP_TESTSET, NO_REG, e->u.info, cond);
757 e1->u.info = condjump(fs, op, cond, o1, o2);

Completed in 286 milliseconds