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

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlobject.h104 #define TValuefields Value value_; int tt_
118 #define rttype(o) ((o)->tt_)
185 #define settt_(o,t) ((o)->tt_=(t))
242 io1->value_ = io2->value_; io1->tt_ = io2->tt_; \
308 #define tt_(o) ((o)->u.i.tt__) macro
319 #define tt_(o) ((o)->u.i.tt__) macro
338 #define ttisnumber(o) ((tt_(o) & NNMASK) != NNMARK)
343 #define rttype(o) (ttisnumber(o) ? LUA_TNUMBER : tt_(o) & 0xff)
346 #define settt_(o,t) (tt_(
[all...]

Completed in 215 milliseconds