(r int)
| 125 | |
| 126 | func isConstant(x int) bool { return 0 != x&bitRK } |
| 127 | func constantIndex(r int) int { return r & ^bitRK } |
| 128 | func asConstant(r int) int { return r | bitRK } |
| 129 | |
| 130 | // creates a mask with 'n' 1 bits at position 'p' |
no outgoing calls
no test coverage detected