Lines Matching refs:XXH_RESTRICT

2692 #  define XXH_RESTRICT /* disable */  macro
2694 # define XXH_RESTRICT restrict macro
2697 # define XXH_RESTRICT /* disable */ macro
3538 XXH_FORCE_INLINE xxh_u64 XXH3_mix16B(const xxh_u8* XXH_RESTRICT input, in XXH3_mix16B()
3539 const xxh_u8* XXH_RESTRICT secret, xxh_u64 seed64) in XXH3_mix16B()
3572 XXH3_len_17to128_64b(const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_len_17to128_64b()
3573 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_len_17to128_64b()
3602 XXH3_len_129to240_64b(const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_len_129to240_64b()
3603 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_len_129to240_64b()
3717 XXH3_accumulate_512_avx512(void* XXH_RESTRICT acc, in XXH3_accumulate_512_avx512()
3718 const void* XXH_RESTRICT input, in XXH3_accumulate_512_avx512()
3719 const void* XXH_RESTRICT secret) in XXH3_accumulate_512_avx512()
3766 XXH3_scrambleAcc_avx512(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) in XXH3_scrambleAcc_avx512()
3790 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512()
3826 XXH3_accumulate_512_avx2( void* XXH_RESTRICT acc, in XXH3_accumulate_512_avx2()
3827 const void* XXH_RESTRICT input, in XXH3_accumulate_512_avx2()
3828 const void* XXH_RESTRICT secret) in XXH3_accumulate_512_avx2()
3860 XXH3_scrambleAcc_avx2(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) in XXH3_scrambleAcc_avx2()
3888 XXH_FORCE_INLINE XXH_TARGET_AVX2 void XXH3_initCustomSecret_avx2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_avx2()
3931 XXH3_accumulate_512_sse2( void* XXH_RESTRICT acc, in XXH3_accumulate_512_sse2()
3932 const void* XXH_RESTRICT input, in XXH3_accumulate_512_sse2()
3933 const void* XXH_RESTRICT secret) in XXH3_accumulate_512_sse2()
3966 XXH3_scrambleAcc_sse2(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) in XXH3_scrambleAcc_sse2()
3994 XXH_FORCE_INLINE XXH_TARGET_SSE2 void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_sse2()
4032 XXH3_accumulate_512_neon( void* XXH_RESTRICT acc, in XXH3_accumulate_512_neon()
4033 const void* XXH_RESTRICT input, in XXH3_accumulate_512_neon()
4034 const void* XXH_RESTRICT secret) in XXH3_accumulate_512_neon()
4069 XXH3_scrambleAcc_neon(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) in XXH3_scrambleAcc_neon()
4126 XXH3_accumulate_512_vsx( void* XXH_RESTRICT acc, in XXH3_accumulate_512_vsx()
4127 const void* XXH_RESTRICT input, in XXH3_accumulate_512_vsx()
4128 const void* XXH_RESTRICT secret) in XXH3_accumulate_512_vsx()
4162 XXH3_scrambleAcc_vsx(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) in XXH3_scrambleAcc_vsx()
4196 XXH3_accumulate_512_scalar(void* XXH_RESTRICT acc, in XXH3_accumulate_512_scalar()
4197 const void* XXH_RESTRICT input, in XXH3_accumulate_512_scalar()
4198 const void* XXH_RESTRICT secret) in XXH3_accumulate_512_scalar()
4214 XXH3_scrambleAcc_scalar(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) in XXH3_scrambleAcc_scalar()
4231 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar()
4295 typedef void (*XXH3_f_accumulate_512)(void* XXH_RESTRICT, const void*, const void*);
4296 typedef void (*XXH3_f_scrambleAcc)(void* XXH_RESTRICT, const void*);
4297 typedef void (*XXH3_f_initCustomSecret)(void* XXH_RESTRICT, xxh_u64);
4358 XXH3_accumulate( xxh_u64* XXH_RESTRICT acc, in XXH3_accumulate()
4359 const xxh_u8* XXH_RESTRICT input, in XXH3_accumulate()
4360 const xxh_u8* XXH_RESTRICT secret, in XXH3_accumulate()
4375 XXH3_hashLong_internal_loop(xxh_u64* XXH_RESTRICT acc, in XXH3_hashLong_internal_loop()
4376 const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_hashLong_internal_loop()
4377 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_hashLong_internal_loop()
4408 XXH3_mix2Accs(const xxh_u64* XXH_RESTRICT acc, const xxh_u8* XXH_RESTRICT secret) in XXH3_mix2Accs()
4416 XXH3_mergeAccs(const xxh_u64* XXH_RESTRICT acc, const xxh_u8* XXH_RESTRICT secret, xxh_u64 start) in XXH3_mergeAccs()
4446 XXH3_hashLong_64b_internal(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_64b_internal()
4447 const void* XXH_RESTRICT secret, size_t secretSize, in XXH3_hashLong_64b_internal()
4469 XXH3_hashLong_64b_withSecret(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_64b_withSecret()
4470 … XXH64_hash_t seed64, const xxh_u8* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_64b_withSecret()
4483 XXH3_hashLong_64b_default(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_64b_default()
4484 XXH64_hash_t seed64, const xxh_u8* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_64b_default()
4532 typedef XXH64_hash_t (*XXH3_hashLong64_f)(const void* XXH_RESTRICT, size_t,
4533 XXH64_hash_t, const xxh_u8* XXH_RESTRICT, size_t);
4536 XXH3_64bits_internal(const void* XXH_RESTRICT input, size_t len, in XXH3_64bits_internal()
4537 XXH64_hash_t seed64, const void* XXH_RESTRICT secret, size_t secretLen, in XXH3_64bits_internal()
4754 XXH3_consumeStripes(xxh_u64* XXH_RESTRICT acc, in XXH3_consumeStripes()
4755 size_t* XXH_RESTRICT nbStripesSoFarPtr, size_t nbStripesPerBlock, in XXH3_consumeStripes()
4756 const xxh_u8* XXH_RESTRICT input, size_t nbStripes, in XXH3_consumeStripes()
4757 const xxh_u8* XXH_RESTRICT secret, size_t secretLimit, in XXH3_consumeStripes()
4786 XXH3_update(XXH3_state_t* XXH_RESTRICT const state, in XXH3_update()
4787 const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_update()
4806 xxh_u64* XXH_RESTRICT const acc = state->acc; in XXH3_update()
5143 XXH3_len_17to128_128b(const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_len_17to128_128b()
5144 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_len_17to128_128b()
5176 XXH3_len_129to240_128b(const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_len_129to240_128b()
5177 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_len_129to240_128b()
5225 XXH3_hashLong_128b_internal(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_128b_internal()
5226 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_hashLong_128b_internal()
5253 XXH3_hashLong_128b_default(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_128b_default()
5255 const void* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_128b_default()
5267 XXH3_hashLong_128b_withSecret(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_128b_withSecret()
5269 const void* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_128b_withSecret()
5277 XXH3_hashLong_128b_withSeed_internal(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_128b_withSeed_internal()
5299 XXH64_hash_t seed64, const void* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_128b_withSeed()
5306 typedef XXH128_hash_t (*XXH3_hashLong128_f)(const void* XXH_RESTRICT, size_t,
5307 XXH64_hash_t, const void* XXH_RESTRICT, size_t);
5311 XXH64_hash_t seed64, const void* XXH_RESTRICT secret, size_t secretLen, in XXH3_128bits_internal()