PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
uint128_split_t Union Reference
Collaboration diagram for uint128_split_t:

Data Fields

uint128_t raw
 
struct { 
 
   uint64_t   low 
 
   uint64_t   high 
 
};  
 

Detailed Description

Definition at line 9 of file int128.c.

Field Documentation

◆ raw

uint128_t uint128_split_t::raw

Definition at line 10 of file int128.c.

◆ low

uint64_t uint128_split_t::low

Definition at line 13 of file int128.c.

◆ high

uint64_t uint128_split_t::high

Definition at line 14 of file int128.c.

◆ [struct]

struct { ... } uint128_split_t

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