Multi-ApplicationOnlineProfiling
2.1
|
#include <stdio.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | MALP_Trace_crc64_init () |
This initializes the CRC64 internals. More... | |
static uint64_t | MALP_Trace_crc64 (char *source, uint64_t size) |
Computes the hash of a given data. More... | |
Variables | |
uint64_t | crc_table [256] |
crc_table More... | |