MCPcopy Create free account
hub / github.com/F-Stack/f-stack / _PCTRIE_LOOKUP_LE

Function _PCTRIE_LOOKUP_LE

freebsd/sys/pctrie.h:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91} \
92 \
93static __inline __unused struct type * \
94name##_PCTRIE_LOOKUP_LE(struct pctrie *ptree, uint64_t key) \
95{ \
96 \
97 return name##_PCTRIE_VAL2PTR(pctrie_lookup_le(ptree, key)); \
98} \
99 \
100static __inline __unused struct type * \
101name##_PCTRIE_LOOKUP_GE(struct pctrie *ptree, uint64_t key) \

Callers

nothing calls this directly

Calls 2

_PCTRIE_VAL2PTRFunction · 0.85
pctrie_lookup_leFunction · 0.85

Tested by

no test coverage detected