/src/tests/dev/audio/ |
audiotest.c | 108 bool xp_if(int, bool, const char *); 842 #define XP_IF(expr) xp_if(__LINE__, (expr), #expr) 843 bool xp_if(int line, bool expr, const char *exprname) function in typeref:typename:bool 953 #define REQUIRED_IF(expr) do { if (!XP_IF(expr)) return; } while (0)
|
audiotest.c | 108 bool xp_if(int, bool, const char *); 842 #define XP_IF(expr) xp_if(__LINE__, (expr), #expr) 843 bool xp_if(int line, bool expr, const char *exprname) function in typeref:typename:bool 953 #define REQUIRED_IF(expr) do { if (!XP_IF(expr)) return; } while (0)
|
audiotest.c | 108 bool xp_if(int, bool, const char *); 842 #define XP_IF(expr) xp_if(__LINE__, (expr), #expr) 843 bool xp_if(int line, bool expr, const char *exprname) function in typeref:typename:bool 953 #define REQUIRED_IF(expr) do { if (!XP_IF(expr)) return; } while (0)
|