Home
last modified time | relevance | path

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

/netbsd/tests/dev/audio/
H A Daudiotest.c109 bool xp_sys_eq(int, int, int, const char *);
854 #define XP_SYS_EQ(exp, act) xp_sys_eq(__LINE__, exp, act, #act)
855 bool xp_sys_eq(int line, int exp, int act, const char *varname) in xp_sys_eq() function