(n)
| 24 | |
| 25 | #-------------------------------------------------------------------- |
| 26 | def norm(n): |
| 27 | return n & 0xFFFFFFFF |
| 28 | |
| 29 | #==================================================================== |
| 30 | class U32: |
no outgoing calls
no test coverage detected