Go to the source code of this file.
|
constexpr int64 | make_int64 (uint32 ll, int32 hh) |
constexpr uint64 | make_uint64 (uint32 ll, int32 hh) |
constexpr uint32 | low (const uint64 &x) |
constexpr uint32 | high (const uint64 &x) |
constexpr uint32 | low (const int64 &x) |
constexpr int32 | high (const int64 &x) |
idaman THREAD_SAFE int64 ida_export | llong_scan (const char *buf, int radix, const char **end) |
idaman THREAD_SAFE uint64 ida_export | swap64 (uint64) |
int64 | swap64 (int64 x) |
int128 | make_int128 (uint64 ll, int64 hh) |
uint128 | make_uint128 (uint64 ll, uint64 hh) |
uint64 | low (const uint128 &x) |
uint64 | high (const uint128 &x) |
uint64 | low (const int128 &x) |
int64 | high (const int128 &x) |
uint128 | make_uint128 (uint64 ll, int64 hh) |
idaman THREAD_SAFE void ida_export | swap128 (uint128 *x) |
uint128 | operator+ (const uint128 &x, const uint128 &y) |
uint128 | operator- (const uint128 &x, const uint128 &y) |
uint128 | operator| (const uint128 &x, const uint128 &y) |
uint128 | operator& (const uint128 &x, const uint128 &y) |
uint128 | operator^ (const uint128 &x, const uint128 &y) |
uint128 | operator- (const uint128 &x) |
◆ uint64
typedef unsigned long long uint64 |
◆ int64
◆ uint128
typedef unsigned __int128 uint128 |
◆ int128
◆ ulonglong
◆ longlong
◆ make_int64()
◆ make_uint64()
◆ low() [1/4]
◆ high() [1/4]
◆ low() [2/4]
◆ high() [2/4]
◆ llong_scan()
idaman THREAD_SAFE int64 ida_export llong_scan |
( |
const char * | buf, |
|
|
int | radix, |
|
|
const char ** | end ) |
◆ swap64() [1/2]
◆ swap64() [2/2]
◆ make_int128()
◆ make_uint128() [1/2]
◆ low() [3/4]
◆ high() [3/4]
◆ low() [4/4]
◆ high() [4/4]
◆ make_uint128() [2/2]
◆ swap128()
idaman THREAD_SAFE void ida_export swap128 |
( |
uint128 * | x | ) |
|
◆ operator+()
◆ operator-() [1/2]
◆ operator|()
◆ operator&()
◆ operator^()
◆ operator-() [2/2]