Home
last modified time | relevance | path

Searched refs:hashes (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dhash.c64 VARIABLE_ARRAY(uint8_t, hashes, hashes_size); in hash_variant_verify_key()
70 memset(hashes, 0, hashes_size); in hash_variant_verify_key()
83 memcpy(&hashes[i*hashbytes], &out, hashbytes); in hash_variant_verify_key()
88 memcpy(&hashes[i*hashbytes], out, hashbytes); in hash_variant_verify_key()
93 memcpy(&hashes[i*hashbytes], out, hashbytes); in hash_variant_verify_key()
102 uint32_t out = hash_x86_32(hashes, hashes_size, 0); in hash_variant_verify_key()
107 hash_x86_128(hashes, hashes_size, 0, out); in hash_variant_verify_key()
112 hash_x64_128(hashes, hashes_size, 0, out); in hash_variant_verify_key()
/f-stack/app/redis-5.0.5/utils/releasetools/
H A D04_release_hash.sh4 echo $ENTRY >> ~/hack/redis-hashes/README
5 vi ~/hack/redis-hashes/README
8 (cd ~/hack/redis-hashes; git commit -a -m "${1} hash."; git push)
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dckh.c82 size_t hashes[2], bucket, cell; in ckh_isearch() local
86 ckh->hash(key, hashes); in ckh_isearch()
89 bucket = hashes[0] & ((ZU(1) << ckh->lg_curbuckets) - 1); in ckh_isearch()
96 bucket = hashes[1] & ((ZU(1) << ckh->lg_curbuckets) - 1); in ckh_isearch()
138 size_t hashes[2], bucket, tbucket; in ckh_evict_reloc_insert() local
168 ckh->hash(key, hashes); in ckh_evict_reloc_insert()
171 tbucket = hashes[0] & ((ZU(1) << ckh->lg_curbuckets) in ckh_evict_reloc_insert()
206 size_t hashes[2], bucket; in ckh_try_insert() local
210 ckh->hash(key, hashes); in ckh_try_insert()
213 bucket = hashes[0] & ((ZU(1) << ckh->lg_curbuckets) - 1); in ckh_try_insert()
[all …]
/f-stack/freebsd/arm/allwinner/
H A Dif_emac.c224 uint32_t h, *hashes = arg; in emac_hash_maddr() local
227 hashes[h >> 5] |= 1 << (h & 0x1f); in emac_hash_maddr()
236 uint32_t hashes[2]; in emac_set_rx_mode() local
249 hashes[0] = 0; in emac_set_rx_mode()
250 hashes[1] = 0; in emac_set_rx_mode()
252 hashes[0] = 0xffffffff; in emac_set_rx_mode()
253 hashes[1] = 0xffffffff; in emac_set_rx_mode()
255 if_foreach_llmaddr(ifp, emac_hash_maddr, hashes); in emac_set_rx_mode()
258 EMAC_WRITE_REG(sc, EMAC_RX_HASH0, hashes[0]); in emac_set_rx_mode()
259 EMAC_WRITE_REG(sc, EMAC_RX_HASH1, hashes[1]); in emac_set_rx_mode()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dhash.h310 uint64_t hashes[2]; in hash() local
311 hash_x86_128(key, (int)len, seed, hashes); in hash()
312 r_hash[0] = (size_t)hashes[0]; in hash()
313 r_hash[1] = (size_t)hashes[1]; in hash()
/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Dimg-hash.txt4 SHA1, SHA224, SHA256 and MD5 hashes
/f-stack/dpdk/doc/api/
H A Ddoxy-api-index.md136 - **hashes**:
/f-stack/app/redis-5.0.5/tests/unit/
H A Ddump.tcl215 test {MIGRATE can correctly transfer hashes} {
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst129 * Support for RSS and Flow Director hashes in vector RX.
320 Note, the hashes generated by the updated version differ from the hashes
H A Drelease_20_05.rst222 hashes to QAT PMD.
/f-stack/freebsd/contrib/libsodium/
H A DChangeLog29 `pwhash_str_verify()` function can still verify Argon2i hashes
30 without any changes, and `pwhash()` can still compute Argon2i hashes
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim2135 " Nginx module that allows the setting of variables to the value of a variety of hashes