Go to the source code of this file.
◆ _r123array_tpl
| #define _r123array_tpl |
( |
|
_N, |
|
|
|
W, |
|
|
|
T |
|
) |
| |
Value: \ \
struct r123array##_N##x##W{ \
T v[_N]; \
CXXMETHODS(_N, W, T) \
#define CXXOVERLOADS(_N, W, T)
Definition: array.h:39
◆ CXXMETHODS
| #define CXXMETHODS |
( |
|
_N, |
|
|
|
W, |
|
|
|
T |
|
) |
| |
◆ CXXOVERLOADS
| #define CXXOVERLOADS |
( |
|
_N, |
|
|
|
W, |
|
|
|
T |
|
) |
| |
◆ R123_W
| #define R123_W |
( |
|
a | ) |
(8*sizeof(((a *)0)->v[0])) |
◆ _r123array_tpl() [1/4]
| _r123array_tpl |
( |
1 |
, |
|
|
32 |
, |
|
|
uint32_t |
|
|
) |
| |
◆ _r123array_tpl() [2/4]
| uint32_t _r123array_tpl |
( |
4 |
, |
|
|
32 |
, |
|
|
uint32_t |
|
|
) |
| |
◆ _r123array_tpl() [3/4]
| uint32_t uint32_t _r123array_tpl |
( |
1 |
, |
|
|
64 |
, |
|
|
uint64_t |
|
|
) |
| |
◆ _r123array_tpl() [4/4]
| uint32_t uint32_t uint64_t _r123array_tpl |
( |
4 |
, |
|
|
64 |
, |
|
|
uint64_t |
|
|
) |
| |