|
XRootD
|
#include <cstddef>#include <cstdint>
Include dependency graph for XrdOucCRC32C.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| uint32_t | crc32c (uint32_t crc, void const *buf, size_t len) |
| uint32_t | crc32c_sw (uint32_t crc, void const *buf, size_t len) |
| uint32_t crc32c | ( | uint32_t | crc, |
| void const * | buf, | ||
| size_t | len ) |
Definition at line 277 of file XrdOucCRC32C.cc.
References crc32c_sw().
Referenced by XrdEc::ObjCfg::ObjCfg(), XrdOucCRC::Calc32C(), XrdOucCRC::Calc32C(), XrdPfc::Info::CalcCksumStore(), XrdPfc::Info::CalcCksumSyncedAndAStats(), XrdOssCsiPages::FetchRangeUnaligned_postblock(), XrdOssCsiPages::FetchRangeUnaligned_preblock(), XrdOssCsiPages::StoreRangeUnaligned_postblock(), XrdOssCsiPages::StoreRangeUnaligned_preblock(), XrdOssCsiPages::truncate(), XrdOssCsiPages::UpdateRangeHoleUntilPage(), XrdOucCRC::Ver32C(), XrdOucCRC::Ver32C(), XrdOucCRC::Ver32C(), and XrdOucCRC::Ver32C().
Here is the call graph for this function:
Here is the caller graph for this function:| uint32_t crc32c_sw | ( | uint32_t | crc, |
| void const * | buf, | ||
| size_t | len ) |
Definition at line 424 of file XrdOucCRC32C.cc.
References crc32c_sw_big(), and crc32c_sw_little().
Referenced by crc32c().
Here is the call graph for this function:
Here is the caller graph for this function: