Searched defs:customSecret (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/grpc-grpc/third_party/xxhash/ |
H A D | xxhash.h | 3791 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() 3889 XXH_FORCE_INLINE XXH_TARGET_AVX2 void XXH3_initCustomSecret_avx2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_avx2() 3995 XXH_FORCE_INLINE XXH_TARGET_SSE2 void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_sse2() 4232 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xxhash/ |
D | xxhash.h | 3791 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() 3889 XXH_FORCE_INLINE XXH_TARGET_AVX2 void XXH3_initCustomSecret_avx2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_avx2() 3995 XXH_FORCE_INLINE XXH_TARGET_SSE2 void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_sse2() 4232 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar()
|
/aosp_15_r20/external/AFLplusplus/include/ |
H A 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()
|
/aosp_15_r20/external/zstd/lib/common/ |
H A D | xxhash.h | 4893 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() 4986 XXH_FORCE_INLINE XXH_TARGET_AVX2 void XXH3_initCustomSecret_avx2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_avx2() 5093 XXH_FORCE_INLINE XXH_TARGET_SSE2 void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_sse2() 5649 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar()
|