| 720 | return val | (((uint64_t)this->PopUnsignedDWord()) << 32); |
| 721 | } |
| 722 | int64_t PopSignedQWord() { return (int64_t)this->PopUnsignedQWord(); } |
| 723 | |
| 724 | /** Rotate the top four words down: W1, W2, W3, W4 -> W4, W1, W2, W3 */ |
| 725 | void RotateTop4Words() |
no test coverage detected