Searched refs:hashes (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dfnv1a.c70 fnv1a_32x4(apr_uint32_t hashes[SCALING], const void *input, apr_size_t len) argument
72 /* calculate SCALING interleaved FNV-1a hashes while the input
78 hashes[0] ^= data[0];
79 hashes[0] *= FNV1_PRIME_32;
80 hashes[1] ^= data[1];
81 hashes[1] *= FNV1_PRIME_32;
82 hashes[2] ^= data[2];
83 hashes[2] *= FNV1_PRIME_32;
84 hashes[3] ^= data[3];
85 hashes[
95 finalize_fnv1a_32x4(apr_uint32_t hashes[SCALING], const void *input, apr_size_t len) argument
126 apr_uint32_t hashes[SCALING] local
136 svn__fnv1a_32x4_raw(apr_uint32_t hashes[4], const void *input, apr_size_t len) argument
191 apr_uint32_t hashes[SCALING]; member in struct:svn_fnv1a_32x4__context_t
[all...]
H A Dfnv1a.h93 svn__fnv1a_32x4_raw(apr_uint32_t hashes[4],
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_mi_vector_hash.c50 uint32_t hashes[3]; member in struct:testvector
75 uint32_t hashes[3]; local
82 mi_vector_hash(buf + j, len, 0, hashes);
83 ATF_CHECK_EQ(hashes[0], testv[i].hashes[0]);
84 ATF_CHECK_EQ(hashes[1], testv[i].hashes[1]);
85 ATF_CHECK_EQ(hashes[2], testv[i].hashes[2]);
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dby_dir.c83 STACK_OF(BY_DIR_HASH) *hashes;
181 if (ent->hashes)
182 sk_BY_DIR_HASH_pop_free(ent->hashes, by_dir_hash_free);
237 ent->hashes = sk_BY_DIR_HASH_new(by_dir_hash_cmp);
239 if (!ent->dir || !ent->hashes) {
312 if (type == X509_LU_CRL && ent->hashes) {
315 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp);
317 hent = sk_BY_DIR_HASH_value(ent->hashes, idx);
398 idx = sk_BY_DIR_HASH_find(ent->hashes, &htmp);
400 hent = sk_BY_DIR_HASH_value(ent->hashes, id
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dckh.c19 * fewest that can work, and supporting multiple hashes is an implementation
25 * #hashes | 1 | 2 | 4 | 8 |
73 size_t hashes[2], bucket, cell; local
77 ckh->hash(key, hashes);
80 bucket = hashes[0] & ((ZU(1) << ckh->lg_curbuckets) - 1);
86 bucket = hashes[1] & ((ZU(1) << ckh->lg_curbuckets) - 1);
129 size_t hashes[2], bucket, tbucket; local
141 * were an item for which both hashes indicated the same
159 ckh->hash(key, hashes);
160 tbucket = hashes[
197 size_t hashes[2], bucket; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.cpp78 ArrayRef<GloballyHashedType> GlobalTypeTableBuilder::hashes() const { function in class:GlobalTypeTableBuilder
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_ure.c784 uint32_t hashes[2] = { 0, 0 }; local
793 hashes[0] = hashes[1] = 0xffffffff;
804 hashes[0] |= (1 << h);
806 hashes[1] |= (1 << (h - 32));
810 h = bswap32(hashes[0]);
811 hashes[0] = bswap32(hashes[1]);
812 hashes[1] = h;
816 ure_write_4(sc, URE_PLA_MAR0, URE_MCU_TYPE_PLA, hashes[
[all...]
H A Dif_rue.c478 uint32_t hashes[2] = { 0, 0 }; local
508 hashes[0] |= (1 << h);
510 hashes[1] |= (1 << (h - 32));
523 rue_csr_write_4(sc, RUE_MAR0, hashes[0]);
524 rue_csr_write_4(sc, RUE_MAR4, hashes[1]);
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h347 uint64_t hashes[2]; local
348 hash_x86_128(key, (int)len, seed, hashes);
349 r_hash[0] = (size_t)hashes[0];
350 r_hash[1] = (size_t)hashes[1];
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql25 /* A table mapping representation hashes to locations in a rev file. */
37 /* A table mapping representation hashes to locations in a rev file.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h69 ArrayRef<GloballyHashedType> hashes() const;
/freebsd-11-stable/contrib/tcsh/
H A Dsh.hist.c427 generateHashes(int nChars, unsigned nWords, unsigned samples, unsigned *hashes, argument
481 hashes[hash2tableIndex(hash, length)]++;
508 unsigned hashes[4]; /* dummy place to put hashes */ local
515 generateHashes(length, words, 0, hashes, 4);
523 unsigned *hashes = xmalloc(length*sizeof(unsigned)); local
524 memset(hashes, 0, length*sizeof(unsigned));
525 /* Compute collision statistics for half full hashes modulo "length". */
526 generateHashes(4, 1, length/2, hashes, length);
534 unsigned hits = hashes[
[all...]
/freebsd-11-stable/sys/arm/allwinner/
H A Dif_emac.c222 uint32_t h, hashes[2]; local
235 hashes[0] = 0;
236 hashes[1] = 0;
238 hashes[0] = 0xffffffff;
239 hashes[1] = 0xffffffff;
247 hashes[h >> 5] |= 1 << (h & 0x1f);
253 EMAC_WRITE_REG(sc, EMAC_RX_HASH0, hashes[0]);
254 EMAC_WRITE_REG(sc, EMAC_RX_HASH1, hashes[1]);
/freebsd-11-stable/tools/tools/locale/tools/
H A Dfinalize29 TEMP2=/tmp/${1}.hashes
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql27 /* A table mapping representation hashes to locations in a rev file. */
/freebsd-11-stable/sys/dev/rl/
H A Dif_rl.c518 uint32_t hashes[2] = { 0, 0 }; local
536 hashes[0] = 0xFFFFFFFF;
537 hashes[1] = 0xFFFFFFFF;
547 hashes[0] |= (1 << h);
549 hashes[1] |= (1 << (h - 32));
552 if (hashes[0] != 0 || hashes[1] != 0)
556 CSR_WRITE_4(sc, RL_MAR0, hashes[0]);
557 CSR_WRITE_4(sc, RL_MAR4, hashes[1]);
/freebsd-11-stable/sys/dev/sge/
H A Dif_sge.c448 uint32_t crc, hashes[2]; local
463 hashes[0] = 0xFFFFFFFF;
464 hashes[1] = 0xFFFFFFFF;
467 hashes[0] = hashes[1] = 0;
475 hashes[crc >> 31] |= 1 << ((crc >> 26) & 0x1f);
480 CSR_WRITE_4(sc, RxHashTable, hashes[0]);
481 CSR_WRITE_4(sc, RxHashTable2, hashes[1]);
/freebsd-11-stable/sys/dev/vge/
H A Dif_vge.c540 uint32_t h, hashes[2]; local
547 hashes[0] = 0;
548 hashes[1] = 0;
566 hashes[0] = 0xFFFFFFFF;
567 hashes[1] = 0xFFFFFFFF;
594 hashes[0] |= (1 << h);
596 hashes[1] |= (1 << (h - 32));
602 if (hashes[0] != 0 || hashes[1] != 0)
604 CSR_WRITE_4(sc, VGE_MAR0, hashes[
[all...]
/freebsd-11-stable/sys/dev/sk/
H A Dif_sk.c724 u_int32_t hashes[2] = { 0, 0 }, mode; local
745 hashes[0] = 0xFFFFFFFF;
746 hashes[1] = 0xFFFFFFFF;
768 hashes[0] |= (1 << h);
770 hashes[1] |= (1 << (h - 32));
777 SK_XM_WRITE_4(sc_if, XM_MAR0, hashes[0]);
778 SK_XM_WRITE_4(sc_if, XM_MAR2, hashes[1]);
786 u_int32_t crc, hashes[2] = { 0, 0 }, mode; local
797 hashes[0] = 0xFFFFFFFF;
798 hashes[
[all...]
/freebsd-11-stable/sys/dev/tl/
H A Dif_tl.c862 u_int32_t hashes[2] = { 0, 0 }; local
876 hashes[0] = 0xFFFFFFFF;
877 hashes[1] = 0xFFFFFFFF;
899 hashes[0] |= (1 << h);
901 hashes[1] |= (1 << (h - 32));
906 tl_dio_write32(sc, TL_HASH1, hashes[0]);
907 tl_dio_write32(sc, TL_HASH2, hashes[1]);
/freebsd-11-stable/sys/dev/lge/
H A Dif_lge.c374 u_int32_t h = 0, hashes[2] = { 0, 0 }; local
400 hashes[0] |= (1 << h);
402 hashes[1] |= (1 << (h - 32));
406 CSR_WRITE_4(sc, LGE_MAR0, hashes[0]);
407 CSR_WRITE_4(sc, LGE_MAR1, hashes[1]);
/freebsd-11-stable/sys/dev/wb/
H A Dif_wb.c418 u_int32_t hashes[2] = { 0, 0 }; local
447 hashes[0] |= (1 << h);
449 hashes[1] |= (1 << (h - 32));
459 CSR_WRITE_4(sc, WB_MAR0, hashes[0]);
460 CSR_WRITE_4(sc, WB_MAR1, hashes[1]);
/freebsd-11-stable/sys/dev/re/
H A Dif_re.c654 uint32_t hashes[2] = { 0, 0 }; local
676 hashes[0] = hashes[1] = 0xffffffff;
687 hashes[0] |= (1 << h);
689 hashes[1] |= (1 << (h - 32));
693 if (hashes[0] != 0 || hashes[1] != 0) {
702 h = bswap32(hashes[0]);
703 hashes[0] = bswap32(hashes[
[all...]
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1602 # files which differ; generate $3 containing these paths and the old hashes.
1604 # Pull out the paths and hashes of the files matching ${MERGECHANGES}.
1634 # which correspond to lines in $2 with hashes not matching $1 or $3, unless
1843 sort > ${X}.hashes
1847 cut -f 2 -d '|' < $3.hashes |
1856 comm -12 $1.hashes $2.hashes |
1882 done < $2.hashes
1885 sort -k 1,1 -t '|' $3.hashes |
1890 rm unmodified.files $1.hashes
[all...]
/freebsd-11-stable/sys/dev/my/
H A Dif_my.c312 u_int32_t hashes[2] = {0, 0}; local
343 hashes[0] |= (1 << h);
345 hashes[1] |= (1 << (h - 32));
354 CSR_WRITE_4(sc, MY_MAR0, hashes[0]);
355 CSR_WRITE_4(sc, MY_MAR1, hashes[1]);

Completed in 173 milliseconds

12