MCPcopy 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
130static inline uint32_t
131ccp_get_bit(unsigned long *bitmap, int n)
132{
133 return ((bitmap[WORD_OFFSET(n)] & (1 << BIT_OFFSET(n))) != 0);
134}
135
136
137static inline uint32_t

Callers 3

ccp_find_lsb_regionsFunction · 0.85
ccp_assign_lsbsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected