Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

fourbyte Union Reference


Detailed Description

Structure for shuffling four-byte values.

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.


Field Documentation

ruint fourbyte::_ruival
 

Real unsigned int representation.

Definition at line 102 of file bytegames.c.

Referenced by bytegames_getri4(), bytegames_putri4(), and bytegames_swap4().

juint fourbyte::_juival
 

Java unsigned int representation.

Definition at line 104 of file bytegames.c.

rbyte fourbyte::a
 

Definition at line 108 of file bytegames.c.

rbyte fourbyte::b
 

Definition at line 109 of file bytegames.c.

rbyte fourbyte::c
 

Definition at line 110 of file bytegames.c.

rbyte fourbyte::d
 

Definition at line 111 of file bytegames.c.

struct { ... } fourbyte::_byteval
 

Unsigned byte representation.

Referenced by bytegames_getri4(), bytegames_putri4(), and bytegames_swap4().


The documentation for this union was generated from the following file:
Generated on Fri Sep 30 19:01:11 2005 by  doxygen 1.4.4