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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lundump.c 249 *h++=cast_byte(VERSION);
250 *h++=cast_byte(FORMAT);
251 *h++=cast_byte(*(char*)&x); /* endianness */
252 *h++=cast_byte(sizeof(int));
253 *h++=cast_byte(sizeof(size_t));
254 *h++=cast_byte(sizeof(Instruction));
255 *h++=cast_byte(sizeof(lua_Number));
256 *h++=cast_byte(((lua_Number)0.5)==0); /* is lua_Number integral? */
ltm.c 56 events->flags |= cast_byte(1u<<event); /* cache this fact */
lfunc.c 25 c->c.nupvalues = cast_byte(n);
33 c->l.nupvalues = cast_byte(n);
llimits.h 95 #define cast_byte(i) cast(lu_byte, (i)) macro
lstring.c 56 h = h ^ ((h<<5) + (h>>2) + cast_byte(str[l1 - 1]));
ltable.c 299 t->lsizenode = cast_byte(lsize);
371 t->flags = cast_byte(~0);
lgc.c 60 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
740 gch(curr)->marked = cast_byte((marked & toclear) | toset);
1027 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */
    [all...]
llex.c 70 ts->tsv.extra = cast_byte(i+1); /* reserved word */
ldo.c 109 L->status = cast_byte(errcode); /* mark it as dead */
543 L->status = cast_byte(status); /* mark thread as `dead' */
lparser.c 207 fs->nactvar = cast_byte(fs->nactvar + nvars);
239 f->upvalues[fs->nups].idx = cast_byte(v->u.info);
783 f->numparams = cast_byte(fs->nactvar);
    [all...]
ldebug.c 63 L->hookmask = cast_byte(mask);
lcode.c 266 fs->f->maxstacksize = cast_byte(newstack);

Completed in 83 milliseconds