You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
294 B
Plaintext
27 lines
294 B
Plaintext
W
|
|
12
|
|
// 4294967295
|
|
0xFFFFFFFF
|
|
// 0
|
|
0x00000000
|
|
// 2147483649
|
|
0x80000001
|
|
// 2147483647
|
|
0x7FFFFFFF
|
|
// 1073741824
|
|
0x40000000
|
|
// 3221225472
|
|
0xC0000000
|
|
// 536870912
|
|
0x20000000
|
|
// 3758096384
|
|
0xE0000000
|
|
// 1073741824
|
|
0x40000000
|
|
// 3221225472
|
|
0xC0000000
|
|
// 536870912
|
|
0x20000000
|
|
// 3221225472
|
|
0xC0000000
|