Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ padding_ptr_byte
Function
padding_ptr_byte
ir/memory.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
static unsigned padding_ptr_byte() {
158
return Byte::bitsByte() - byte_has_ptr_bit() - 1 - Pointer::totalBits()
159
- bits_ptr_byte_offset();
160
}
161
162
static unsigned padding_nonptr_byte() {
163
return
Callers
3
Byte
Method · 0.85
ptrValue
Method · 0.85
ptrByteoffset
Method · 0.85
Calls
2
byte_has_ptr_bit
Function · 0.85
bits_ptr_byte_offset
Function · 0.85
Tested by
no test coverage detected