MCPcopy Create free account

hub / github.com/Nicoshev/rapidhash / functions

Functions266 in github.com/Nicoshev/rapidhash

FunctionXXH3_initCustomSecret_sse2
collisions/allcodecs/xxhash.h:5270
FunctionXXH3_scrambleAcc_avx2
collisions/allcodecs/xxhash.h:5134
FunctionXXH3_scrambleAcc_avx512
collisions/allcodecs/xxhash.h:5046
FunctionXXH3_scrambleAcc_lasx
collisions/allcodecs/xxhash.h:5802
FunctionXXH3_scrambleAcc_lsx
collisions/allcodecs/xxhash.h:5740
FunctionXXH3_scrambleAcc_neon
collisions/allcodecs/xxhash.h:5468
FunctionXXH3_scrambleAcc_scalar
! * @internal * @brief Scrambles the accumulators after a large chunk has been read */
collisions/allcodecs/xxhash.h:5940
FunctionXXH3_scrambleAcc_sse2
collisions/allcodecs/xxhash.h:5241
FunctionXXH3_scrambleAcc_vsx
collisions/allcodecs/xxhash.h:5563
FunctionXXH3_wrapper
collisions/hashes.h:65
FunctionXXH64_canonicalFromHash
! @ingroup XXH64_family */
collisions/allcodecs/xxhash.h:3814
FunctionXXH64_copyState
! @ingroup XXH64_family */
collisions/allcodecs/xxhash.h:3734
FunctionXXH64_hash_t
! @ingroup XXH64_family */
collisions/allcodecs/xxhash.h:3700
FunctionXXH64_hash_t XXH3_64bits_internal
collisions/allcodecs/xxhash.h:6256
FunctionXXH64_hash_t XXH3_64bits_withSecret
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:6288
FunctionXXH64_hash_t XXH3_64bits_withSecretandSeed
collisions/allcodecs/xxhash.h:6301
FunctionXXH64_hash_t XXH3_64bits_withSeed
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:6295
FunctionXXH64_hash_t XXH3_finalizeLong_64b
collisions/allcodecs/xxhash.h:6155
FunctionXXH64_hash_t XXH3_hashLong_64b_internal
collisions/allcodecs/xxhash.h:6164
FunctionXXH64_hash_t XXH3_hashLong_64b_withSecret
* It's important for performance to transmit secret's size (when it's static) * so that the compiler can properly optimize the vectorized loop. * Th
collisions/allcodecs/xxhash.h:6187
FunctionXXH64_hash_t XXH3_hashLong_64b_withSeed
* It's important for performance that XXH3_hashLong is not inlined. */
collisions/allcodecs/xxhash.h:6243
FunctionXXH64_hash_t XXH3_hashLong_64b_withSeed_internal
* XXH3_hashLong_64b_withSeed(): * Generate a custom key based on alteration of default XXH3_kSecret with the seed, * and then use this key for long
collisions/allcodecs/xxhash.h:6220
FunctionXXH64_hash_t XXH3_mergeAccs
collisions/allcodecs/xxhash.h:6125
FunctionXXH64_hash_t XXH3_64bits
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:6282
FunctionXXH64_hash_t XXH3_64bits_digest
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:6689
FunctionXXH64_hash_t XXH64_digest
! @ingroup XXH64_family */
collisions/allcodecs/xxhash.h:3795
FunctionXXH64_hash_t XXH64_hashFromCanonical
! @ingroup XXH64_family */
collisions/allcodecs/xxhash.h:3822
FunctionXXH64_wrapper
collisions/hashes.h:85
FunctionXXH_errorcode XXH32_update
! @ingroup XXH32_family */
collisions/allcodecs/xxhash.h:3253
FunctionXXH_errorcode XXH3_128bits_reset
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:7152
FunctionXXH_errorcode XXH3_128bits_reset_withSecret
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:7159
FunctionXXH_errorcode XXH3_128bits_reset_withSecretandSeed
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:7173
FunctionXXH_errorcode XXH3_128bits_reset_withSeed
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:7166
FunctionXXH_errorcode XXH3_128bits_update
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:7180
FunctionXXH_errorcode XXH3_64bits_reset
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:6449
FunctionXXH_errorcode XXH3_64bits_reset_withSecret
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:6458
FunctionXXH_errorcode XXH3_64bits_reset_withSecretandSeed
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:6481
FunctionXXH_errorcode XXH3_64bits_reset_withSeed
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:6469
FunctionXXH_errorcode XXH3_64bits_update
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:6644
FunctionXXH_errorcode XXH3_generateSecret
! @ingroup XXH3_family */
collisions/allcodecs/xxhash.h:7268
FunctionXXH_errorcode XXH3_update_regular
* Both XXH3_64bits_update and XXH3_128bits_update use this routine. */
collisions/allcodecs/xxhash.h:6636
FunctionXXH_errorcode XXH64_update
! @ingroup XXH64_family */
collisions/allcodecs/xxhash.h:3749
FunctionXXH_errorcode XXH32_freeState
! @ingroup XXH32_family */
collisions/allcodecs/xxhash.h:3230
FunctionXXH_errorcode XXH32_reset
! @ingroup XXH32_family */
collisions/allcodecs/xxhash.h:3243
FunctionXXH_errorcode XXH3_freeState
! @ingroup XXH3_family */ ! * @brief Frees an @ref XXH3_state_t. * * @param statePtr A pointer to an @ref XXH3_state_t allocated with @ref XXH3_cre
collisions/allcodecs/xxhash.h:6408
FunctionXXH_errorcode XXH64_freeState
! @ingroup XXH64_family */
collisions/allcodecs/xxhash.h:3727
FunctionXXH_errorcode XXH64_reset
! @ingroup XXH64_family */
collisions/allcodecs/xxhash.h:3740
FunctionXXH_isLittleEndian
! * @internal * @brief Runtime check for @ref XXH_CPU_LITTLE_ENDIAN. * * Most compilers will constant fold this. */
collisions/allcodecs/xxhash.h:2721
FunctionXXH_readLE32_align
collisions/allcodecs/xxhash.h:2895
FunctionXXH_readLE64_align
collisions/allcodecs/xxhash.h:3456
FunctionXXH_versionNumber
* Misc ***************************************/ ! @ingroup public */
collisions/allcodecs/xxhash.h:2910
Functionbadsum32_wrapper
collisions/hashes.h:99
FunctionbenchLatency
bench/benchHash.c:127
Functionidentity
bench/benchHash.c:125
Functionmain
bench/main.c:172
Functionmain
collisions/main.c:1013
Functionmake_secret
make your own secret
secret.h:73
Functionoperator()
collisions/sort.cc:50
Functionrand_1_N
bench/benchHash.c:123
Functionrapidhash_wrapper
bench/hashes.h:70
Functionrapidhash_wrapper
collisions/hashes.h:104
Functionuint64x2_t XXH_vmlal_high_u32
collisions/allcodecs/xxhash.h:4162
Functionuint64x2_t XXH_vmlal_low_u32
collisions/allcodecs/xxhash.h:4155
Functionuint64x2_t XXH_vld1q_u64
collisions/allcodecs/xxhash.h:4135
Functionworker
collisions/threading.c:43
Functionxxh3_wrapper
bench/hashes.h:77
← previous201–266 of 266, ranked by callers