Searched defs:cond (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | zutil.h | 330 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 337 # define Assert(cond,msg) argument
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | file2alias.c | 41 #define ADD(str, sep, cond, field) \ argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | reiserfs_fs.h | 73 #define __RASSERT( cond, scond, format, args... ) \ argument 79 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args) argument 82 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args) argument 84 #define RFALSE( cond, format, args... ) do {;} while( 0 ) argument
|