Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/tests/ !
H A Dktest.h111 #define T_TOSTRING(x) T_TOSTRING_HELPER(x) macro
131 T_SYM(set_current_expr)(T_TOSTRING(lhs) " "\
132 T_TOSTRING(cmp) " "\
133 T_TOSTRING(rhs));\
134 T_SYM(set_current_var)(T_TOSTRING(lhs), fmt, T_SYM(temp1).type);\
135 T_SYM(set_current_var)(T_TOSTRING(rhs), fmt, T_SYM(temp2).type);\
239 T_SYM(set_current_expr)(T_TOSTRING(expr));\
260 T_SYM(set_current_expr)(T_TOSTRING(expr) " != NULL");\
261 T_SYM(set_current_var)(T_TOSTRING(expr),\
272 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.c537 …T_PERF("min_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), min_bit_entropy, "bits", "minimum bit entro… in RandomULong_test()
538 …T_PERF("mean_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), mean_bit_entropy, "bits", "mean bit entrop… in RandomULong_test()
539 …T_PERF("max_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), max_bit_entropy, "bits", "max bit entropy i… in RandomULong_test()