Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
int128_t Struct Reference

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).

Detailed Description

128-bit integer structure.

Representation of a 128-bit integer using two 64-bit words.

Field Documentation

◆ high

uint64_t int128_t::high

High-order 64 bits (includes sign bit).

◆ low

uint64_t int128_t::low

Low-order 64 bits.


The documentation for this struct was generated from the following file: