HomeSort by: relevance | last modified time | path
    Searched defs:xp_if (Results 1 - 3 of 3) sorted by relevancy

  /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)

Completed in 188 milliseconds