Searched refs:cast_byte (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dlgc.h62 #define resetbits(x,m) ((x) &= cast_byte(~(m)))
104 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS)
119 #define setage(o,a) ((o)->marked = cast_byte(((o)->marked & (~AGEBITS)) | a))
H A Dlstring.c50 h ^= ((h<<5) + (h>>2) + cast_byte(str[l - 1]));
214 ts->shrlen = cast_byte(l);
H A Dlfunc.c34 c->nupvalues = cast_byte(nupvals);
43 c->nupvalues = cast_byte(nupvals);
H A Dllimits.h149 #define cast_byte(i) cast(lu_byte, (i)) macro
H A Dlgc.c75 (x->marked = cast_byte((x->marked & ~maskcolors) | luaC_white(g)))
83 (x->marked = cast_byte((x->marked & ~WHITEBITS) | bitmask(BLACKBIT)))
839 curr->marked = cast_byte((marked & ~maskgcbits) | white);
1138 curr->marked = cast_byte(marked | G_SURVIVAL | white);
1160 p->marked = cast_byte((p->marked & ~maskgcbits) | white);
1563 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */
H A Dltm.c73 events->flags |= cast_byte(1u<<event); /* cache this fact */
H A Dllex.c81 ts->extra = cast_byte(i+1); /* reserved word */
H A Dlundump.c69 return cast_byte(b);
H A Dltable.c509 t->lsizenode = cast_byte(lsize);
640 t->flags = cast_byte(maskflags); /* table has no metamethod fields */
H A Dlobject.h747 #define setrealasize(t) ((t)->flags &= cast_byte(~BITRAS))
H A Dldebug.c143 L->hookmask = cast_byte(mask);
H A Dlparser.c379 up->idx = cast_byte(v->u.info);
987 f->numparams = cast_byte(fs->nactvar);
H A Dldo.c859 L->status = cast_byte(status); /* mark thread as 'dead' */
H A Dlcode.c478 fs->f->maxstacksize = cast_byte(newstack);

Completed in 154 milliseconds