Home
last modified time | relevance | path

Searched refs:xp_ne (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/tests/dev/audio/
Daudiotest.c107 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) in xp_ne() function