Home
last modified time | relevance | path

Searched refs:customSecret (Results 1 – 25 of 68) sorted by relevance

123

/dports/net/haproxy/haproxy-2.4.10/include/import/
H A Dxxhash.h668 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3108 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3112 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3118 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3209 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3213 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3326 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3540 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3598 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3599 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mfbt/lz4/
H A Dxxhash.h666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3106 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3110 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3116 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3207 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3211 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3324 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3538 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3596 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3597 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/
H A Dxxhash.h662 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3105 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3109 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3115 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3206 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3210 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3323 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3537 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3595 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3596 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/devel/R-cran-rlang/rlang/src/internal/xxhash/
H A Dxxhash.h666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3107 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3111 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3117 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3208 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3212 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3325 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3539 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3597 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3598 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/plugins/codecs/ndlz/
H A Dxxhash.h981 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3649 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3653 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3659 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3751 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3755 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3865 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
4079 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
4137 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
4138 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/util/
H A Dxxhash.h993 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3662 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3666 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3672 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3764 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3768 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3878 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
4092 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
4150 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
4151 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/util/
H A Dxxhash.h993 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3662 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3666 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3672 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3764 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3768 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3878 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
4092 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
4150 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
4151 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/devel/grpc/grpc-1.42.0/third_party/xxhash/
H A Dxxhash.h978 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3645 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3649 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3655 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3747 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3751 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3861 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
4075 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
4133 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
4134 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/vendored/xxhash/
H A Dxxhash.h666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3109 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3113 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3119 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3210 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3214 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3327 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3541 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3599 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3600 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/vendored/xxhash/
H A Dxxhash.h666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3109 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3113 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3119 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3210 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3214 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3327 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3541 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3599 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3600 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/security/hashcat/hashcat-6.2.5/deps/git/xxHash/
H A Dxxhash.h978 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3645 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3649 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3655 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3747 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3751 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3861 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
4075 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
4133 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
4134 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/security/hashcat/hashcat-6.2.5/deps/xxHash/
H A Dxxhash.h666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3106 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3110 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3116 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3207 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3211 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3324 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3538 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3596 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3597 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/
H A Dxxhash.h662 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3105 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3109 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3115 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3206 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3210 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3323 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3537 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3595 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3596 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/devel/py-xxhash/xxhash-2.0.2/deps/xxhash/
H A Dxxhash.h666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3106 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3110 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3116 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3207 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3211 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3324 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3538 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3596 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3597 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/hash/xxhash/
H A Dxxhash.h666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3106 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3110 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3116 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3207 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3211 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3324 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3538 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3596 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3597 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/lang/php81/php-8.1.1/ext/hash/xxhash/
H A Dxxhash.h666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3106 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3110 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3116 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3207 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3211 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3324 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3538 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3596 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3597 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/security/afl++/AFLplusplus-3.14c/include/
H A Dxxhash.h3602 void *XXH_RESTRICT customSecret, xxh_u64 seed64) {
3606 XXH_ASSERT(((size_t)customSecret & 63) == 0);
3726 void *XXH_RESTRICT customSecret, xxh_u64 seed64) {
3732 XXH_PREFETCH(customSecret);
3854 void *XXH_RESTRICT customSecret, xxh_u64 seed64) {
3873 XXH_ALIGN(XXH_SEC_ALIGN) __m128i *dest = (__m128i *)customSecret;
4128 void *XXH_RESTRICT customSecret, xxh_u64 seed64) {
4189 XXH_writeLE64((xxh_u8 *)customSecret + 16 * i, lo);
4190 XXH_writeLE64((xxh_u8 *)customSecret + 16 * i + 8, hi);
4683 XXH3_initCustomSecret(statePtr->customSecret, seed);
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/xxhash/
H A Dxxhash.h978 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]); in main()
3645 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in main()
3649 XXH_ASSERT(((size_t)customSecret & 63) == 0); in main()
3655 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in main()
3747 XXH_PREFETCH(customSecret); in main()
3751 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in main()
3861 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in main()
4075 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in main()
4133 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in main()
4134 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in main()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/
H A Dxxhash.h662 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3105 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3109 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3115 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3206 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3210 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3323 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3537 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3595 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3596 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/devel/xxhash/xxHash-0.8.0/
H A Dxxhash.h666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3106 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3110 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3116 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3207 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3211 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3324 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3538 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3596 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3597 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/lz4/
H A Dxxhash.h666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3106 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3110 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3116 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3207 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3211 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3324 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3538 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3596 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3597 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/cmetrics/lib/xxHash-0.8.0/
H A Dxxhash.h666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3106 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3110 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3116 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3207 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3211 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3324 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3538 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3596 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3597 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/xxHash-0.8.0/
H A Dxxhash.h666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3106 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3110 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3116 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3207 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3211 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3324 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3538 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3596 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3597 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/x11/xpra/xpra-4.3/xpra/buffers/
H A Dxxhash.h666 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3106 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3110 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3116 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3207 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3211 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3324 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
3538 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
3596 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
3597 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/xxhash/
H A Dxxhash.h978 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3645 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3649 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3655 XXH_ALIGN(64) __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3747 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3751 XXH_ALIGN(64) __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
3861 XXH_ALIGN(XXH_SEC_ALIGN) __m128i* dest = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
4075 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
4133 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
4134 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]

123