srecord  1.65.0
bitrev.h File Reference

Go to the source code of this file.

Namespaces

 srecord
 

Functions

unsigned char srecord::bitrev8 (unsigned char value)
 The bitrev8 function is used to reverse the order of the bits in an 8-bit number. More...
 
unsigned short srecord::bitrev16 (unsigned short value)
 The bitrev16 function is used to reverse the order of the bits in an 16-bit number. More...
 
unsigned long srecord::bitrev24 (unsigned long value)
 The bitrev24 function is used to reverse the order of the bits in an 24-bit number. More...
 
unsigned long srecord::bitrev32 (unsigned long value)
 The bitrev32 function is used to reverse the order of the bits in an 32-bit number. More...
 
unsigned long long srecord::bitrev40 (unsigned long long value)
 The bitrev40 function is used to reverse the order of the bits in an 40-bit number. More...
 
unsigned long long srecord::bitrev48 (unsigned long long value)
 The bitrev48 function is used to reverse the order of the bits in an 48-bit number. More...
 
unsigned long long srecord::bitrev56 (unsigned long long value)
 The bitrev56 function is used to reverse the order of the bits in an 56-bit number. More...
 
unsigned long long srecord::bitrev64 (unsigned long long value)
 The bitrev64 function is used to reverse the order of the bits in an 64-bit number. More...