Home
last modified time | relevance | path

Searched refs:XXH_PRIME64_4 (Results 1 – 25 of 37) sorted by relevance

12

/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dxxhash.h167 #define XXH_PRIME64_4 0x85EBCA77C2B2AE63ULL macro
177 return (acc ^ XXH64_round(0, val)) * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeround()
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dxxhash.h167 #define XXH_PRIME64_4 0x85EBCA77C2B2AE63ULL macro
177 return (acc ^ XXH64_round(0, val)) * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeround()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dxxhash.h167 #define XXH_PRIME64_4 0x85EBCA77C2B2AE63ULL macro
177 return (acc ^ XXH64_round(0, val)) * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeround()
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/algorithms/xxh64/
H A Dxxhash.h1689 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1696 # define PRIME64_4 XXH_PRIME64_4
1712 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1747 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
/dports/net/haproxy/haproxy-2.4.10/include/import/
H A Dxxhash.h1718 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1725 # define PRIME64_4 XXH_PRIME64_4
1741 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1776 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3752 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3988 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4434 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4483 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/www/firefox-esr/firefox-91.8.0/mfbt/lz4/
H A Dxxhash.h1716 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1723 # define PRIME64_4 XXH_PRIME64_4
1739 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1774 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3750 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3986 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4432 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4481 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/
H A Dxxhash.h1715 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1722 # define PRIME64_4 XXH_PRIME64_4
1738 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1773 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3749 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3985 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4431 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4480 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/devel/R-cran-rlang/rlang/src/internal/xxhash/
H A Dxxhash.h1716 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1723 # define PRIME64_4 XXH_PRIME64_4
1739 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1774 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3751 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3987 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4433 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4482 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/plugins/codecs/ndlz/
H A Dxxhash.h2276 #define XXH_PRIME64_4 0x85EBCA77C2B2AE63ULL /*!< 0b1000010111101011110010100111011111000010101100… macro
2283 # define PRIME64_4 XXH_PRIME64_4
2299 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
2324 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_finalize()
4291 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
4533 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_reset_internal()
4986 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
5035 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/databases/rocksdb/rocksdb-6.26.1/util/
H A Dxxhash.h2288 #define XXH_PRIME64_4 0x85EBCA77C2B2AE63ULL /*!< 0b1000010111101011110010100111011111000010101100… macro
2295 # define PRIME64_4 XXH_PRIME64_4
2311 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
2336 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_finalize()
4304 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
4546 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_reset_internal()
4999 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
5048 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/util/
H A Dxxhash.h2288 #define XXH_PRIME64_4 0x85EBCA77C2B2AE63ULL /*!< 0b1000010111101011110010100111011111000010101100… macro
2295 # define PRIME64_4 XXH_PRIME64_4
2311 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
2336 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_finalize()
4304 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
4546 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_reset_internal()
4999 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
5048 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/devel/grpc/grpc-1.42.0/third_party/xxhash/
H A Dxxhash.h2273 #define XXH_PRIME64_4 0x85EBCA77C2B2AE63ULL /*!< 0b1000010111101011110010100111011111000010101100… macro
2280 # define PRIME64_4 XXH_PRIME64_4
2296 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
2321 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_finalize()
4287 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
4529 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_reset_internal()
4982 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
5031 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/vendored/xxhash/
H A Dxxhash.h1716 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1723 # define PRIME64_4 XXH_PRIME64_4
1739 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1774 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3753 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3989 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4435 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4484 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/vendored/xxhash/
H A Dxxhash.h1716 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1723 # define PRIME64_4 XXH_PRIME64_4
1739 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1774 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3753 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3989 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4435 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4484 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/security/hashcat/hashcat-6.2.5/deps/git/xxHash/
H A Dxxhash.h2273 #define XXH_PRIME64_4 0x85EBCA77C2B2AE63ULL /*!< 0b1000010111101011110010100111011111000010101100… macro
2280 # define PRIME64_4 XXH_PRIME64_4
2296 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
2321 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_finalize()
4287 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
4529 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_reset_internal()
4982 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
5031 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/security/hashcat/hashcat-6.2.5/deps/xxHash/
H A Dxxhash.h1716 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1723 # define PRIME64_4 XXH_PRIME64_4
1739 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1774 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3750 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3986 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4432 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4481 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/
H A Dxxhash.h1715 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1722 # define PRIME64_4 XXH_PRIME64_4
1738 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1773 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3749 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3985 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4431 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4480 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/devel/py-xxhash/xxhash-2.0.2/deps/xxhash/
H A Dxxhash.h1716 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1723 # define PRIME64_4 XXH_PRIME64_4
1739 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1774 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3750 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3986 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4432 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4481 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/www/mod_php81/php-8.1.1/ext/hash/xxhash/
H A Dxxhash.h1716 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1723 # define PRIME64_4 XXH_PRIME64_4
1739 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1774 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3750 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3986 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4432 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4481 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/lang/php81/php-8.1.1/ext/hash/xxhash/
H A Dxxhash.h1716 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1723 # define PRIME64_4 XXH_PRIME64_4
1739 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1774 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3750 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3986 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4432 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4481 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/security/afl++/AFLplusplus-3.14c/include/
H A Dxxhash.h1964 static const xxh_u64 XXH_PRIME64_4 =
1975 #define PRIME64_4 XXH_PRIME64_4
1992 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4;
2038 h64 = XXH_rotl64(h64, 27) * XXH_PRIME64_1 + XXH_PRIME64_4; \
4365 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 \
4645 statePtr->acc[4] = XXH_PRIME64_4;
5212 h128.high64 = (acc.low64 * XXH_PRIME64_1) + (acc.high64 * XXH_PRIME64_4) +
5267 h128.high64 = (acc.low64 * XXH_PRIME64_1) + (acc.high64 * XXH_PRIME64_4) +
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/xxhash/
H A Dxxhash.h2273 #define XXH_PRIME64_4 0x85EBCA77C2B2AE63ULL /*!< 0b1000010111101011110010100111011111000010101100… in main()
2280 # define PRIME64_4 XXH_PRIME64_4 in main()
2296 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in main()
2321 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; in main()
4287 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 } in main()
4529 statePtr->acc[4] = XXH_PRIME64_4; in main()
4982 + (acc.high64 * XXH_PRIME64_4) in main()
5031 + (acc.high64 * XXH_PRIME64_4) in main()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/
H A Dxxhash.h1715 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1722 # define PRIME64_4 XXH_PRIME64_4
1738 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1773 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3749 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3985 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4431 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4480 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/devel/xxhash/xxHash-0.8.0/
H A Dxxhash.h1716 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1723 # define PRIME64_4 XXH_PRIME64_4
1739 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1774 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3750 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3986 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4432 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4481 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/lz4/
H A Dxxhash.h1716 static const xxh_u64 XXH_PRIME64_4 = 0x85EBCA77C2B2AE63ULL; /* 0b10000101111010111100101001110111… variable
1723 # define PRIME64_4 XXH_PRIME64_4
1739 acc = acc * XXH_PRIME64_1 + XXH_PRIME64_4; in XXH64_mergeRound()
1774 h64 = XXH_rotl64(h64,27) * XXH_PRIME64_1 + XXH_PRIME64_4; \ in XXH64_finalize()
3750 XXH_PRIME64_4, XXH_PRIME32_2, XXH_PRIME64_5, XXH_PRIME32_1 }
3986 statePtr->acc[4] = XXH_PRIME64_4; in XXH3_64bits_reset_internal()
4432 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_17to128_128b()
4481 + (acc.high64 * XXH_PRIME64_4) in XXH3_len_129to240_128b()

12