#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
◆ BYTE_VEC32
#define BYTE_VEC32 |
( |
|
c | ) |
((c) * 0x01010101UL) |
◆ BYTE_VEC64
#define BYTE_VEC64 |
( |
|
c | ) |
((c) * 0x0001000100010001UL) |
◆ rnd_avg32()
static uint32_t rnd_avg32 |
( |
uint32_t |
a, |
|
|
uint32_t |
b |
|
) |
| |
|
inlinestatic |
◆ no_rnd_avg32()
static uint32_t no_rnd_avg32 |
( |
uint32_t |
a, |
|
|
uint32_t |
b |
|
) |
| |
|
inlinestatic |
◆ rnd_avg64()
static uint64_t rnd_avg64 |
( |
uint64_t |
a, |
|
|
uint64_t |
b |
|
) |
| |
|
inlinestatic |
◆ no_rnd_avg64()
static uint64_t no_rnd_avg64 |
( |
uint64_t |
a, |
|
|
uint64_t |
b |
|
) |
| |
|
inlinestatic |