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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.h 32 #define GCSTEPSIZE (cast_int(100 * sizeof(TString)))
llimits.h 97 #define cast_int(i) cast(int, (i)) macro
lobject.c 43 return ((e+1) << 3) | (cast_int(x) - 8);
lvm.c 451 int total = cast_int(top - 1 - (base + b)); /* yet to concatenate */
672 if (cast_int(equalobj(L, rb, rc)) != GETARG_A(i))
816 if (n == 0) n = cast_int(L->top - ra) - 1;
845 int n = cast_int(base - ci->func) - cl->p->numparams - 1;
ldo.c 180 int needed = cast_int(L->top - L->stack) + n + EXTRA_STACK;
201 return cast_int(lim - L->stack) + 1; /* part of stack in use */
329 n = cast_int(L->top - func) - 1; /* number of real arguments */
lapi.c 99 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK;
156 : cast_int(L->top - L->ci->func + idx);
161 return cast_int(L->top - (L->ci->func + 1));
1042 res = cast_int(gettotalbytes(g) >> 10);
1046 res = cast_int(gettotalbytes(g) & 0x3ff);
ldebug.c 509 cast_int(o - ci->u.l.base), &name);
ltable.c 157 i = cast_int(n - gnode(t, 0)); /* key index in hash table */
lgc.c 34 #define GCSWEEPMAX (cast_int((GCSTEPSIZE / GCSWEEPCOST) / 4))
    [all...]
lparser.c 248 for (i = cast_int(fs->nactvar) - 1; i >= 0; i--) {
    [all...]

Completed in 123 milliseconds