Home
last modified time | relevance | path

Searched defs:checktype (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.h132 #define checktype(o,t) (ttypenv(o) == (t)) macro
366 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro