Searched defs:param2 (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | os.h | 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 235 #define ASSERTMSG2(exp, msg, param1, param2) ((void) 0) argument 238 #define ASSERTMSG3(exp, msg, param1, param2, param3) ((void) 0) argument 241 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) ((void) 0) argument
|