| 17 | } |
| 18 | |
| 19 | static unsigned total_bits_logical() { |
| 20 | return hasLogicalBit() + bits_for_ptrattrs + bits_for_bid + bits_for_offset; |
| 21 | } |
| 22 | |
| 23 | static unsigned total_bits_physical() { |
| 24 | return hasLogicalBit() * (1 + bits_for_ptrattrs + bits_ptr_address); |
no test coverage detected