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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 104 #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_(o) = tag2tt(t)
    [all...]
  /external/syslinux/com32/lua/src/
lobject.h 104 #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_(o) = tag2tt(t)
    [all...]

Completed in 68 milliseconds