API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_u128_s Struct Reference

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
 

Detailed Description

128-bit unsigned integer structure

Examples
odp_atomic_perf.c, and odp_dmafwd.c.

Definition at line 65 of file api/spec/std_types.h.

Field Documentation

◆ u64

uint64_t odp_u128_s::u64[2]

128 bits as uint64_t words

Examples
odp_atomic_perf.c.

Definition at line 73 of file api/spec/std_types.h.

◆ u32

uint32_t odp_u128_s::u32[4]

128 bits as uint32_t words

Definition at line 75 of file api/spec/std_types.h.

◆ u16

uint16_t odp_u128_s::u16[8]

128 bits as uint16_t words

Definition at line 77 of file api/spec/std_types.h.

◆ u8

uint8_t odp_u128_s::u8[16]

128 bits as bytes

Definition at line 79 of file api/spec/std_types.h.


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