audiotest.c | 107 bool xp_ne(int, int, int, const char *); 828 #define XP_NE(exp, act) xp_ne(__LINE__, exp, act, #act) 829 bool xp_ne(int line, int exp, int act, const char *varname) function in typeref:typename:bool 952 #define REQUIRED_NE(e, a) do { if (!XP_NE(e, a)) return; } while (0) 1532 XP_NE(0, ai.blocksize); 1544 XP_NE(0, ai.play.buffer_size); 1562 XP_NE(0, ai.record.buffer_size); 1611 XP_NE(0, ai.blocksize); 1632 XP_NE(0, ai.play.buffer_size) [all...] |