Home
last modified time | relevance | path

Searched refs:catchupSize (Results 1 – 25 of 45) sorted by relevance

12

/dports/databases/pgroonga/pgroonga-2.3.4/vendor/xxHash/
H A Dxxh3.h1241 size_t const catchupSize = STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
1242 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
1243 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/games/freecell-solver/freecell-solver-6.2.0/xxHash-wrapper/xxHash-0.7.2/
H A Dxxh3.h1243 size_t const catchupSize = STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
1244 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
1245 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/games/black-hole-solver/black-hole-solver-1.10.1/xxHash-wrapper/xxHash-0.7.2/
H A Dxxh3.h1243 size_t const catchupSize = STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
1244 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
1245 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/util/
H A Dxxh3p.h1276 size_t const catchupSize = STRIPE_LEN - state->bufferedSize; in XXH3p_digest_long() local
1277 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3p_digest_long()
1278 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3p_digest_long()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1276 size_t const catchupSize = STRIPE_LEN - state->bufferedSize; in XXH3p_digest_long() local
1277 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3p_digest_long()
1278 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3p_digest_long()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1276 size_t const catchupSize = STRIPE_LEN - state->bufferedSize; in XXH3p_digest_long() local
1277 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3p_digest_long()
1278 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3p_digest_long()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1276 size_t const catchupSize = STRIPE_LEN - state->bufferedSize; in XXH3p_digest_long() local
1277 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3p_digest_long()
1278 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3p_digest_long()
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/lz4/
H A Dxxh3.h1651 size_t const catchupSize = STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
1652 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
1653 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1276 size_t const catchupSize = STRIPE_LEN - state->bufferedSize; in XXH3p_digest_long() local
1277 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3p_digest_long()
1278 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3p_digest_long()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1276 size_t const catchupSize = STRIPE_LEN - state->bufferedSize; in XXH3p_digest_long() local
1277 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3p_digest_long()
1278 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3p_digest_long()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/vendored/xxhash/
H A Dxxh3.h1210 size_t const catchupSize = STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
1211 … memcpy(lastStripe, (const char*)state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
1212 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/util/
H A Dxxh3p.h1276 size_t const catchupSize = STRIPE_LEN - state->bufferedSize; in XXH3p_digest_long() local
1277 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3p_digest_long()
1278 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3p_digest_long()
/dports/net/haproxy/haproxy-2.4.10/include/import/
H A Dxxhash.h4158 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
4160 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4161 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/www/firefox-esr/firefox-91.8.0/mfbt/lz4/
H A Dxxhash.h4156 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
4158 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4159 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/
H A Dxxhash.h4155 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
4157 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4158 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/devel/R-cran-rlang/rlang/src/internal/xxhash/
H A Dxxhash.h4157 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
4159 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4160 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/plugins/codecs/ndlz/
H A Dxxhash.h4708 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
4710 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4711 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/databases/rocksdb/rocksdb-6.26.1/util/
H A Dxxhash.h4721 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
4723 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4724 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/util/
H A Dxxhash.h4721 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
4723 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4724 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/devel/grpc/grpc-1.42.0/third_party/xxhash/
H A Dxxhash.h4704 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
4706 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4707 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/vendored/xxhash/
H A Dxxhash.h4159 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
4161 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4162 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/vendored/xxhash/
H A Dxxhash.h4159 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
4161 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4162 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/security/hashcat/hashcat-6.2.5/deps/git/xxHash/
H A Dxxhash.h4704 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
4706 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4707 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/security/hashcat/hashcat-6.2.5/deps/xxHash/
H A Dxxhash.h4156 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
4158 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4159 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/
H A Dxxhash.h4155 size_t const catchupSize = XXH_STRIPE_LEN - state->bufferedSize; in XXH3_digest_long() local
4157 memcpy(lastStripe, state->buffer + sizeof(state->buffer) - catchupSize, catchupSize); in XXH3_digest_long()
4158 memcpy(lastStripe + catchupSize, state->buffer, state->bufferedSize); in XXH3_digest_long()

12