Go to the source code of this file.
Namespaces | |
cscdqm | |
Macros | |
#define | get16bits(d) ((((uint32_t)(((const uint8_t*)(d))[1])) << 8) + (uint32_t)(((const uint8_t*)(d))[0])) |
#define get16bits | ( | d | ) | ((((uint32_t)(((const uint8_t*)(d))[1])) << 8) + (uint32_t)(((const uint8_t*)(d))[0])) |
Definition at line 233 of file CSCDQM_Utility.cc.
Referenced by cscdqm::Utility::fastHash().