Lines Matching refs:XXH_RESTRICT

2723 #  define XXH_RESTRICT /* disable */  macro
2725 # define XXH_RESTRICT restrict macro
2728 # define XXH_RESTRICT /* disable */ macro
3569 XXH_FORCE_INLINE xxh_u64 XXH3_mix16B(const xxh_u8* XXH_RESTRICT input, in XXH3_mix16B()
3570 const xxh_u8* XXH_RESTRICT secret, xxh_u64 seed64) in XXH3_mix16B()
3603 XXH3_len_17to128_64b(const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_len_17to128_64b()
3604 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_len_17to128_64b()
3633 XXH3_len_129to240_64b(const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_len_129to240_64b()
3634 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_len_129to240_64b()
3748 XXH3_accumulate_512_avx512(void* XXH_RESTRICT acc, in XXH3_accumulate_512_avx512()
3749 const void* XXH_RESTRICT input, in XXH3_accumulate_512_avx512()
3750 const void* XXH_RESTRICT secret) in XXH3_accumulate_512_avx512()
3797 XXH3_scrambleAcc_avx512(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) in XXH3_scrambleAcc_avx512()
3821 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512()
3857 XXH3_accumulate_512_avx2( void* XXH_RESTRICT acc, in XXH3_accumulate_512_avx2()
3858 const void* XXH_RESTRICT input, in XXH3_accumulate_512_avx2()
3859 const void* XXH_RESTRICT secret) in XXH3_accumulate_512_avx2()
3891 XXH3_scrambleAcc_avx2(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) in XXH3_scrambleAcc_avx2()
3919 XXH_FORCE_INLINE XXH_TARGET_AVX2 void XXH3_initCustomSecret_avx2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_avx2()
3962 XXH3_accumulate_512_sse2( void* XXH_RESTRICT acc, in XXH3_accumulate_512_sse2()
3963 const void* XXH_RESTRICT input, in XXH3_accumulate_512_sse2()
3964 const void* XXH_RESTRICT secret) in XXH3_accumulate_512_sse2()
3997 XXH3_scrambleAcc_sse2(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) in XXH3_scrambleAcc_sse2()
4025 XXH_FORCE_INLINE XXH_TARGET_SSE2 void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_sse2()
4063 XXH3_accumulate_512_neon( void* XXH_RESTRICT acc, in XXH3_accumulate_512_neon()
4064 const void* XXH_RESTRICT input, in XXH3_accumulate_512_neon()
4065 const void* XXH_RESTRICT secret) in XXH3_accumulate_512_neon()
4100 XXH3_scrambleAcc_neon(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) in XXH3_scrambleAcc_neon()
4157 XXH3_accumulate_512_vsx( void* XXH_RESTRICT acc, in XXH3_accumulate_512_vsx()
4158 const void* XXH_RESTRICT input, in XXH3_accumulate_512_vsx()
4159 const void* XXH_RESTRICT secret) in XXH3_accumulate_512_vsx()
4193 XXH3_scrambleAcc_vsx(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) in XXH3_scrambleAcc_vsx()
4227 XXH3_accumulate_512_scalar(void* XXH_RESTRICT acc, in XXH3_accumulate_512_scalar()
4228 const void* XXH_RESTRICT input, in XXH3_accumulate_512_scalar()
4229 const void* XXH_RESTRICT secret) in XXH3_accumulate_512_scalar()
4245 XXH3_scrambleAcc_scalar(void* XXH_RESTRICT acc, const void* XXH_RESTRICT secret) in XXH3_scrambleAcc_scalar()
4262 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar()
4326 typedef void (*XXH3_f_accumulate_512)(void* XXH_RESTRICT, const void*, const void*);
4327 typedef void (*XXH3_f_scrambleAcc)(void* XXH_RESTRICT, const void*);
4328 typedef void (*XXH3_f_initCustomSecret)(void* XXH_RESTRICT, xxh_u64);
4389 XXH3_accumulate( xxh_u64* XXH_RESTRICT acc, in XXH3_accumulate()
4390 const xxh_u8* XXH_RESTRICT input, in XXH3_accumulate()
4391 const xxh_u8* XXH_RESTRICT secret, in XXH3_accumulate()
4406 XXH3_hashLong_internal_loop(xxh_u64* XXH_RESTRICT acc, in XXH3_hashLong_internal_loop()
4407 const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_hashLong_internal_loop()
4408 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_hashLong_internal_loop()
4439 XXH3_mix2Accs(const xxh_u64* XXH_RESTRICT acc, const xxh_u8* XXH_RESTRICT secret) in XXH3_mix2Accs()
4447 XXH3_mergeAccs(const xxh_u64* XXH_RESTRICT acc, const xxh_u8* XXH_RESTRICT secret, xxh_u64 start) in XXH3_mergeAccs()
4477 XXH3_hashLong_64b_internal(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_64b_internal()
4478 const void* XXH_RESTRICT secret, size_t secretSize, in XXH3_hashLong_64b_internal()
4500 XXH3_hashLong_64b_withSecret(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_64b_withSecret()
4501 … XXH64_hash_t seed64, const xxh_u8* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_64b_withSecret()
4514 XXH3_hashLong_64b_default(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_64b_default()
4515 XXH64_hash_t seed64, const xxh_u8* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_64b_default()
4563 typedef XXH64_hash_t (*XXH3_hashLong64_f)(const void* XXH_RESTRICT, size_t,
4564 XXH64_hash_t, const xxh_u8* XXH_RESTRICT, size_t);
4567 XXH3_64bits_internal(const void* XXH_RESTRICT input, size_t len, in XXH3_64bits_internal()
4568 XXH64_hash_t seed64, const void* XXH_RESTRICT secret, size_t secretLen, in XXH3_64bits_internal()
4785 XXH3_consumeStripes(xxh_u64* XXH_RESTRICT acc, in XXH3_consumeStripes()
4786 size_t* XXH_RESTRICT nbStripesSoFarPtr, size_t nbStripesPerBlock, in XXH3_consumeStripes()
4787 const xxh_u8* XXH_RESTRICT input, size_t nbStripes, in XXH3_consumeStripes()
4788 const xxh_u8* XXH_RESTRICT secret, size_t secretLimit, in XXH3_consumeStripes()
4817 XXH3_update(XXH3_state_t* XXH_RESTRICT const state, in XXH3_update()
4818 const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_update()
4837 xxh_u64* XXH_RESTRICT const acc = state->acc; in XXH3_update()
5174 XXH3_len_17to128_128b(const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_len_17to128_128b()
5175 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_len_17to128_128b()
5207 XXH3_len_129to240_128b(const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_len_129to240_128b()
5208 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_len_129to240_128b()
5256 XXH3_hashLong_128b_internal(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_128b_internal()
5257 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_hashLong_128b_internal()
5284 XXH3_hashLong_128b_default(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_128b_default()
5286 const void* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_128b_default()
5298 XXH3_hashLong_128b_withSecret(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_128b_withSecret()
5300 const void* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_128b_withSecret()
5308 XXH3_hashLong_128b_withSeed_internal(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_128b_withSeed_internal()
5330 XXH64_hash_t seed64, const void* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_128b_withSeed()
5337 typedef XXH128_hash_t (*XXH3_hashLong128_f)(const void* XXH_RESTRICT, size_t,
5338 XXH64_hash_t, const void* XXH_RESTRICT, size_t);
5342 XXH64_hash_t seed64, const void* XXH_RESTRICT secret, size_t secretLen, in XXH3_128bits_internal()