SYMBOL INDEX (507 symbols across 23 files) FILE: cli/xsum_bench.c function clock_t (line 62) | static clock_t XSUM_clockSpan( clock_t start ) function XSUM_findMaxMem (line 67) | static size_t XSUM_findMaxMem(XSUM_U64 requiredMem) type XSUM_U32 (line 106) | typedef XSUM_U32 (*hashFunction)(const void* buffer, size_t bufferSize, ... function XSUM_U32 (line 108) | static XSUM_U32 localXXH32(const void* buffer, size_t bufferSize, XSUM_U... function XSUM_U32 (line 112) | static XSUM_U32 localXXH32_stream(const void* buffer, size_t bufferSize,... function XSUM_U32 (line 120) | static XSUM_U32 localXXH64(const void* buffer, size_t bufferSize, XSUM_U... function XSUM_U32 (line 124) | static XSUM_U32 localXXH64_stream(const void* buffer, size_t bufferSize,... function XSUM_U32 (line 132) | static XSUM_U32 localXXH3_64b(const void* buffer, size_t bufferSize, XSU... function XSUM_U32 (line 137) | static XSUM_U32 localXXH3_64b_seeded(const void* buffer, size_t bufferSi... function XSUM_U32 (line 141) | static XSUM_U32 localXXH3_64b_secret(const void* buffer, size_t bufferSi... function XSUM_U32 (line 146) | static XSUM_U32 localXXH3_128b(const void* buffer, size_t bufferSize, XS... function XSUM_U32 (line 151) | static XSUM_U32 localXXH3_128b_seeded(const void* buffer, size_t bufferS... function XSUM_U32 (line 155) | static XSUM_U32 localXXH3_128b_secret(const void* buffer, size_t bufferS... function XSUM_U32 (line 160) | static XSUM_U32 localXXH3_stream(const void* buffer, size_t bufferSize, ... function XSUM_U32 (line 168) | static XSUM_U32 localXXH3_stream_seeded(const void* buffer, size_t buffe... function XSUM_U32 (line 176) | static XSUM_U32 localXXH128_stream(const void* buffer, size_t bufferSize... function XSUM_U32 (line 184) | static XSUM_U32 localXXH128_stream_seeded(const void* buffer, size_t buf... type hashInfo (line 194) | typedef struct { function XSUM_benchHash (line 228) | static void XSUM_benchHash(hashFunction h, const char* hName, int testID, function XSUM_benchMem (line 351) | static void XSUM_benchMem(const void* buffer, size_t bufferSize) function XSUM_selectBenchedSize (line 375) | static size_t XSUM_selectBenchedSize(const char* fileName) function XSUM_benchFiles (line 387) | int XSUM_benchFiles(const char* fileNamesTable[], int nbFiles) function XSUM_benchInternal (line 429) | int XSUM_benchInternal(size_t keySize) FILE: cli/xsum_config.h type XSUM_U8 (line 191) | typedef uint8_t XSUM_U8; type XSUM_U32 (line 192) | typedef uint32_t XSUM_U32; type XSUM_U64 (line 193) | typedef uint64_t XSUM_U64; type XSUM_U8 (line 196) | typedef unsigned char XSUM_U8; type XSUM_U32 (line 198) | typedef unsigned int XSUM_U32; type XSUM_U32 (line 200) | typedef unsigned long XSUM_U32; type XSUM_U64 (line 202) | typedef unsigned long long XSUM_U64; FILE: cli/xsum_os_specific.c type XSUM_stat_t (line 34) | typedef struct __stat64 XSUM_stat_t; type mode_t (line 36) | typedef int mode_t; type XSUM_stat_t (line 39) | typedef struct stat XSUM_stat_t; function XSUM_IS_CONSOLE (line 50) | static int XSUM_IS_CONSOLE(FILE* stdStream) function XSUM_IS_CONSOLE (line 86) | static __inline int XSUM_IS_CONSOLE(FILE* stdStream) function XSUM_API (line 109) | XSUM_API int XSUM_isConsole(FILE* stream) function XSUM_API (line 114) | XSUM_API void XSUM_setBinaryMode(FILE* stream) function XSUM_API (line 121) | XSUM_API FILE* XSUM_fopen(const char* filename, const char* mode) function XSUM_vfprintf (line 126) | int XSUM_vfprintf(FILE* stream, const char* format, va_list ap) function XSUM_stat (line 131) | static int XSUM_stat(const char* infilename, XSUM_stat_t* statbuf) function main (line 141) | int main(int argc, const char* argv[]) function wchar_t (line 170) | static wchar_t* XSUM_widenString(const char* str, int* lenOut) function XSUM_API (line 216) | XSUM_API FILE* XSUM_fopen(const char* filename, const char* mode) function XSUM_stat (line 234) | static int XSUM_stat(const char* infilename, XSUM_stat_t* statbuf) function XSUM_vasprintf (line 258) | static int XSUM_vasprintf(char** strp, const char* format, va_list ap) function XSUM_vfprintf (line 305) | int XSUM_vfprintf(FILE *stream, const char *format, va_list ap) function XSUM_freeArgv (line 387) | static void XSUM_freeArgv(int argc, char** argv) function XSUM_wmain (line 399) | static int XSUM_wmain(int argc, wchar_t* utf16_argv[]) function wmain (line 439) | int __cdecl wmain(int argc, wchar_t* utf16_argv[]) type _startupinfo (line 463) | typedef struct { function main (line 478) | int main(int ansi_argc, const char* ansi_argv[]) function XSUM_API (line 502) | XSUM_API int XSUM_isDirectory(const char* filename) function XSUM_API (line 517) | XSUM_API XSUM_U64 XSUM_getFileSize(const char* filename) FILE: cli/xsum_output.c function XSUM_log (line 32) | int XSUM_log(const char* format, ...) function XSUM_output (line 44) | int XSUM_output(const char* format, ...) function XSUM_logVerbose (line 55) | int XSUM_logVerbose(int minLevel, const char* format, ...) FILE: cli/xsum_sanity_check.c function XSUM_API (line 46) | XSUM_API void XSUM_fillTestBuffer(XSUM_U8* buffer, size_t len) function XSUM_API (line 66) | XSUM_API void XSUM_sanityCheck(void) type XSUM_testdata32_t (line 75) | typedef struct { type XSUM_testdata64_t (line 81) | typedef struct { type XSUM_testdata128_t (line 87) | typedef struct { type XSUM_testdata_sample_t (line 94) | typedef struct { function XSUM_checkResult32 (line 227) | static void XSUM_checkResult32(XXH32_hash_t r1, XXH32_hash_t r2) function XSUM_checkResult64 (line 240) | static void XSUM_checkResult64(XXH64_hash_t r1, XXH64_hash_t r2) function XSUM_checkResult128 (line 254) | static void XSUM_checkResult128(XXH128_hash_t r1, XXH128_hash_t r2) function XSUM_testXXH32 (line 270) | static void XSUM_testXXH32(const void* data, const XSUM_testdata32_t* te... function XSUM_testXXH64 (line 300) | static void XSUM_testXXH64(const void* data, const XSUM_testdata64_t* te... function XSUM_U32 (line 334) | static XSUM_U32 XSUM_rand(void) type XXH_errorcode (line 345) | typedef XXH_errorcode (*XSUM_XXH3_update_t)(XXH_NOESCAPE XXH3_state_t* s... function XSUM_XXH3_randomUpdate (line 352) | static void XSUM_XXH3_randomUpdate(XXH3_state_t* state, const void* data, function XSUM_testXXH3 (line 365) | static void XSUM_testXXH3(const void* data, const XSUM_testdata64_t* tes... function XSUM_testXXH3_withSecret (line 455) | static void XSUM_testXXH3_withSecret(const void* data, const void* secret, function XSUM_testXXH128 (line 511) | static void XSUM_testXXH128(const void* data, const XSUM_testdata128_t* ... function XSUM_testXXH128_withSecret (line 606) | static void XSUM_testXXH128_withSecret(const void* data, const void* sec... function XSUM_testSecretGenerator (line 659) | static void XSUM_testSecretGenerator(const void* customSeed, const XSUM_... function XSUM_API (line 688) | XSUM_API void XSUM_sanityCheck(void) FILE: cli/xxhsum.c function XSUM_isLittleEndian (line 54) | static unsigned XSUM_isLittleEndian(void) type AlgoSelected (line 74) | typedef enum { algo_xxh32=0, algo_xxh64=1, algo_xxh128=2, algo_xxh3=3 } ... type AlgoBitmask (line 77) | typedef enum { function XSUM_filenameNeedsEscape (line 102) | static int XSUM_filenameNeedsEscape(const char* filename) { function XSUM_lineNeedsUnescape (line 108) | static int XSUM_lineNeedsUnescape(const char* line) { function XSUM_printFilename (line 117) | static void XSUM_printFilename(const char* filename, int needsEscape) { function XSUM_U32 (line 198) | static XSUM_U32 XSUM_algoBitmask_ComputeAlgoBitmaskFromAlgoSelected(Algo... function XSUM_algoBitmask_Accepts (line 203) | static int XSUM_algoBitmask_Accepts(XSUM_U32 algoBitmask, AlgoSelected p... function XSUM_display_LittleEndian (line 217) | static void XSUM_display_LittleEndian(const void* ptr, size_t length) function XSUM_display_BigEndian (line 225) | static void XSUM_display_BigEndian(const void* ptr, size_t length) type Multihash (line 233) | typedef union { function Multihash (line 244) | static Multihash function XSUM_printLine_BSD_internal (line 316) | static void XSUM_printLine_BSD_internal(const char* filename, function XSUM_printLine_BSD_LE (line 335) | static void XSUM_printLine_BSD_LE(const char* filename, const void* cano... function XSUM_printLine_BSD (line 340) | static void XSUM_printLine_BSD(const char* filename, const void* canonic... function XSUM_displayPrefix (line 345) | static void XSUM_displayPrefix(const AlgoSelected hashType) function XSUM_printLine_GNU_internal (line 353) | static void XSUM_printLine_GNU_internal(const char* filename, function XSUM_printLine_GNU (line 370) | static void XSUM_printLine_GNU(const char* filename, function XSUM_printLine_GNU_LE (line 376) | static void XSUM_printLine_GNU_LE(const char* filename, type Display_endianness (line 382) | typedef enum { big_endian, little_endian} Display_endianness; type Display_convention (line 384) | typedef enum { display_gnu, display_bsd } Display_convention; type LineStatus (line 388) | typedef enum { function LineStatus (line 401) | static LineStatus XSUM_hashFile(const char* fileName, function XSUM_hashFiles (line 482) | static int XSUM_hashFiles(const char* fnList[], int fnTotal, type GetLineResult (line 541) | typedef enum { type CanonicalFromStringResult (line 549) | typedef enum { type ParseLineResult (line 554) | typedef enum { type Canonical (line 559) | typedef union { type ParsedLine (line 565) | typedef struct { type ParseFileReport (line 571) | typedef struct { type ParseFileArg (line 582) | typedef struct { function GetLineResult (line 607) | static GetLineResult XSUM_getLine(char** lineBuf, int* lineMax, FILE* in... function charToHex (line 666) | static int charToHex(char c) function CanonicalFromStringResult (line 687) | static CanonicalFromStringResult XSUM_canonicalFromString(unsigned char*... function ParseLineResult (line 728) | static ParseLineResult XSUM_parseLine1(ParsedLine* parsedLine, char* lin... function ParseLineResult (line 830) | static ParseLineResult XSUM_parseLine(ParsedLine* parsedLine, char* line... function XSUM_parseFile1 (line 843) | static void XSUM_parseFile1(ParseFileArg* XSUM_parseFileArg, int rev) function XSUM_checkFile (line 1019) | static int XSUM_checkFile(const char* inFileName, function XSUM_checkFiles (line 1116) | static int XSUM_checkFiles(const char* fnList[], int fnTotal, function ParseLineResult (line 1146) | static ParseLineResult XSUM_parseGenLine(ParsedLine * parsedLine, function XSUM_parseGenFile1 (line 1168) | static void XSUM_parseGenFile1(ParseFileArg* XSUM_parseGenArg, function XSUM_generateFile (line 1281) | static int XSUM_generateFile(const char* inFileName, function XSUM_generateFiles (line 1360) | static int XSUM_generateFiles(const char* fnList[], int fnTotal, function XSUM_usage (line 1388) | static int XSUM_usage(const char* exename) function XSUM_usage_advanced (line 1408) | static int XSUM_usage_advanced(const char* exename) function XSUM_badusage (line 1434) | static int XSUM_badusage(const char* exename) function errorOut (line 1441) | static void errorOut(const char* msg) function XSUM_readU32FromCharChecked (line 1462) | static int XSUM_readU32FromCharChecked(const char** stringPtr, XSUM_U32*... function XSUM_U32 (line 1495) | static XSUM_U32 XSUM_readU32FromChar(const char** stringPtr) { function XSUM_U64 (line 1505) | static XSUM_U64 XSUM_readU64FromChar( const char** number_str ){ function XSUM_API (line 1526) | XSUM_API int XSUM_main(int argc, const char* argv[]) FILE: fuzz/fuzzer.c function LLVMFuzzerTestOneInput (line 5) | int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { FILE: tests/collisions/allcodecs/dummy.c function badsum32 (line 30) | unsigned badsum32(const void* input, size_t len, unsigned seed) FILE: tests/collisions/hashes.h type UniHash (line 38) | typedef union { function UniHash (line 43) | UniHash uniHash32(uint64_t v32) function UniHash (line 49) | UniHash uniHash64(uint64_t v64) function UniHash (line 55) | UniHash uniHash128(XXH128_hash_t v128) function UniHash (line 64) | UniHash XXH3_wrapper (const void* data, size_t size) function UniHash (line 69) | UniHash XXH128_wrapper (const void* data, size_t size) function UniHash (line 74) | UniHash XXH128l_wrapper (const void* data, size_t size) function UniHash (line 79) | UniHash XXH128h_wrapper (const void* data, size_t size) function UniHash (line 84) | UniHash XXH64_wrapper (const void* data, size_t size) function UniHash (line 89) | UniHash XXH32_wrapper (const void* data, size_t size) function UniHash (line 98) | UniHash badsum32_wrapper (const void* data, size_t size) type UniHash (line 107) | typedef UniHash (*hashfn) (const void* data, size_t size); type hashDescription (line 109) | typedef struct { FILE: tests/collisions/main.c type Htype_e (line 68) | typedef enum { ht32, ht64, ht128 } Htype_e; function hexRaw (line 74) | static void hexRaw(const void* buffer, size_t size) function printHash (line 82) | void printHash(const void* table, size_t n, Htype_e htype) function avalanche64 (line 109) | static uint64_t avalanche64(uint64_t h64) function randomByte (line 119) | static unsigned char randomByte(uint64_t n) type sf_genMode (line 126) | typedef enum { sf_slab5, sf_sparse } sf_genMode; type sampleFactory (line 141) | typedef struct { function init_sampleFactory (line 149) | static void init_sampleFactory(sampleFactory* sf, uint64_t htotal) function sampleFactory (line 163) | static sampleFactory* function free_sampleFactory (line 178) | static void free_sampleFactory(sampleFactory* sf) function update_sampleFactory (line 185) | static inline void update_sampleFactory(sampleFactory* sf) function Cnm (line 215) | static double Cnm(int n, int m) function enoughCombos (line 228) | static int enoughCombos(size_t size, uint64_t htotal) type sampleFactory (line 242) | typedef struct { function init_sampleFactory (line 256) | static void init_sampleFactory(sampleFactory* sf, uint64_t htotal) function sampleFactory (line 270) | static sampleFactory* function free_sampleFactory (line 286) | static void free_sampleFactory(sampleFactory* sf) function flipbit (line 293) | static void flipbit(void* buffer, uint64_t bitID) function updateBit (line 301) | static int updateBit(void* buffer, size_t* bitIdx, int level, size_t max) function update_sampleFactory (line 320) | static inline void update_sampleFactory(sampleFactory* sf) type Filter (line 340) | typedef unsigned char Filter; function Filter (line 342) | Filter* create_Filter(int bflog) function free_Filter (line 356) | void free_Filter(Filter* bf) function Filter_insert (line 370) | inline int Filter_insert(Filter* bf, int bflog, uint64_t hash) function Filter_check (line 395) | inline int Filter_check(const Filter* bf, int bflog, uint64_t hash) function Filter_insert (line 423) | static inline int Filter_insert(Filter* bf, int bflog, uint64_t hash) function Filter (line 458) | static Filter* Filter_reduce(Filter* bf, int bflog) function Filter_check (line 476) | static inline int Filter_check(const Filter* bf, int bflog, uint64_t hash) function update_indicator (line 505) | void update_indicator(uint64_t v, uint64_t total) function power (line 547) | static double power(uint64_t base, int p) function estimateNbCollisions (line 557) | static double estimateNbCollisions(uint64_t nbH, int nbBits) function highestBitSet (line 562) | static int highestBitSet(uint64_t v) function select_nbh (line 579) | uint64_t select_nbh(int nbBits) type searchCollisions_results (line 590) | typedef struct { type searchCollisions_parameters (line 594) | typedef struct { function isEqual (line 609) | static int isEqual(void* hTablePtr, size_t index1, size_t index2, Htype_... function isHighEqual (line 623) | static int isHighEqual(void* hTablePtr, size_t index1, size_t index2, Ht... function addHashCandidate (line 641) | static void addHashCandidate(void* hTablePtr, UniHash h, Htype_e htype, ... function getNbBits_fromHtype (line 651) | static int getNbBits_fromHtype(Htype_e htype) { function Htype_e (line 660) | static Htype_e getHtype_fromHbits(int nbBits) { function search_collisions (line 669) | static size_t search_collisions( function getProcessMemUsage (line 869) | static size_t getProcessMemUsage(int children) function getProcessMemUsage (line 878) | static size_t getProcessMemUsage(int ignore) { (void)ignore; return 0; } function time_collisions (line 881) | void time_collisions(searchCollisions_parameters param) function MT_searchCollisions (line 918) | void MT_searchCollisions(void* payload) function readU64FromChar (line 930) | static uint64_t readU64FromChar(const char** stringPtr) function longCommandWArg (line 966) | static int longCommandWArg(const char** stringPtr, const char* longCommand) function help (line 986) | void help(const char* exeName) function bad_argument (line 1005) | int bad_argument(const char* exeName) function main (line 1013) | int main(int argc, const char** argv) FILE: tests/collisions/pool.c type POOL_job (line 41) | typedef struct POOL_job_s { type POOL_ctx_s (line 46) | struct POOL_ctx_s { function POOL_ctx (line 120) | POOL_ctx* POOL_create(size_t numThreads, size_t queueSize) function POOL_join (line 164) | static void POOL_join(POOL_ctx* ctx) { function POOL_free (line 181) | void POOL_free(POOL_ctx *ctx) { function POOL_sizeof (line 194) | size_t POOL_sizeof(POOL_ctx *ctx) { function POOL_resize_internal (line 203) | static int POOL_resize_internal(POOL_ctx* ctx, size_t numThreads) function POOL_resize (line 232) | int POOL_resize(POOL_ctx* ctx, size_t numThreads) function isQueueFull (line 249) | static int isQueueFull(POOL_ctx const* ctx) { function POOL_add_internal (line 259) | static void POOL_add_internal(POOL_ctx* ctx, POOL_function function, voi... function POOL_add (line 271) | void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) function POOL_tryAdd (line 284) | int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) type POOL_ctx_s (line 306) | struct POOL_ctx_s { function POOL_ctx (line 311) | POOL_ctx* POOL_create(size_t numThreads, size_t queueSize) { function POOL_free (line 317) | void POOL_free(POOL_ctx* ctx) { function POOL_resize (line 322) | int POOL_resize(POOL_ctx* ctx, size_t numThreads) { function POOL_add (line 327) | void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) { function POOL_tryAdd (line 332) | int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) { function POOL_sizeof (line 338) | size_t POOL_sizeof(POOL_ctx* ctx) { FILE: tests/collisions/pool.h type POOL_ctx (line 21) | typedef struct POOL_ctx_s POOL_ctx; FILE: tests/collisions/sort.cc function sort64 (line 38) | void sort64(uint64_t* table, size_t size) function sort128 (line 45) | void sort128(XXH128_hash_t* table, size_t size) FILE: tests/collisions/threading.c function worker (line 43) | static unsigned __stdcall worker(void *arg) function ZSTD_pthread_create (line 50) | int ZSTD_pthread_create(ZSTD_pthread_t* thread, const void* unused, function ZSTD_pthread_join (line 64) | int ZSTD_pthread_join(ZSTD_pthread_t thread, void **value_ptr) FILE: tests/collisions/threading.h type ZSTD_pthread_t (line 63) | typedef struct { type ZSTD_pthread_mutex_t (line 103) | typedef int ZSTD_pthread_mutex_t; type ZSTD_pthread_cond_t (line 109) | typedef int ZSTD_pthread_cond_t; FILE: tests/generate_unicode_test.c function main (line 62) | int main(void) FILE: tests/multiInclude.c function hash_advanced (line 62) | void hash_advanced(void) function main (line 76) | int main(void) FILE: tests/sanity_test.c function abortSanityTest (line 48) | static void abortSanityTest(void) { function fillTestBuffer (line 62) | static void fillTestBuffer(XSUM_U8* buffer, size_t bufferLenInBytes) function XSUM_U8 (line 82) | static XSUM_U8* createSanityBuffer(size_t bufferLenInBytes) function releaseSanityBuffer (line 95) | static void releaseSanityBuffer(XSUM_U8* buffer) function checkResult32 (line 104) | static void checkResult32(XXH32_hash_t r1, XXH32_hash_t r2, const char* ... function checkResult64 (line 121) | static void checkResult64(XXH64_hash_t r1, XXH64_hash_t r2, const char* ... function checkResult128 (line 139) | static void checkResult128(XXH128_hash_t r1, XXH128_hash_t r2, const cha... function checkResultTestDataSample (line 158) | static void checkResultTestDataSample(const XSUM_U8* r1, const XSUM_U8* ... function testXXH32 (line 177) | static void testXXH32( function testXXH64 (line 218) | static void testXXH64( function XSUM_U32 (line 262) | static XSUM_U32 SANITY_TEST_rand(XSUM_U64* pRandSeed) function XSUM_U64 (line 273) | static XSUM_U64 SANITY_TEST_computeRandSeed(size_t step) type XXH_errorcode (line 289) | typedef XXH_errorcode (*SANITY_TEST_XXH3_update_t)(XXH_NOESCAPE XXH3_sta... function SANITY_TEST_XXH3_randomUpdate (line 298) | static void SANITY_TEST_XXH3_randomUpdate( function testXXH3 (line 319) | static void testXXH3( function testXXH3_withSecret (line 413) | static void testXXH3_withSecret( function testXXH128 (line 478) | static void testXXH128( function testXXH128_withSecret (line 579) | static void testXXH128_withSecret( function testSecretGenerator (line 644) | static void testSecretGenerator( function main (line 667) | int main(int argc, const char* argv[]) FILE: tests/sanity_test_vectors.h type XSUM_testdata32_t (line 1) | typedef struct { type XSUM_testdata64_t (line 7) | typedef struct { type XSUM_testdata128_t (line 13) | typedef struct { type XSUM_testdata_sample_t (line 23) | typedef struct { FILE: tests/sanity_test_vectors_generator.c type XSUM_testdata32_t (line 31) | typedef struct { type XSUM_testdata64_t (line 37) | typedef struct { type XSUM_testdata128_t (line 43) | typedef struct { type XSUM_testdata_sample_t (line 50) | typedef struct { function XSUM_testdata32_t (line 63) | static XSUM_testdata32_t tvgen_XXH32(const XSUM_U8* buf, size_t len, XSU... function XSUM_testdata64_t (line 71) | static XSUM_testdata64_t tvgen_XXH64(const XSUM_U8* buf, size_t len, XSU... function XSUM_testdata64_t (line 79) | static XSUM_testdata64_t tvgen_XXH3_64bits_withSeed(const XSUM_U8* buf, ... function XSUM_testdata64_t (line 87) | static XSUM_testdata64_t tvgen_XXH3_64bits_withSecret(const XSUM_U8* buf... function XSUM_testdata128_t (line 95) | static XSUM_testdata128_t tvgen_XXH3_128bits_withSeed(const XSUM_U8* buf... function XSUM_testdata128_t (line 103) | static XSUM_testdata128_t tvgen_XXH3_128bits_withSecret(const XSUM_U8* b... function XSUM_testdata_sample_t (line 111) | static XSUM_testdata_sample_t tvgen_XXH3_generateSecret( function fprintf_XSUM_testdata32_t (line 136) | static void fprintf_XSUM_testdata32_t(FILE* fp, XSUM_testdata32_t const ... function fprintf_XSUM_testdata64_t (line 140) | static void fprintf_XSUM_testdata64_t(FILE* fp, XSUM_testdata64_t const ... function fprintf_XSUM_testdata128_t (line 144) | static void fprintf_XSUM_testdata128_t(FILE* fp, XSUM_testdata128_t cons... function fprintf_XSUM_testdata_sample_t (line 149) | static void fprintf_XSUM_testdata_sample_t(FILE* fp, XSUM_testdata_sampl... function fillTestBuffer (line 161) | static void fillTestBuffer(XSUM_U8* buffer, size_t bufferLenInBytes) function XSUM_U8 (line 181) | static XSUM_U8* createSanityBuffer(size_t bufferLenInBytes) function releaseSanityBuffer (line 194) | static void releaseSanityBuffer(XSUM_U8* buffer) function generate_sanity_test_vectors_xxh32 (line 202) | static void generate_sanity_test_vectors_xxh32(FILE* fp, size_t maxLen) { function generate_sanity_test_vectors_xxh64 (line 228) | static void generate_sanity_test_vectors_xxh64(FILE* fp, size_t maxLen) { function generate_sanity_test_vectors_xxh3 (line 254) | static void generate_sanity_test_vectors_xxh3(FILE* fp, size_t maxLen) { function generate_sanity_test_vectors_xxh3_withSecret (line 280) | static void generate_sanity_test_vectors_xxh3_withSecret(FILE* fp, size_... function generate_sanity_test_vectors_xxh128 (line 306) | static void generate_sanity_test_vectors_xxh128(FILE* fp, size_t maxLen) { function generate_sanity_test_vectors_xxh128_withSecret (line 331) | static void generate_sanity_test_vectors_xxh128_withSecret(FILE* fp, siz... function generate_sanity_test_vectors_xxh3_generateSecret (line 357) | static void generate_sanity_test_vectors_xxh3_generateSecret(FILE* fp, s... function generate_sanity_test_vectors (line 406) | void generate_sanity_test_vectors(size_t maxLen) { function main (line 457) | int main(int argc, const char* argv[]) FILE: tests/test_alias.c function main (line 7) | int main() { FILE: xxh_x86dispatch.c function XXH_cpuid (line 254) | static void XXH_cpuid(xxh_u32 eax, xxh_u32 ecx, xxh_u32* abcd) function xxh_u64 (line 306) | static xxh_u64 XXH_xgetbv(void) function XXH_featureTest (line 343) | int XXH_featureTest(void) type XXH64_hash_t (line 583) | typedef XXH64_hash_t (*XXH3_dispatchx86_hashLong64_withSeed)(XXH_NOESCAP... type XXH64_hash_t (line 585) | typedef XXH64_hash_t (*XXH3_dispatchx86_hashLong64_withSecret)(XXH_NOESC... type XXH_errorcode (line 587) | typedef XXH_errorcode (*XXH3_dispatchx86_update)(XXH_NOESCAPE XXH3_state... type XXH_dispatchFunctions_s (line 589) | typedef struct { type XXH128_hash_t (line 631) | typedef XXH128_hash_t (*XXH3_dispatchx86_hashLong128_default)(XXH_NOESCA... type XXH128_hash_t (line 633) | typedef XXH128_hash_t (*XXH3_dispatchx86_hashLong128_withSeed)(XXH_NOESC... type XXH128_hash_t (line 635) | typedef XXH128_hash_t (*XXH3_dispatchx86_hashLong128_withSecret)(XXH_NOE... type XXH_dispatch128Functions_s (line 637) | typedef struct { function XXH_CONSTRUCTOR (line 681) | static XXH_CONSTRUCTOR void XXH_setDispatch(void) function XXH64_hash_t (line 703) | static XXH64_hash_t function XXH64_hash_t (line 713) | XXH64_hash_t XXH3_64bits_dispatch(XXH_NOESCAPE const void* input, size_t... function XXH64_hash_t (line 718) | static XXH64_hash_t function XXH64_hash_t (line 728) | XXH64_hash_t XXH3_64bits_withSeed_dispatch(XXH_NOESCAPE const void* inpu... function XXH64_hash_t (line 733) | static XXH64_hash_t function XXH64_hash_t (line 743) | XXH64_hash_t XXH3_64bits_withSecret_dispatch(XXH_NOESCAPE const void* in... function XXH_errorcode (line 748) | XXH_errorcode function XXH128_hash_t (line 763) | static XXH128_hash_t function XXH128_hash_t (line 773) | XXH128_hash_t XXH3_128bits_dispatch(XXH_NOESCAPE const void* input, size... function XXH128_hash_t (line 778) | static XXH128_hash_t function XXH128_hash_t (line 788) | XXH128_hash_t XXH3_128bits_withSeed_dispatch(XXH_NOESCAPE const void* in... function XXH128_hash_t (line 793) | static XXH128_hash_t function XXH128_hash_t (line 803) | XXH128_hash_t XXH3_128bits_withSecret_dispatch(XXH_NOESCAPE const void* ... function XXH_errorcode (line 808) | XXH_errorcode FILE: xxhash.h type XXH_errorcode (line 573) | typedef enum { type XXH32_hash_t (line 588) | typedef uint32_t XXH32_hash_t; type XXH32_hash_t (line 598) | typedef uint32_t XXH32_hash_t; type XXH32_hash_t (line 603) | typedef unsigned int XXH32_hash_t; type XXH32_hash_t (line 605) | typedef unsigned long XXH32_hash_t; type XXH32_state_t (line 654) | typedef struct XXH32_state_s XXH32_state_t; type XXH32_canonical_t (line 755) | typedef struct { type XXH64_hash_t (line 858) | typedef uint64_t XXH64_hash_t; type XXH64_hash_t (line 867) | typedef uint64_t XXH64_hash_t; type XXH64_hash_t (line 872) | typedef unsigned long XXH64_hash_t; type XXH64_hash_t (line 875) | typedef unsigned long long XXH64_hash_t; type XXH64_state_t (line 919) | typedef struct XXH64_state_s XXH64_state_t; type XXH64_canonical_t (line 1020) | typedef struct { unsigned char digest[sizeof(XXH64_hash_t)]; } XXH64_can... type XXH3_state_t (line 1236) | typedef struct XXH3_state_s XXH3_state_t; type XXH128_hash_t (line 1375) | typedef struct { type XXH128_canonical_t (line 1598) | typedef struct { unsigned char digest[sizeof(XXH128_hash_t)]; } XXH128_c... type XXH32_state_s (line 1665) | struct XXH32_state_s { type XXH64_state_s (line 1689) | struct XXH64_state_s { type XXH3_state_s (line 1765) | struct XXH3_state_s { function XXH_CONSTF (line 2364) | static XXH_CONSTF void* XXH_malloc(size_t s) { (void)s; return NULL; } function XXH_free (line 2365) | static void XXH_free(void* p) { (void)p; } function XXH_MALLOCF (line 2379) | static XXH_MALLOCF void* XXH_malloc(size_t s) { return malloc(s); } function XXH_free (line 2385) | static void XXH_free(void* p) { free(p); } type xxh_u8 (line 2565) | typedef uint8_t xxh_u8; type xxh_u8 (line 2567) | typedef unsigned char xxh_u8; type XXH32_hash_t (line 2569) | typedef XXH32_hash_t xxh_u32; function xxh_u32 (line 2641) | static xxh_u32 XXH_read32(const void* memPtr) { return *(const xxh_u32*)... type unalign (line 2653) | typedef union { xxh_u32 u32; } __attribute__((__packed__)) unalign; function xxh_u32 (line 2655) | static xxh_u32 XXH_read32(const void* ptr) function xxh_u32 (line 2667) | static xxh_u32 XXH_read32(const void* memPtr) function XXH_isLittleEndian (line 2714) | static int XXH_isLittleEndian(void) function xxh_u32 (line 2828) | static xxh_u32 XXH_swap32 (xxh_u32 x) type XXH_alignment (line 2846) | typedef enum { function XXH_FORCE_INLINE (line 2858) | XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* memPtr) function XXH_FORCE_INLINE (line 2867) | XXH_FORCE_INLINE xxh_u32 XXH_readBE32(const void* memPtr) function XXH_FORCE_INLINE (line 2877) | XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* ptr) function xxh_u32 (line 2882) | static xxh_u32 XXH_readBE32(const void* ptr) function XXH_FORCE_INLINE (line 2888) | XXH_FORCE_INLINE xxh_u32 function XXH_versionNumber (line 2903) | XXH_PUBLIC_API unsigned XXH_versionNumber (void) { return XXH_VERSION_NU... function xxh_u32 (line 2943) | static xxh_u32 XXH32_round(xxh_u32 acc, xxh_u32 input) function xxh_u32 (line 3000) | static xxh_u32 XXH32_avalanche(xxh_u32 hash) function XXH_FORCE_INLINE (line 3016) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 3032) | XXH_FORCE_INLINE const xxh_u8 * function xxh_u32 (line 3059) | xxh_u32 function XXH_PUREF (line 3082) | static XXH_PUREF xxh_u32 function xxh_u32 (line 3171) | xxh_u32 function XXH_PUBLIC_API (line 3195) | XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t len, XXH32_... function XXH_PUBLIC_API (line 3218) | XXH_PUBLIC_API XXH32_state_t* XXH32_createState(void) function XXH_PUBLIC_API (line 3223) | XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) function XXH_PUBLIC_API (line 3230) | XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dstState, const XXH32... function XXH_PUBLIC_API (line 3236) | XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_... function XXH_PUBLIC_API (line 3246) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 3293) | XXH_PUBLIC_API XXH32_hash_t XXH32_digest(const XXH32_state_t* state) function XXH_PUBLIC_API (line 3312) | XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH3... function XXH_PUBLIC_API (line 3319) | XXH_PUBLIC_API XXH32_hash_t XXH32_hashFromCanonical(const XXH32_canonica... type XXH64_hash_t (line 3337) | typedef XXH64_hash_t xxh_u64; function xxh_u64 (line 3351) | static xxh_u64 XXH_read64(const void* memPtr) type unalign64 (line 3366) | typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((__packed__)) ... function xxh_u64 (line 3368) | static xxh_u64 XXH_read64(const void* ptr) function xxh_u64 (line 3380) | static xxh_u64 XXH_read64(const void* memPtr) function xxh_u64 (line 3394) | static xxh_u64 XXH_swap64(xxh_u64 x) function XXH_FORCE_INLINE (line 3411) | XXH_FORCE_INLINE xxh_u64 XXH_readLE64(const void* memPtr) function XXH_FORCE_INLINE (line 3424) | XXH_FORCE_INLINE xxh_u64 XXH_readBE64(const void* memPtr) function XXH_FORCE_INLINE (line 3438) | XXH_FORCE_INLINE xxh_u64 XXH_readLE64(const void* ptr) function xxh_u64 (line 3443) | static xxh_u64 XXH_readBE64(const void* ptr) function XXH_FORCE_INLINE (line 3449) | XXH_FORCE_INLINE xxh_u64 function xxh_u64 (line 3484) | static xxh_u64 XXH64_round(xxh_u64 acc, xxh_u64 input) function xxh_u64 (line 3509) | static xxh_u64 XXH64_mergeRound(xxh_u64 acc, xxh_u64 val) function xxh_u64 (line 3518) | static xxh_u64 XXH64_avalanche(xxh_u64 hash) function XXH_FORCE_INLINE (line 3535) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 3551) | XXH_FORCE_INLINE const xxh_u8 * function xxh_u64 (line 3587) | xxh_u64 function xxh_u64 (line 3625) | xxh_u64 function xxh_u64 (line 3669) | xxh_u64 function XXH_PUBLIC_API (line 3693) | XXH_PUBLIC_API XXH64_hash_t XXH64 (XXH_NOESCAPE const void* input, size_... function XXH_PUBLIC_API (line 3715) | XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void) function XXH_PUBLIC_API (line 3720) | XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) function XXH_PUBLIC_API (line 3727) | XXH_PUBLIC_API void XXH64_copyState(XXH_NOESCAPE XXH64_state_t* dstState... function XXH_PUBLIC_API (line 3733) | XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH_NOESCAPE XXH64_state_t* sta... function XXH_PUBLIC_API (line 3742) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 3788) | XXH_PUBLIC_API XXH64_hash_t XXH64_digest(XXH_NOESCAPE const XXH64_state_... function XXH_PUBLIC_API (line 3807) | XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH_NOESCAPE XXH64_canonical... function XXH_PUBLIC_API (line 3815) | XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(XXH_NOESCAPE const X... type uint64x2_t (line 4120) | typedef uint64x2_t xxh_aliasing_uint64x2_t function XXH_FORCE_INLINE (line 4136) | XXH_FORCE_INLINE uint64x2_t XXH_vld1q_u64(void const* ptr) /* silence -W... function XXH_FORCE_INLINE (line 4141) | XXH_FORCE_INLINE uint64x2_t XXH_vld1q_u64(void const* ptr) function XXH_FORCE_INLINE (line 4156) | XXH_FORCE_INLINE uint64x2_t function XXH_FORCE_INLINE (line 4163) | XXH_FORCE_INLINE uint64x2_t function XXH_FORCE_INLINE (line 4171) | XXH_FORCE_INLINE uint64x2_t function XXH_FORCE_INLINE (line 4178) | XXH_FORCE_INLINE uint64x2_t type xxh_u64x2 (line 4269) | typedef __vector unsigned long long xxh_u64x2; type xxh_u8x16 (line 4270) | typedef __vector unsigned char xxh_u8x16; type xxh_u32x4 (line 4271) | typedef __vector unsigned xxh_u32x4; type xxh_u64x2 (line 4276) | typedef xxh_u64x2 xxh_aliasing_u64x2 function XXH_FORCE_INLINE (line 4297) | XXH_FORCE_INLINE xxh_u64x2 XXH_vec_revb(xxh_u64x2 val) function XXH_FORCE_INLINE (line 4309) | XXH_FORCE_INLINE xxh_u64x2 XXH_vec_loadu(const void *ptr) function XXH_FORCE_INLINE (line 4337) | XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mulo(xxh_u32x4 a, xxh_u32x4 b) function XXH_FORCE_INLINE (line 4343) | XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mule(xxh_u32x4 a, xxh_u32x4 b) function XXH_FORCE_INLINE (line 4437) | XXH_FORCE_INLINE xxh_u64 function XXH128_hash_t (line 4464) | static XXH128_hash_t function xxh_u64 (line 4598) | static xxh_u64 function xxh_u64 (line 4606) | xxh_u64 XXH_xorshift64(xxh_u64 v64, int shift) function XXH64_hash_t (line 4616) | static XXH64_hash_t XXH3_avalanche(xxh_u64 h64) function XXH64_hash_t (line 4629) | static XXH64_hash_t XXH3_rrmxmx(xxh_u64 h64, xxh_u64 len) function XXH64_hash_t (line 4673) | XXH64_hash_t function XXH64_hash_t (line 4695) | XXH64_hash_t function XXH64_hash_t (line 4711) | XXH64_hash_t function XXH64_hash_t (line 4728) | XXH64_hash_t function XXH_FORCE_INLINE (line 4765) | XXH_FORCE_INLINE xxh_u64 XXH3_mix16B(const xxh_u8* XXH_RESTRICT input, function XXH64_hash_t (line 4798) | XXH64_hash_t function XXH64_hash_t (line 4834) | XXH64_hash_t function XXH_FORCE_INLINE (line 4946) | XXH_FORCE_INLINE void XXH_writeLE64(void* dst, xxh_u64 v64) type xxh_i64 (line 4960) | typedef int64_t xxh_i64; type xxh_i64 (line 4963) | typedef long long xxh_i64; function XXH3_accumulate_512_avx512 (line 4997) | void function XXH_FORCE_INLINE (line 5024) | XXH_FORCE_INLINE XXH_TARGET_AVX512 XXH3_ACCUMULATE_TEMPLATE(avx512) function XXH3_initCustomSecret_avx512 (line 5070) | void function XXH3_accumulate_512_avx2 (line 5100) | void function XXH_FORCE_INLINE (line 5133) | XXH_FORCE_INLINE XXH_TARGET_AVX2 XXH3_ACCUMULATE_TEMPLATE(avx2) function XXH3_initCustomSecret_avx2 (line 5164) | void XXH3_initCustomSecret_avx2(void* XXH_RESTRICT customSecret, xxh_u64... function XXH3_accumulate_512_sse2 (line 5206) | void function XXH_FORCE_INLINE (line 5240) | XXH_FORCE_INLINE XXH_TARGET_SSE2 XXH3_ACCUMULATE_TEMPLATE(sse2) function XXH3_initCustomSecret_sse2 (line 5271) | void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, xxh_u64... function XXH_FORCE_INLINE (line 5349) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5475) | XXH_FORCE_INLINE XXH3_ACCUMULATE_TEMPLATE(neon) function XXH_FORCE_INLINE (line 5536) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5570) | XXH_FORCE_INLINE XXH3_ACCUMULATE_TEMPLATE(vsx) function XXH_FORCE_INLINE (line 5606) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5646) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5716) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5748) | XXH_FORCE_INLINE XXH3_ACCUMULATE_TEMPLATE(lsx) function XXH_FORCE_INLINE (line 5780) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5812) | XXH_FORCE_INLINE XXH3_ACCUMULATE_TEMPLATE(lasx) function XXH_FORCE_INLINE (line 5852) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5895) | XXH_FORCE_INLINE XXH3_ACCUMULATE_TEMPLATE(rvv) function XXH_FORCE_INLINE (line 5927) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 5985) | XXH_FORCE_INLINE xxh_u64 function XXH_FORCE_INLINE (line 5994) | XXH_FORCE_INLINE xxh_u64 function XXH_FORCE_INLINE (line 6008) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 6031) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 6048) | XXH_FORCE_INLINE XXH3_ACCUMULATE_TEMPLATE(scalar) function XXH_FORCE_INLINE (line 6080) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 6089) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 6230) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 6263) | XXH_FORCE_INLINE xxh_u64 function XXH_PUREF (line 6271) | static XXH_PUREF XXH64_hash_t function XXH_PUREF (line 6301) | static XXH_PUREF XXH64_hash_t function XXH_FORCE_INLINE (line 6310) | XXH_FORCE_INLINE XXH64_hash_t function XXH3_WITH_SECRET_INLINE (line 6333) | XXH3_WITH_SECRET_INLINE XXH64_hash_t function XXH64_hash_t (line 6347) | XXH64_hash_t function XXH_FORCE_INLINE (line 6366) | XXH_FORCE_INLINE XXH64_hash_t function XXH_NO_INLINE (line 6389) | XXH_NO_INLINE XXH64_hash_t type XXH64_hash_t (line 6399) | typedef XXH64_hash_t (*XXH3_hashLong64_f)(const void* XXH_RESTRICT, size_t, function XXH_FORCE_INLINE (line 6402) | XXH_FORCE_INLINE XXH64_hash_t function XXH_PUBLIC_API (line 6428) | XXH_PUBLIC_API XXH64_hash_t XXH3_64bits(XXH_NOESCAPE const void* input, ... function XXH_PUBLIC_API (line 6434) | XXH_PUBLIC_API XXH64_hash_t function XXH_PUBLIC_API (line 6441) | XXH_PUBLIC_API XXH64_hash_t function XXH_PUBLIC_API (line 6447) | XXH_PUBLIC_API XXH64_hash_t function XXH_MALLOCF (line 6481) | static XXH_MALLOCF void* XXH_alignedMalloc(size_t s, size_t align) function XXH_alignedFree (line 6512) | static void XXH_alignedFree(void* p) function XXH_PUBLIC_API (line 6534) | XXH_PUBLIC_API XXH3_state_t* XXH3_createState(void) function XXH_PUBLIC_API (line 6554) | XXH_PUBLIC_API XXH_errorcode XXH3_freeState(XXH3_state_t* statePtr) function XXH_PUBLIC_API (line 6561) | XXH_PUBLIC_API void function XXH3_reset_internal (line 6567) | static void function XXH_PUBLIC_API (line 6595) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 6604) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 6615) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 6627) | XXH_PUBLIC_API XXH_errorcode function XXH_FORCE_INLINE (line 6655) | XXH_FORCE_INLINE const xxh_u8 * function XXH_NO_INLINE (line 6783) | XXH_NO_INLINE XXH_errorcode function XXH_PUBLIC_API (line 6791) | XXH_PUBLIC_API XXH_errorcode function XXH_FORCE_INLINE (line 6798) | XXH_FORCE_INLINE void function XXH_PUBLIC_API (line 6836) | XXH_PUBLIC_API XXH64_hash_t XXH3_64bits_digest (XXH_NOESCAPE const XXH3_... function XXH128_hash_t (line 6870) | XXH128_hash_t function XXH128_hash_t (line 6899) | XXH128_hash_t function XXH128_hash_t (line 6926) | XXH128_hash_t function XXH128_hash_t (line 7001) | XXH128_hash_t function XXH_FORCE_INLINE (line 7020) | XXH_FORCE_INLINE XXH128_hash_t function XXH128_hash_t (line 7032) | XXH128_hash_t function XXH128_hash_t (line 7076) | XXH128_hash_t function XXH_PUREF (line 7134) | static XXH_PUREF XXH128_hash_t function XXH_FORCE_INLINE (line 7145) | XXH_FORCE_INLINE XXH128_hash_t function XXH128_hash_t (line 7164) | XXH128_hash_t function XXH3_WITH_SECRET_INLINE (line 7181) | XXH3_WITH_SECRET_INLINE XXH128_hash_t function XXH_FORCE_INLINE (line 7191) | XXH_FORCE_INLINE XXH128_hash_t function XXH_NO_INLINE (line 7212) | XXH_NO_INLINE XXH128_hash_t type XXH128_hash_t (line 7221) | typedef XXH128_hash_t (*XXH3_hashLong128_f)(const void* XXH_RESTRICT, si... function XXH_FORCE_INLINE (line 7224) | XXH_FORCE_INLINE XXH128_hash_t function XXH_PUBLIC_API (line 7249) | XXH_PUBLIC_API XXH128_hash_t XXH3_128bits(XXH_NOESCAPE const void* input... function XXH_PUBLIC_API (line 7257) | XXH_PUBLIC_API XXH128_hash_t function XXH_PUBLIC_API (line 7266) | XXH_PUBLIC_API XXH128_hash_t function XXH_PUBLIC_API (line 7275) | XXH_PUBLIC_API XXH128_hash_t function XXH_PUBLIC_API (line 7284) | XXH_PUBLIC_API XXH128_hash_t function XXH_PUBLIC_API (line 7299) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 7306) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 7313) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 7320) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 7327) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 7334) | XXH_PUBLIC_API XXH128_hash_t XXH3_128bits_digest (XXH_NOESCAPE const XXH... function XXH_PUBLIC_API (line 7354) | XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2) function XXH_PUBLIC_API (line 7365) | XXH_PUBLIC_API int XXH128_cmp(XXH_NOESCAPE const void* h128_1, XXH_NOESC... function XXH_PUBLIC_API (line 7378) | XXH_PUBLIC_API void function XXH_PUBLIC_API (line 7391) | XXH_PUBLIC_API XXH128_hash_t function XXH_FORCE_INLINE (line 7408) | XXH_FORCE_INLINE void XXH3_combine16(void* dst, XXH128_hash_t h128) function XXH_PUBLIC_API (line 7415) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 7460) | XXH_PUBLIC_API void