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

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlobject.h132 #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/
H A Dcxarithm.cpp1470 #define ICV_DEF_DIV_OP_CASE( flavor, arrtype, worktype, checktype, _start_row_macro_, \
1483 _start_row_macro_(checktype, src2); \
1536 #define ICV_DEF_RECIP_OP_CASE( flavor, arrtype, worktype, checktype, \
1549 _start_row_macro_(checktype, src); \
1602 #define div_start_row_int(checktype, divisor) \
1605 #define div_start_row_flt(checktype, divisor) \
1606 const checktype* isrc = (const checktype*)divisor; int i

Completed in 540 milliseconds