svoid test_twoIntsToLong_bigEndian() { assertEqualsVerbose(0x0102030405060708L, twoIntsToLong_bigEndian (0x01020304, 0x05060708)); assertEqualsVerbose(0xF0F1F2F3F4F5F6F7L, twoIntsToLong_bigEndian (0xF0F1F2F3, 0xF4F5F6F7)); }
Began life as a copy of #1035809
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
| Snippet ID: | #1035810 |
| Snippet name: | test_twoIntsToLong_bigEndian |
| Eternal ID of this version: | #1035810/4 |
| Text MD5: | f0694ddfe5582c11b914e1dbb4015f4a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-07-29 21:56:30 |
| Source code size: | 231 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 335 / 359 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |