|
Monero
|
#include <stdint.h>

Go to the source code of this file.
Macros | |
| #define | UNUSED(arg) (void)(arg) |
| #define | FALL_THROUGH |
| #define | INLINE static inline |
| #define | READNU32(p) readnu32(p) |
| #define | READNU16(p) readnu16(p) |
| #define | WRITENU32(p, n) writenu32(p, n) |
| #define | WRITENU16(p, n) writenu16(p, n) |
Functions | |
| INLINE uint32_t | readnu32 (const uint8_t *p) |
| INLINE uint16_t | readnu16 (const uint8_t *p) |
| INLINE void | writenu32 (uint8_t *p, uint32_t n) |
| INLINE void | writenu16 (uint8_t *p, uint16_t n) |
| #define FALL_THROUGH |
| #define INLINE static inline |
| #define READNU16 | ( | p | ) | readnu16(p) |
| #define READNU32 | ( | p | ) | readnu32(p) |
| #define UNUSED | ( | arg | ) | (void)(arg) |
| #define WRITENU16 | ( | p, | |
| n | |||
| ) | writenu16(p, n) |
| #define WRITENU32 | ( | p, | |
| n | |||
| ) | writenu32(p, n) |
1.8.14