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

  /external/chromium_org/third_party/skia/third_party/lua/src/
luac.c 299 if (getBMode(o)!=OpArgN) printf(" %d",ISK(b) ? (MYK(INDEXK(b))) : b);
300 if (getCMode(o)!=OpArgN) printf(" %d",ISK(c) ? (MYK(INDEXK(c))) : c);
325 if (ISK(c)) { printf(" "); PrintConstant(f,INDEXK(c)); }
329 if (ISK(b)) { printf(" "); PrintConstant(f,INDEXK(b)); }
330 if (ISK(c)) { printf(" "); PrintConstant(f,INDEXK(c)); }
334 if (ISK(c)) { printf("\t; "); PrintConstant(f,INDEXK(c)); }
345 if (ISK(b) || ISK(c))
348 if (ISK(b)) PrintConstant(f,INDEXK(b)); else printf("-");
350 if (ISK(c)) PrintConstant(f,INDEXK(c)); else printf("-")
    [all...]
lopcodes.h 137 #define ISK(x) ((x) & BITRK)
157 ** RK(x) == if ISK(x) then Kst(INDEXK(x)) else R(x)
lvm.c 439 lua_assert(!ISK(GETARG_B(inst)));
494 ISK(GETARG_B(i)) ? k+INDEXK(GETARG_B(i)) : base+GETARG_B(i))
496 ISK(GETARG_C(i)) ? k+INDEXK(GETARG_C(i)) : base+GETARG_C(i))
ldebug.c 311 if (ISK(c)) { /* is 'c' a constant? */
lcode.c 278 if (!ISK(reg) && reg >= fs->nactvar) {
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 230 milliseconds