automotive-dlt
|
#include "city_c.h"
Go to the source code of this file.
Functions | |
uint128 | CityHashCrc128 (const char *s, size_t len) |
uint128 | CityHashCrc128WithSeed (const char *s, size_t len, uint128 seed) |
void | CityHashCrc256 (const char *s, size_t len, uint64 *result) |
uint128 CityHashCrc128 | ( | const char * | s, |
size_t | len | ||
) |
Referenced by CityHash128(), and Test().
Referenced by CityHash128(), and Test().
void CityHashCrc256 | ( | const char * | s, |
size_t | len, | ||
uint64 * | result | ||
) |
Referenced by CityHash128(), and Test().