(x uint64)
| 688 | } |
| 689 | |
| 690 | func sovRing(x uint64) (n int) { |
| 691 | return (math_bits.Len64(x|1) + 6) / 7 |
| 692 | } |
| 693 | func sozRing(x uint64) (n int) { |
| 694 | return sovRing(uint64((x << 1) ^ uint64((int64(x) >> 63)))) |
| 695 | } |
no outgoing calls
no test coverage detected