Searched refs:T_TOSTRING (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.81.4/osfmk/tests/ |
| H A D | ktest.h | 112 #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 D | ktest_internal.h | 36 #define KTEST_VERSION_STR T_TOSTRING(KTEST_VERSION)
|
| H A D | kernel_tests.c | 565 …T_PERF("min_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), min_bit_entropy, "bits", "minimum bit entro… in RandomULong_test() 566 …T_PERF("mean_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), mean_bit_entropy, "bits", "mean bit entrop… in RandomULong_test() 567 …T_PERF("max_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), max_bit_entropy, "bits", "max bit entropy i… in RandomULong_test()
|