| /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 184 (OSPanic(__FILE__, __LINE__, (msg)), 0)) 189 #define ASSERTMSG1(exp, msg, param1) \ argument 191 (OSPanic(__FILE__, __LINE__, (msg), \ 196 #define ASSERTMSG2(exp, msg, param1, param2) \ argument 198 (OSPanic(__FILE__, __LINE__, (msg), \ 203 #define ASSERTMSG3(exp, msg, param1, param2, param3) \ argument 205 (OSPanic(__FILE__, __LINE__, (msg), \ 210 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) \ argument [all …]
|
| /CafeSDK-2.12.13/system/include/cafe/os/ |
| D | OSMessage.h | 59 BOOL OSSendMessage( OSMessageQueue* mq, OSMessage* msg, s32 flags ); 60 BOOL OSReceiveMessage( OSMessageQueue* mq, OSMessage* msg, s32 flags ); 61 BOOL OSPeekMessage( OSMessageQueue* mq, OSMessage* msg);
|
| /CafeSDK-2.12.13/system/src/lib/demo/ |
| D | demoSystem.c | 173 void DEMOPrintf(const char* msg, ...) in DEMOPrintf() argument 176 va_start(args, msg); in DEMOPrintf() 177 vprintf(msg, args); 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/src/tool/gfx/projects/SLConverter/deferredTestDX9/ |
| D | deferredTest.cpp | 375 MSG msg; in WinMain() local 376 while(PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) in WinMain() 378 if(msg.message == WM_QUIT) in WinMain() 384 TranslateMessage(&msg); in WinMain() 385 DispatchMessage(&msg); in WinMain()
|
| /CafeSDK-2.12.13/system/include/cafe/demo/ |
| D | demoSystem.h | 136 void DEMOPrintf (const char* msg, ...);
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/ |
| D | demoSystem.h | 136 void DEMOPrintf (const char* msg, ...);
|
| /CafeSDK-2.12.13/system/include/windows/ |
| D | os.h | 42 #define OSHalt(msg) argument
|
| /CafeSDK-2.12.13/system/include/cafe/base/ |
| D | PPCArch.h | 135 void PPCHalt ( char* msg, u32 size );
|
| /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/cafe/net/ |
| D | so.h | 260 amsg msg, int msglen);
|
| /CafeSDK-2.12.13/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mtxVec.h | 37 #define ASSERTMSG(exp, msg) \ argument 39 (printf(msg, __FILE__, __LINE__))) 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 39 (printf(msg, __FILE__, __LINE__))) 43 #define ASSERTMSG(exp, msg) ((void) 0) argument
|
| /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() argument 217 strbuf = appendBuffer(strbuf, msg, pMaxSize, pCurSize); in appendError()
|
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | ExecutableClasses.cs | 525 … string msg = "\"help\" -v -p " + Environment.GetEnvironmentVariable("SESSION_LAUNCH_CTRL_PORT"); in help() 530 returnVal = ProcessExecutor.DoProcess(exe_path, msg); in help()
|