Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/tests/
H A Dktest.h112 #define T_TOSTRING(x) T_TOSTRING_HELPER(x) macro
132 T_SYM(set_current_expr)(T_TOSTRING(lhs) " "\
133 T_TOSTRING(cmp) " "\
134 T_TOSTRING(rhs));\
135 T_SYM(set_current_var)(T_TOSTRING(lhs), fmt, T_SYM(temp1).type);\
136 T_SYM(set_current_var)(T_TOSTRING(rhs), fmt, T_SYM(temp2).type);\
240 T_SYM(set_current_expr)(T_TOSTRING(expr));\
261 T_SYM(set_current_expr)(T_TOSTRING(expr) " != NULL");\
262 T_SYM(set_current_var)(T_TOSTRING(expr),\
273 T_SYM(set_current_expr)(T_TOSTRING(expr) " == NULL");\
[all …]
H A Dktest_internal.h36 #define KTEST_VERSION_STR T_TOSTRING(KTEST_VERSION)
H A Dkernel_tests.c577 …T_PERF("min_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), min_bit_entropy, "bits", "minimum bit entro… in RandomULong_test()
578 …T_PERF("mean_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), mean_bit_entropy, "bits", "mean bit entrop… in RandomULong_test()
579 …T_PERF("max_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), max_bit_entropy, "bits", "max bit entropy i… in RandomULong_test()