Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-3.2.2/include/revolution/
Dos.h638 #define ASSERT(exp) \ argument
645 #define ASSERTMSG(exp, ...) \ argument
649 #define ASSERTMSG(exp, msg) \ argument
656 #define ASSERTMSG1(exp, msg, param1) \ argument
663 #define ASSERTMSG2(exp, msg, param1, param2) \ argument
670 #define ASSERTMSG3(exp, msg, param1, param2, param3) \ argument
677 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) \ argument
686 #define ASSERT(exp) ((void) 0) argument
691 #define ASSERTMSG(exp, ...) ((void) 0) argument
693 #define ASSERTMSG(exp, msg) ((void) 0) argument
[all …]
Dwpad.h584 DPDObjEx exp[WPAD_DPD_MAX_OBJECTS]; member
/RvlSDK-3.2.2/build/libraries/tc/src/
DTCCommon.cpp117 void TCAssertMsg( int exp, char* msg, ... ) in TCAssertMsg()
/RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/
Dpix-z-comp.c232 u32 exp:8; in SceneDrawInfo() member
/RvlSDK-3.2.2/build/libraries/os/src/
DOSAlloc.c893 #define CHECK(exp) \ argument
/RvlSDK-3.2.2/build/libraries/mem/src/
Dmem_expHeap.c64 #define HEAP_WARNING(exp, ...) \ argument