| /CafeSDK-2.12.13/system/include/cafe/ |
| D | os.h | 166 #define OSHalt(msg) OSPanic(__FILE__, __LINE__, msg) 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 227 #define ASSERTMSG(exp, msg) ((void) 0) argument 232 #define ASSERTMSG1(exp, msg, param1) ((void) 0) argument 235 #define ASSERTMSG2(exp, msg, param1, param2) ((void) 0) argument 238 #define ASSERTMSG3(exp, msg, param1, param2, param3) ((void) 0) argument [all …]
|
| /CafeSDK-2.12.13/system/src/lib/demo/ |
| D | demoSystem.c | 173 void DEMOPrintf(const char* msg, ...) in DEMOPrintf()
|
| /CafeSDK-2.12.13/system/src/lib/libsys/ |
| D | ind_bcnt.c | 26 #define PERROR(msg) write(2, msg, sizeof(msg)-1); argument
|
| D | ind_gprf.c | 64 #define PERROR(msg) write(2, msg, sizeof(msg)-1); argument
|
| D | ind_mprf.c | 88 #define PERROR(msg) write(2, msg, sizeof(msg)-1); argument
|
| /CafeSDK-2.12.13/system/include/cafe/curl/ |
| D | multi.h | 86 CURLMSG msg; /* what this message means */ member
|
| /CafeSDK-2.12.13/system/include/windows/ |
| D | os.h | 42 #define OSHalt(msg) argument
|
| /CafeSDK-2.12.13/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/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/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/ |
| D | deferredTest.cpp | 375 MSG msg; in WinMain() local
|
| /CafeSDK-2.12.13/system/include/ |
| D | zlib.h | 94 char *msg; /* last error message, NULL if no error */ member
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/ |
| D | gshCompile.cpp | 208 static char *appendError(FileState *fs, char *msg, char *strbuf, size_t *pMaxSize, size_t *pCurSize) in appendError()
|