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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 1567 #define checktype macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 132 #define checktype(o,t) (ttypenv(o) == (t)) macro
137 #define ttisstring(o) checktype((o), LUA_TSTRING)
141 #define ttisfunction(o) checktype(o, LUA_TFUNCTION)
364 #undef checktype macro
366 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro
  /external/skia/third_party/lua/src/
lobject.h 132 #define checktype(o,t) (ttypenv(o) == (t)) macro
137 #define ttisstring(o) checktype((o), LUA_TSTRING)
141 #define ttisfunction(o) checktype(o, LUA_TFUNCTION)
364 #undef checktype macro
366 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro
  /external/syslinux/com32/lua/src/
lobject.h 132 #define checktype(o,t) (ttypenv(o) == (t)) macro
137 #define ttisstring(o) checktype((o), LUA_TSTRING)
141 #define ttisfunction(o) checktype(o, LUA_TFUNCTION)
364 #undef checktype macro
366 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro
  /external/opencv/cxcore/src/
cxarithm.cpp     [all...]

Completed in 820 milliseconds