API Reference Manual
1.46.0
|
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>
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. 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... | |
Common types and definitions for ODP API files.
Definition in file api/spec/std_types.h.