| 91 | } \ |
| 92 | \ |
| 93 | static __inline __unused struct type * \ |
| 94 | name##_PCTRIE_LOOKUP_LE(struct pctrie *ptree, uint64_t key) \ |
| 95 | { \ |
| 96 | \ |
| 97 | return name##_PCTRIE_VAL2PTR(pctrie_lookup_le(ptree, key)); \ |
| 98 | } \ |
| 99 | \ |
| 100 | static __inline __unused struct type * \ |
| 101 | name##_PCTRIE_LOOKUP_GE(struct pctrie *ptree, uint64_t key) \ |
nothing calls this directly
no test coverage detected