API Reference Manual
1.46.0
|
ODP standard types and optimized C library functions. More...
Go to the source code of this file.
Functions | |
void * | odp_memcpy (void *dst, const void *src, size_t num) |
Memcpy. More... | |
void * | odp_memset (void *ptr, int value, size_t num) |
Memset. More... | |
int | odp_memcmp (const void *ptr1, const void *ptr2, size_t num) |
Memcmp. More... | |
double | odp_fract_u64_to_dbl (const odp_fract_u64_t *fract) |
Convert fractional number (u64) to double. More... | |
ODP standard types and optimized C library functions.
Definition in file api/spec/std.h.