API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_comp_algos_t Union Reference

Compression algorithms in a bit field structure. More...

#include <comp.h>

Data Fields

struct { 
 
   uint32_t   null: 1 
 ODP_COMP_ALG_NULL. More...
 
   uint32_t   deflate: 1 
 ODP_COMP_ALG_DEFLATE. More...
 
   uint32_t   zlib: 1 
 ODP_COMP_ALG_ZLIB. More...
 
   uint32_t   lzs: 1 
 ODP_COMP_ALG_LZS. More...
 
bit 
 Compression algorithms.
 
uint32_t all_bits
 All bits of the bit field structure This field can be used to set/clear all flags, or bitwise operations over the entire structure.
 

Detailed Description

Compression algorithms in a bit field structure.

Definition at line 146 of file api/spec/comp.h.

Field Documentation

◆ null

uint32_t odp_comp_algos_t::null

ODP_COMP_ALG_NULL.

Definition at line 150 of file api/spec/comp.h.

◆ deflate

uint32_t odp_comp_algos_t::deflate

ODP_COMP_ALG_DEFLATE.

Definition at line 153 of file api/spec/comp.h.

◆ zlib

uint32_t odp_comp_algos_t::zlib

ODP_COMP_ALG_ZLIB.

Definition at line 156 of file api/spec/comp.h.

◆ lzs

uint32_t odp_comp_algos_t::lzs

ODP_COMP_ALG_LZS.

Definition at line 159 of file api/spec/comp.h.

◆ all_bits

uint32_t odp_comp_algos_t::all_bits

All bits of the bit field structure This field can be used to set/clear all flags, or bitwise operations over the entire structure.

Examples
odp_sysinfo.c.

Definition at line 166 of file api/spec/comp.h.


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