#include "ace/ACE.h"Include dependency graph for ACE_crc32.cpp:

Go to the source code of this file.
| Defines | |
| #define | COMPUTE(var, ch) (var) = (crc_table[(var ^ ch) & 0xFF] ^ (var >> 8)) | 
| Variables | |
| const ACE_UINT32 | crc_table [] | 
| 
 | 
| 
 Definition at line 105 of file ACE_crc32.cpp. Referenced by ACE::crc32(), and ACE::crc_ccitt(). | 
| 
 | 
| 
 Definition at line 32 of file ACE_crc32.cpp. | 
 1.3.6
 
1.3.6