|
API Reference Manual 1.51.0
|
128-bit unsigned integer structure More...
#include <std_types.h>
Data Fields | ||
| union { | ||
| uint64_t u64 [2] | ||
| 128 bits as uint64_t words More... | ||
| uint32_t u32 [4] | ||
| 128 bits as uint32_t words More... | ||
| uint16_t u16 [8] | ||
| 128 bits as uint16_t words More... | ||
| uint8_t u8 [16] | ||
| 128 bits as bytes More... | ||
| }; | ||
| 128 bits in various sizes | ||
128-bit unsigned integer structure
Definition at line 65 of file api/spec/std_types.h.
| uint64_t odp_u128_s::u64[2] |
128 bits as uint64_t words
Definition at line 73 of file api/spec/std_types.h.
| uint32_t odp_u128_s::u32[4] |
128 bits as uint32_t words
Definition at line 75 of file api/spec/std_types.h.
| uint16_t odp_u128_s::u16[8] |
128 bits as uint16_t words
Definition at line 77 of file api/spec/std_types.h.
| uint8_t odp_u128_s::u8[16] |
128 bits as bytes
Definition at line 79 of file api/spec/std_types.h.