Searched defs:checktype (Results 1 – 3 of 3) sorted by relevance
| /external/opencv/cxcore/src/ |
| D | cxarithm.cpp | 1470 #define ICV_DEF_DIV_OP_CASE( flavor, arrtype, worktype, checktype, _start_row_macro_, \ argument 1536 #define ICV_DEF_RECIP_OP_CASE( flavor, arrtype, worktype, checktype, \ argument 1602 #define div_start_row_int(checktype, divisor) \ argument 1605 #define div_start_row_flt(checktype, divisor) \ argument
|
| /external/skia/third_party/lua/src/ |
| D | lobject.h | 132 #define checktype(o,t) (ttypenv(o) == (t)) macro 366 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro
|
| /external/syslinux/com32/lua/src/ |
| D | lobject.h | 132 #define checktype(o,t) (ttypenv(o) == (t)) macro 366 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro
|