| 2159 | } |
| 2160 | |
| 2161 | static void |
| 2162 | prof_bt_node_hash(const void *key, size_t r_hash[2]) { |
| 2163 | const prof_bt_node_t *bt_node = (prof_bt_node_t *)key; |
| 2164 | prof_bt_hash((void *)(&bt_node->bt), r_hash); |
| 2165 | } |
| 2166 | |
| 2167 | static bool |
| 2168 | prof_bt_node_keycomp(const void *k1, const void *k2) { |
nothing calls this directly
no test coverage detected