Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ low32_value
Function
low32_value
dpdk/drivers/crypto/ccp/ccp_dev.h:447–451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
445
};
446
447
static inline uint32_t
448
low32_value(unsigned long addr)
449
{
450
return ((uint64_t)addr) & 0x0ffffffff;
451
}
452
453
static inline uint32_t
454
high32_value(unsigned long addr)
Callers
1
ccp_add_device
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected