MCPcopy 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
157static unsigned padding_ptr_byte() {
158 return Byte::bitsByte() - byte_has_ptr_bit() - 1 - Pointer::totalBits()
159 - bits_ptr_byte_offset();
160}
161
162static unsigned padding_nonptr_byte() {
163 return

Callers 3

ByteMethod · 0.85
ptrValueMethod · 0.85
ptrByteoffsetMethod · 0.85

Calls 2

byte_has_ptr_bitFunction · 0.85
bits_ptr_byte_offsetFunction · 0.85

Tested by

no test coverage detected