MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / padding_logical

Function padding_logical

ir/pointer.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27static unsigned padding_logical() {
28 auto l = total_bits_logical();
29 auto p = total_bits_physical();
30 return l > p ? 0 : p - l;
31}
32
33static unsigned padding_physical() {
34 auto l = total_bits_logical();

Callers 1

PointerMethod · 0.85

Calls 2

total_bits_logicalFunction · 0.85
total_bits_physicalFunction · 0.85

Tested by

no test coverage detected