Home
last modified time | relevance | path

Searched defs:customSecret (Results 1 – 3 of 3) sorted by relevance

/external/zstd/lib/common/
Dxxhash.h3809 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512()
3907 XXH_FORCE_INLINE XXH_TARGET_AVX2 void XXH3_initCustomSecret_avx2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_avx2()
4013 XXH_FORCE_INLINE XXH_TARGET_SSE2 void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_sse2()
4326 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar()
/external/AFLplusplus/include/
Dxxhash.h4247 void *XXH_RESTRICT customSecret, xxh_u64 seed64) { in XXH3_initCustomSecret_avx512()
4374 void *XXH_RESTRICT customSecret, xxh_u64 seed64) { in XXH3_initCustomSecret_avx2()
4502 void *XXH_RESTRICT customSecret, xxh_u64 seed64) { in XXH3_initCustomSecret_sse2()
4778 void *XXH_RESTRICT customSecret, xxh_u64 seed64) { in XXH3_initCustomSecret_scalar()
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/
Dxxhash.h3761 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512()
3857 XXH_FORCE_INLINE XXH_TARGET_AVX2 void XXH3_initCustomSecret_avx2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_avx2()
3965 XXH_FORCE_INLINE XXH_TARGET_SSE2 void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_sse2()
4195 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar()