Home
last modified time | relevance | path

Searched refs:PRIME64_5 (Results 226 – 250 of 302) sorted by relevance

12345678910>>...13

/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/util/
H A Dxxhash.h1069 static const xxh_u64 PRIME64_5 = 0x27D4EB2F165667C5ULL; /* 0b001001111101010011101011001011110001… variable
1104 h64 ^= (*ptr++) * PRIME64_5; \ in XXH64_finalize()
1257 h64 = seed + PRIME64_5; in XXH64_endian_align()
1394 h64 = state->v3 /*seed*/ + PRIME64_5; in XXH64_digest()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/util/
H A Dxxhash.h1080 static const xxh_u64 PRIME64_5 = 0x27D4EB2F165667C5ULL; /* 0b001001111101010011101011001011110001… variable
1115 h64 ^= (*ptr++) * PRIME64_5; \ in XXH64_finalize()
1268 h64 = seed + PRIME64_5; in XXH64_endian_align()
1405 h64 = state->v3 /*seed*/ + PRIME64_5; in XXH64_digest()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/util/
H A Dxxhash.h1069 static const xxh_u64 PRIME64_5 = 0x27D4EB2F165667C5ULL; /* 0b001001111101010011101011001011110001… variable
1104 h64 ^= (*ptr++) * PRIME64_5; \ in XXH64_finalize()
1257 h64 = seed + PRIME64_5; in XXH64_endian_align()
1394 h64 = state->v3 /*seed*/ + PRIME64_5; in XXH64_digest()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/util/
H A Dxxhash.h1078 static const xxh_u64 PRIME64_5 = 0x27D4EB2F165667C5ULL; /* 0b001001111101010011101011001011110001… variable
1113 h64 ^= (*ptr++) * PRIME64_5; \ in XXH64_finalize()
1266 h64 = seed + PRIME64_5; in XXH64_endian_align()
1403 h64 = state->v3 /*seed*/ + PRIME64_5; in XXH64_digest()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/util/
H A Dxxhash.h1080 static const xxh_u64 PRIME64_5 = 0x27D4EB2F165667C5ULL; /* 0b001001111101010011101011001011110001… variable
1115 h64 ^= (*ptr++) * PRIME64_5; \ in XXH64_finalize()
1268 h64 = seed + PRIME64_5; in XXH64_endian_align()
1405 h64 = state->v3 /*seed*/ + PRIME64_5; in XXH64_digest()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/util/
H A Dxxhash.h1080 static const xxh_u64 PRIME64_5 = 0x27D4EB2F165667C5ULL; /* 0b001001111101010011101011001011110001… variable
1115 h64 ^= (*ptr++) * PRIME64_5; \ in XXH64_finalize()
1268 h64 = seed + PRIME64_5; in XXH64_endian_align()
1405 h64 = state->v3 /*seed*/ + PRIME64_5; in XXH64_digest()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/
H A Dxxhash.h1080 static const xxh_u64 PRIME64_5 = 0x27D4EB2F165667C5ULL; /* 0b001001111101010011101011001011110001… variable
1115 h64 ^= (*ptr++) * PRIME64_5; \ in XXH64_finalize()
1268 h64 = seed + PRIME64_5; in XXH64_endian_align()
1405 h64 = state->v3 /*seed*/ + PRIME64_5; in XXH64_digest()
/dports/graphics/mesa-dri/mesa-21.3.6/src/util/
H A Dxxhash.h1080 static const xxh_u64 PRIME64_5 = 0x27D4EB2F165667C5ULL; /* 0b001001111101010011101011001011110001… variable
1115 h64 ^= (*ptr++) * PRIME64_5; \ in XXH64_finalize()
1268 h64 = seed + PRIME64_5; in XXH64_endian_align()
1405 h64 = state->v3 /*seed*/ + PRIME64_5; in XXH64_digest()
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/contrib/linux-kernel/
H A D0001-lib-Add-xxhash-module.patch434 +static const uint64_t PRIME64_5 = 2870177450012600261ULL;
564 + h64 = seed + PRIME64_5;
584 + h64 ^= (*p) * PRIME64_5;
824 + h64 = state->v3 + PRIME64_5;
844 + h64 ^= (*p) * PRIME64_5;
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/
H A D0001-lib-Add-xxhash-module.patch434 +static const uint64_t PRIME64_5 = 2870177450012600261ULL;
564 + h64 = seed + PRIME64_5;
584 + h64 ^= (*p) * PRIME64_5;
824 + h64 = state->v3 + PRIME64_5;
844 + h64 ^= (*p) * PRIME64_5;
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/
H A D0001-lib-Add-xxhash-module.patch434 +static const uint64_t PRIME64_5 = 2870177450012600261ULL;
564 + h64 = seed + PRIME64_5;
584 + h64 ^= (*p) * PRIME64_5;
824 + h64 = state->v3 + PRIME64_5;
844 + h64 ^= (*p) * PRIME64_5;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/contrib/linux-kernel/
H A D0001-lib-Add-xxhash-module.patch434 +static const uint64_t PRIME64_5 = 2870177450012600261ULL;
564 + h64 = seed + PRIME64_5;
584 + h64 ^= (*p) * PRIME64_5;
824 + h64 = state->v3 + PRIME64_5;
844 + h64 ^= (*p) * PRIME64_5;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/contrib/linux-kernel/
H A D0001-lib-Add-xxhash-module.patch434 +static const uint64_t PRIME64_5 = 2870177450012600261ULL;
564 + h64 = seed + PRIME64_5;
584 + h64 ^= (*p) * PRIME64_5;
824 + h64 = state->v3 + PRIME64_5;
844 + h64 ^= (*p) * PRIME64_5;
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/contrib/linux-kernel/
H A D0001-lib-Add-xxhash-module.patch434 +static const uint64_t PRIME64_5 = 2870177450012600261ULL;
564 + h64 = seed + PRIME64_5;
584 + h64 ^= (*p) * PRIME64_5;
824 + h64 = state->v3 + PRIME64_5;
844 + h64 ^= (*p) * PRIME64_5;
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/contrib/linux-kernel/
H A D0001-lib-Add-xxhash-module.patch434 +static const uint64_t PRIME64_5 = 2870177450012600261ULL;
564 + h64 = seed + PRIME64_5;
584 + h64 ^= (*p) * PRIME64_5;
824 + h64 = state->v3 + PRIME64_5;
844 + h64 ^= (*p) * PRIME64_5;
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/zstd/contrib/linux-kernel/
H A D0001-lib-Add-xxhash-module.patch434 +static const uint64_t PRIME64_5 = 2870177450012600261ULL;
564 + h64 = seed + PRIME64_5;
584 + h64 ^= (*p) * PRIME64_5;
824 + h64 = state->v3 + PRIME64_5;
844 + h64 ^= (*p) * PRIME64_5;
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/zstd-seekable-0.1.7/zstd/lib/common/
H A Dxxhash.h1575 static const xxh_u64 PRIME64_5 = 0x27D4EB2F165667C5ULL; /* 0b001001111101010011101011001011110001… variable
1610 h64 ^= (*ptr++) * PRIME64_5; \ in XXH64_finalize()
1763 h64 = seed + PRIME64_5; in XXH64_endian_align()
1900 h64 = state->v3 /*seed*/ + PRIME64_5; in XXH64_digest()
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/lz4/
H A Dxxhash.h1575 static const xxh_u64 PRIME64_5 = 0x27D4EB2F165667C5ULL; /* 0b001001111101010011101011001011110001… variable
1610 h64 ^= (*ptr++) * PRIME64_5; \ in XXH64_finalize()
1763 h64 = seed + PRIME64_5; in XXH64_endian_align()
1900 h64 = state->v3 /*seed*/ + PRIME64_5; in XXH64_digest()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/xxHash/doc/
H A Dxxhash_spec.md177 static const u64 PRIME64_5 = 2870177450012600261ULL;
194 u64 acc = seed + PRIME64_5;
266 acc = acc xor (lane * PRIME64_5);
/dports/databases/pgroonga/pgroonga-2.3.4/vendor/xxHash/doc/
H A Dxxhash_spec.md179 …static const u64 PRIME64_5 = 2870177450012600261ULL; // 0b00100111110101001110101100101111000101…
198 u64 acc = seed + PRIME64_5;
270 acc = acc xor (lane * PRIME64_5);
/dports/security/hashcat/hashcat-6.2.5/deps/git/xxHash/doc/
H A Dxxhash_spec.md196 …static const u64 PRIME64_5 = 0x27D4EB2F165667C5ULL; // 0b0010011111010100111010110010111100010110…
219 u64 acc = seed + PRIME64_5;
301 acc = acc xor (lane * PRIME64_5);
/dports/security/hashcat/hashcat-6.2.5/deps/xxHash/doc/
H A Dxxhash_spec.md179 …static const u64 PRIME64_5 = 0x27D4EB2F165667C5ULL; // 0b0010011111010100111010110010111100010110…
198 u64 acc = seed + PRIME64_5;
270 acc = acc xor (lane * PRIME64_5);
/dports/devel/xxhash/xxHash-0.8.0/doc/
H A Dxxhash_spec.md179 …static const u64 PRIME64_5 = 0x27D4EB2F165667C5ULL; // 0b0010011111010100111010110010111100010110…
198 u64 acc = seed + PRIME64_5;
270 acc = acc xor (lane * PRIME64_5);
/dports/databases/pgroonga/pgroonga-2.3.4/vendor/xxHash/
H A Dxxh3.h890 PRIME64_4, PRIME32_2, PRIME64_5, PRIME32_1 };
1096 statePtr->acc[6] = PRIME64_5; in XXH3_64bits_reset_internal()
1282 xxh_u64 const mixedh = keyed_hi * PRIME64_5; in XXH3_len_1to3_128b()
/dports/games/freecell-solver/freecell-solver-6.2.0/xxHash-wrapper/xxHash-0.7.2/
H A Dxxh3.h892 PRIME64_4, PRIME32_2, PRIME64_5, PRIME32_1 };
1098 statePtr->acc[6] = PRIME64_5; in XXH3_64bits_reset_internal()
1284 xxh_u64 const mixedh = keyed_hi * PRIME64_5; in XXH3_len_1to3_128b()

12345678910>>...13