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

  /device/linaro/bootloader/edk2/AppPkg/Applications/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...]
  /external/lua/src/
lcode.c 92 if (offset == NO_JUMP) /* point to itself represents end of list */
93 return NO_JUMP; /* end of list */
106 lua_assert(dest != NO_JUMP);
117 if (l2 == NO_JUMP) return; /* nothing to concatenate? */
118 else if (*l1 == NO_JUMP) /* no original list? */
123 while ((next = getjump(fs, list)) != NO_JUMP) /* find last element */
139 fs->jpc = NO_JUMP; /* no more jumps to here */
140 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP);
214 for (; list != NO_JUMP; list = getjump(fs, list))
226 while (list != NO_JUMP) {
    [all...]
lcode.h 20 #define NO_JUMP (-1)
lparser.c 145 e->f = e->t = NO_JUMP;
536 fs->jpc = NO_JUMP;
    [all...]

Completed in 216 milliseconds