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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcode.c 33 return (e->k == VKNUM && e->t == NO_JUMP && e->f == NO_JUMP);
62 fs->jpc = NO_JUMP;
63 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP);
83 lua_assert(dest != NO_JUMP);
102 if (offset == NO_JUMP) /* point to itself represents end of list */
103 return NO_JUMP; /* end of list */
123 for (; list != NO_JUMP; list = getjump(fs, list)) {
145 for (; list != NO_JUMP; list = getjump(fs, list))
152 while (list != NO_JUMP) {
    [all...]
lcode.h 20 #define NO_JUMP (-1)
lparser.c 149 e->f = e->t = NO_JUMP;
535 fs->jpc = NO_JUMP;
    [all...]

Completed in 1853 milliseconds