API Reference Manual  1.45.0
api/spec/std_types.h File Reference

Common types and definitions for ODP API files. More...

#include <odp/visibility_begin.h>
#include <stdint.h>
#include <odp/api/align.h>
#include <odp/visibility_end.h>
Include dependency graph for api/spec/std_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  odp_u128_s
 128-bit unsigned integer structure More...
 
struct  odp_fract_u64_t
 Unsigned 64 bit fractional number. More...
 
union  odp_feature_t
 Definition of ODP features. More...
 

Typedefs

typedef uint32_t odp_percent_t
 Percentage type Use odp_percent_t for specifying fields that are percentages. More...
 
typedef uint16_t odp_una_u16_t
 Unaligned uint16_t type.
 
typedef uint32_t odp_una_u32_t
 Unaligned uint32_t type.
 
typedef uint64_t odp_una_u64_t
 Unaligned uint64_t type.
 
typedef struct odp_u128_s odp_u128_t
 128-bit unsigned integer structure
 
typedef struct odp_fract_u64_t odp_fract_u64_t
 Unsigned 64 bit fractional number. More...
 
typedef enum odp_support_t odp_support_t
 ODP support. More...
 
typedef union odp_feature_t odp_feature_t
 Definition of ODP features.
 

Enumerations

enum  odp_support_t { ODP_SUPPORT_NO = 0 , ODP_SUPPORT_YES , ODP_SUPPORT_PREFERRED }
 ODP support. More...
 

Detailed Description

Common types and definitions for ODP API files.

Definition in file api/spec/std_types.h.