| 331 | // ------------------------------------------------ |
| 332 | |
| 333 | void Int::SetQWord(int n, uint64_t b) { |
| 334 | bits64[n] = b; |
| 335 | } |
| 336 | |
| 337 | // ------------------------------------------------ |
| 338 |
nothing calls this directly
no outgoing calls
no test coverage detected