(x uint64)
| 550 | } |
| 551 | |
| 552 | func sovRing(x uint64) (n int) { |
| 553 | return (math_bits.Len64(x|1) + 6) / 7 |
| 554 | } |
| 555 | func sozRing(x uint64) (n int) { |
| 556 | return sovRing(uint64((x << 1) ^ uint64((int64(x) >> 63)))) |
| 557 | } |
no outgoing calls
no test coverage detected