Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ccp_get_bit
Function
ccp_get_bit
dpdk/drivers/crypto/ccp/ccp_dev.c:130–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
static inline uint32_t
131
ccp_get_bit(unsigned long *bitmap, int n)
132
{
133
return ((bitmap[WORD_OFFSET(n)] & (1 << BIT_OFFSET(n))) != 0);
134
}
135
136
137
static inline uint32_t
Callers
3
ccp_find_lsb_regions
Function · 0.85
ccp_find_and_assign_lsb_to_q
Function · 0.85
ccp_assign_lsbs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected