Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
static int critbit(const struct intmap *n)
19
{
20
return bitops_ls64(n->u.n->prefix_and_critbit);
21
}
22
23
static 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_ls64
Function · 0.85
Tested by
no test coverage detected