Searched defs:customSecret (Results 1 – 3 of 3) sorted by relevance
/external/zstd/lib/common/ |
D | xxhash.h | 3809 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/ |
D | xxhash.h | 4247 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/ |
D | xxhash.h | 3761 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()
|