Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ total_bits_physical
Function
total_bits_physical
ir/pointer.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
static unsigned total_bits_physical() {
24
return hasLogicalBit() * (1 + bits_for_ptrattrs + bits_ptr_address);
25
}
26
27
static unsigned padding_logical() {
28
auto l = total_bits_logical();
Callers
3
padding_logical
Function · 0.85
padding_physical
Function · 0.85
totalBits
Method · 0.85
Calls
1
hasLogicalBit
Function · 0.85
Tested by
no test coverage detected