MCPcopy Create free account
hub / github.com/ElementsProject/lightning / critbit

Function critbit

ccan/ccan/intmap/intmap.c:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16};
17
18static int critbit(const struct intmap *n)
19{
20 return bitops_ls64(n->u.n->prefix_and_critbit);
21}
22
23static intmap_index_t prefix_mask(int critbit)
24{

Callers 5

intmap_get_Function · 0.85
intmap_add_Function · 0.85
intmap_del_Function · 0.85
intmap_after_Function · 0.85
intmap_before_Function · 0.85

Calls 1

bitops_ls64Function · 0.85

Tested by

no test coverage detected