| 714 | // ------------------------------------------------ |
| 715 | |
| 716 | void Int::MaskByte(int n) { |
| 717 | |
| 718 | for (int i = n; i < NB32BLOCK; i++) |
| 719 | bits[i] = 0; |
| 720 | |
| 721 | } |
| 722 | |
| 723 | // ------------------------------------------------ |
| 724 |
nothing calls this directly
no outgoing calls
no test coverage detected