Go to the source code of this file.
◆ W1
◆ H1
◆ W2
◆ H2
◆ RANDOM_INIT
#define RANDOM_INIT |
( |
|
buf, |
|
|
|
size |
|
) |
| |
Value: do { \
int k; \
for (k = 0; k <
size; k++) { \
state =
state * 1664525 + 1013904223; \
} \
} while (0)
◆ run_single_test()
static int run_single_test |
( |
const char * |
test, |
|
|
const uint8_t * |
block1, |
|
|
ptrdiff_t |
stride1, |
|
|
const uint8_t * |
block2, |
|
|
ptrdiff_t |
stride2, |
|
|
int |
align, |
|
|
int |
n |
|
) |
| |
|
static |
◆ run_test()
static int run_test |
( |
const char * |
test, |
|
|
const uint8_t * |
b1, |
|
|
const uint8_t * |
b2 |
|
) |
| |
|
static |
◆ main()