Load into _ruival as an ruint or _juival as a juint and extract as bytes, or vice versa.
Definition at line 100 of file bytegames.c.
Data Fields | |
struct { | |
rbyte a | |
rbyte b | |
rbyte c | |
rbyte d | |
} | _byteval |
Unsigned byte representation. | |
juint | _juival |
Java unsigned int representation. | |
ruint | _ruival |
Real unsigned int representation. |
|
Real unsigned int representation.
Definition at line 102 of file bytegames.c. Referenced by bytegames_getri4(), bytegames_putri4(), and bytegames_swap4(). |
|
Java unsigned int representation.
Definition at line 104 of file bytegames.c. |
|
Definition at line 108 of file bytegames.c. |
|
Definition at line 109 of file bytegames.c. |
|
Definition at line 110 of file bytegames.c. |
|
Definition at line 111 of file bytegames.c. |
|
Unsigned byte representation.
Referenced by bytegames_getri4(), bytegames_putri4(), and bytegames_swap4(). |