| 13 | } |
| 14 | |
| 15 | static struct cb_node *cb_node_of(const void *p) |
| 16 | { |
| 17 | return (struct cb_node *)((uintptr_t)p - 1); |
| 18 | } |
| 19 | |
| 20 | /* locate the best match, does not do a final comparison */ |
| 21 | static struct cb_node *cb_internal_best_match(struct cb_node *p, |
no outgoing calls
no test coverage detected