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

Functions | |
| static __inline void | bswp__store32 (unsigned int *dst, unsigned int val) |
| Store the byte-swapped version of val in dst. | |
| static __inline unsigned int | bswp__load32 (unsigned int *src) |
| Return the byte-swapped version of the 32-bit value at dst. | |
| static __inline void | bswp__store32b (unsigned int *dst, unsigned int val) |
| Store the big endian representation of val in dst. | |
| static __inline unsigned int | bswp__load32b (unsigned int *src) |
| Return the big-endian version of the 32-bit value at src. | |
| static __inline void | bswp__store32l (unsigned int *dst, unsigned int val) |
| static __inline unsigned int | bswp__load32l (unsigned int *src) |
CVS $Id: bswp.h,v 1.2 2006/01/24 00:20:24 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.4.4