MySQL 9.1.0
Source Code Documentation
|
The body of unrolled loop used to combine partial results from each slice into the final hash of whole chunk, which in i-th iteration takes the crc of i-th slice and "rolls it forward" by virtually processing as many zeros as there are from the end of the i-th slice to the end of the chunk. More...
Static Public Member Functions | |
template<size_t i> | |
static void | run (uint64_t &combined, const uint64_t *crc) |
The body of unrolled loop used to combine partial results from each slice into the final hash of whole chunk, which in i-th iteration takes the crc of i-th slice and "rolls it forward" by virtually processing as many zeros as there are from the end of the i-th slice to the end of the chunk.
|
inlinestatic |