Searched defs:exp (Results 1 – 4 of 4) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | os.h | 171 #define ASSERT(exp) \ argument 178 #define ASSERTMSG(exp, ...) \ argument 182 #define ASSERTMSG(exp, msg) \ argument 189 #define ASSERTMSG1(exp, msg, param1) \ argument 196 #define ASSERTMSG2(exp, msg, param1, param2) \ argument 203 #define ASSERTMSG3(exp, msg, param1, param2, param3) \ argument 210 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) \ argument 220 #define ASSERT(exp) ((void) 0) argument 225 #define ASSERTMSG(exp, ...) ((void) 0) argument 227 #define ASSERTMSG(exp, msg) ((void) 0) argument [all …]
|
| /CafeSDK-2.12.13-1/system/include/cafe/mtx/ |
| D | mtxVec.h | 37 #define ASSERTMSG(exp, msg) \ argument 43 #define ASSERTMSG(exp, msg) ((void) 0) argument
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mtxVec.h | 37 #define ASSERTMSG(exp, msg) \ argument 43 #define ASSERTMSG(exp, msg) ((void) 0) argument
|
| /CafeSDK-2.12.13-1/system/include/cafe/pads/wpad/ |
| D | wpad.h | 452 DPDObjEx exp[WPAD_DPD_MAX_OBJECTS]; member
|