Searched refs:exp (Results 1 – 5 of 5) sorted by relevance
| /CafeSDK-2.12.13/system/include/cafe/ |
| D | os.h | 171 #define ASSERT(exp) \ argument 172 (void) ((exp) || \ 173 (OSPanic(__FILE__, __LINE__, "Failed assertion " #exp), 0)) 178 #define ASSERTMSG(exp, ...) \ argument 179 (void) ((exp) || \ 182 #define ASSERTMSG(exp, msg) \ argument 183 (void) ((exp) || \ 189 #define ASSERTMSG1(exp, msg, param1) \ argument 190 (void) ((exp) || \ 196 #define ASSERTMSG2(exp, msg, param1, param2) \ argument [all …]
|
| /CafeSDK-2.12.13/system/include/nn/util/ |
| D | util_StaticAssert.h | 41 #define NN_STATIC_ASSERT(exp) \ 43 sizeof(::nn::STATIC_ASSERTION_FAILURE<(exp) != 0>) \
|
| /CafeSDK-2.12.13/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mtxVec.h | 37 #define ASSERTMSG(exp, msg) \ argument 38 (void) ((exp) || \ 43 #define ASSERTMSG(exp, msg) ((void) 0) argument
|
| /CafeSDK-2.12.13/system/include/cafe/mtx/ |
| D | mtxVec.h | 37 #define ASSERTMSG(exp, msg) \ argument 38 (void) ((exp) || \ 43 #define ASSERTMSG(exp, msg) ((void) 0) argument
|
| /CafeSDK-2.12.13/system/include/cafe/pads/wpad/ |
| D | wpad.h | 452 DPDObjEx exp[WPAD_DPD_MAX_OBJECTS]; member
|