Searched defs:exp (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-2.1/include/revolution/ |
| D | os.h | 637 #define ASSERT(exp) \ argument 644 #define ASSERTMSG(exp, ...) \ argument 648 #define ASSERTMSG(exp, msg) \ argument 655 #define ASSERTMSG1(exp, msg, param1) \ argument 662 #define ASSERTMSG2(exp, msg, param1, param2) \ argument 669 #define ASSERTMSG3(exp, msg, param1, param2, param3) \ argument 676 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) \ argument 685 #define ASSERT(exp) ((void) 0) argument 690 #define ASSERTMSG(exp, ...) ((void) 0) argument 692 #define ASSERTMSG(exp, msg) ((void) 0) argument [all …]
|
| D | wpad.h | 474 DPDObjEx exp[WPAD_DPD_MAX_OBJECTS]; member
|
| /RvlSDK-2.1/build/libraries/tc/src/ |
| D | TCCommon.cpp | 111 void TCAssertMsg( int exp, char* msg, ... ) in TCAssertMsg()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/PixelProc/ |
| D | pix-z-comp.c | 232 u32 exp:8; in SceneDrawInfo() member
|
| /RvlSDK-2.1/build/libraries/os/src/ |
| D | OSAlloc.c | 893 #define CHECK(exp) \ argument
|
| /RvlSDK-2.1/build/libraries/mem/src/ |
| D | mem_expHeap.c | 64 #define HEAP_WARNING(exp, ...) \ argument
|