GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LDT / V0-0-0
Constituent: encdec     Tag: sun-gcc
This graph shows which files directly or indirectly include this file:

Functions | |
| __inline void | bswp__store32 (unsigned int *dst, unsigned int val) |
| Store the byte-swapped version of val in dst. | |
| __inline unsigned int | bswp__load32 (unsigned int *src) |
| Return the byte-swapped version of the 32-bit value at dst. | |
| __inline void | bswp__store32b (unsigned int *dst, unsigned int val) |
| Store the big endian representation of val in dst. | |
| __inline unsigned int | bswp__load32b (unsigned int *src) |
| Return the big-endian version of the 32-bit value at src. | |
CVS $Id: bswp.h,v 1.1.1.1 2005/09/23 06:41:07 russell Exp $
|
|
Return the byte-swapped version of the 32-bit value at dst.
|
|
|
Return the big-endian version of the 32-bit value at src.
|
|
||||||||||||
|
Store the byte-swapped version of val in dst.
|
|
||||||||||||
|
Store the big endian representation of val in dst.
|
1.3.3