|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
128-bit integer structure. More...
#include <zephyr/sys/math_extras.h>
Data Fields | |
| uint64_t | low |
| Low-order 64 bits. | |
| uint64_t | high |
| High-order 64 bits (includes sign bit). | |
128-bit integer structure.
Representation of a 128-bit integer using two 64-bit words.
| uint64_t int128_t::high |
High-order 64 bits (includes sign bit).
| uint64_t int128_t::low |
Low-order 64 bits.