Home
last modified time | relevance | path

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

/RvlSDK-3.3/include/revolution/
Dos.h660 #define ASSERTMSG1(exp, msg, param1) \ argument
667 #define ASSERTMSG2(exp, msg, param1, param2) \ argument
674 #define ASSERTMSG3(exp, msg, param1, param2, param3) \ argument
681 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) \ argument
702 #define ASSERTMSG1(exp, msg, param1) ((void) 0) argument
705 #define ASSERTMSG2(exp, msg, param1, param2) ((void) 0) argument
708 #define ASSERTMSG3(exp, msg, param1, param2, param3) ((void) 0) argument
711 #define ASSERTMSG4(exp, msg, param1, param2, param3, param4) ((void) 0) argument
/RvlSDK-3.3/build/demos/gxdemo/src/Lighting/
Dlit-atn-func.c60 s32 param1; member