Searched refs:novariant (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlstate.h203 check_exp(novariant((o)->gch.tt) == LUA_TSTRING, &((o)->ts))
210 check_exp(novariant((o)->gch.tt) == LUA_TFUNCTION, &((o)->cl))
H A Dlobject.h119 #define novariant(x) ((x) & 0x0F) macro
125 #define ttypenv(o) (novariant(rttype(o)))
H A Dlgc.c214 char *raw = cast(char *, luaM_newobject(L, novariant(tt), sz));
/freebsd-13-stable/contrib/lua/src/
H A Dlstate.h331 check_exp(novariant((o)->tt) == LUA_TSTRING, &((cast_u(o))->ts))
336 check_exp(novariant((o)->tt) == LUA_TFUNCTION, &((cast_u(o))->cl))
H A Dlobject.h78 #define novariant(t) ((t) & 0x0F) macro
85 #define ttype(o) (novariant(rawtt(o)))
H A Dlgc.c187 else if (novariant(o->tt) == LUA_TSTRING) {
260 GCObject *o = cast(GCObject *, luaM_newobject(L, novariant(tt), sz));

Completed in 175 milliseconds