Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 12 of 12) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/
Dos.h166 #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-1/system/src/lib/libsys/
Dind_bcnt.c26 #define PERROR(msg) write(2, msg, sizeof(msg)-1); argument
Dind_gprf.c64 #define PERROR(msg) write(2, msg, sizeof(msg)-1); argument
Dind_mprf.c88 #define PERROR(msg) write(2, msg, sizeof(msg)-1); argument
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoSystem.c205 void DEMOPrintf(const char* msg, ...) in DEMOPrintf()
/CafeSDK-2.12.13-1/system/include/cafe/curl/
Dmulti.h86 CURLMSG msg; /* what this message means */ member
/CafeSDK-2.12.13-1/system/include/windows/
Dos.h42 #define OSHalt(msg) argument
/CafeSDK-2.12.13-1/system/include/cafe/mtx/
DmtxVec.h37 #define ASSERTMSG(exp, msg) \ argument
43 #define ASSERTMSG(exp, msg) ((void) 0) argument
/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
DmtxVec.h37 #define ASSERTMSG(exp, msg) \ argument
43 #define ASSERTMSG(exp, msg) ((void) 0) argument
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/
DdeferredTest.cpp375 MSG msg; in WinMain() local
/CafeSDK-2.12.13-1/system/include/
Dzlib.h94 char *msg; /* last error message, NULL if no error */ member
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp215 static char *appendError(FileState *fs, char *msg, char *strbuf, size_t *pMaxSize, size_t *pCurSize) in appendError()