Home
last modified time | relevance | path

Searched refs:param1 (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/
Dos.h189 #define ASSERTMSG1(exp, msg, param1) \ argument
192 (param1)), 0))
196 #define ASSERTMSG2(exp, msg, param1, param2) \ argument
199 (param1), (param2)), 0))
203 #define ASSERTMSG3(exp, msg, param1, param2, param3) \ argument
206 (param1), (param2), (param3)), 0))
210 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) \ argument
213 (param1), (param2), (param3), (param4)), 0))
232 #define ASSERTMSG1(exp, msg, param1) ((void) 0) argument
235 #define ASSERTMSG2(exp, msg, param1, param2) ((void) 0) argument
[all …]