Home
last modified time | relevance | path

Searched refs:hash_count (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dhash.c98 rval -> hash_count = count;
115 for (i = 0; ptr != NULL && i < ptr -> hash_count; i++) {
362 if (table->hash_count == 0) in hash_report()
365 for (i = 0 ; i < table->hash_count ; i++) { in hash_report()
383 pct = contents / ((table->hash_count / 100) + 1); in hash_report()
385 pct = (contents * 100) / table->hash_count; in hash_report()
388 table->hash_count > 2147483647 || in hash_report()
396 contents, table->hash_count, pct, minlen, maxlen); in hash_report()
419 hashno = (*table->do_hash)(key, len, table->hash_count);
454 hashno = (*table->do_hash)(key, len, table->hash_count);
[all …]
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_encoder.c339 const uint32_t old_hash_count = mf->hash_count; in lz_encoder_prepare()
341 mf->hash_count = hs; in lz_encoder_prepare()
348 if (old_hash_count != mf->hash_count in lz_encoder_prepare()
404 if (mf->hash_count > SIZE_MAX / sizeof(uint32_t) in lz_encoder_init()
420 mf->hash = lzma_alloc_zero(mf->hash_count * sizeof(uint32_t), in lz_encoder_init()
439 memzero(mf->hash, mf->hash_count * sizeof(uint32_t)); in lz_encoder_init()
471 .hash_count = 0, in lzma_lz_encoder_memusage()
480 return ((uint64_t)(mf.hash_count) + mf.sons_count) * sizeof(uint32_t) in lzma_lz_encoder_memusage()
559 coder->mf.hash_count = 0; in lzma_lz_encoder_init()
H A Dlz_encoder.h122 uint32_t hash_count; member
H A Dlz_encoder_mf.c118 for (uint32_t i = 0; i < mf->hash_count; ++i) { in normalize()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dsparc-dis.c436 int hash_count[HASH_SIZE]; in build_hash_table() local
443 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()
454 ++hash_count[hash]; in build_hash_table()
464 if (hash_count[i] < min_count) in build_hash_table()
465 min_count = hash_count[i]; in build_hash_table()
466 if (hash_count[i] > max_count) in build_hash_table()
467 max_count = hash_count[i]; in build_hash_table()
468 total += hash_count[i]; in build_hash_table()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dsparc-dis.c436 int hash_count[HASH_SIZE]; in build_hash_table() local
443 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()
454 ++hash_count[hash]; in build_hash_table()
464 if (hash_count[i] < min_count) in build_hash_table()
465 min_count = hash_count[i]; in build_hash_table()
466 if (hash_count[i] > max_count) in build_hash_table()
467 max_count = hash_count[i]; in build_hash_table()
468 total += hash_count[i]; in build_hash_table()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dhash.h50 int hash_count(hash_t *);
H A Dcompare.c85 if ((new = hash_count(difftd->td_iihash)) != 0) { in main()
H A Dhash.c239 hash_count(hash_t *hash) in hash_count() function
H A Dmerge.c1066 hash_count(mcd->md_tdtba) == 0); in merge_types()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Dhash.h62 unsigned hash_count; member
/netbsd-src/external/bsd/top/dist/
H A Dhash.m4c258 * unsigned int hash_count(hash_table *ht)
264 hash_count(hash_table *ht)
H A Dhash.c225 hash_count(hash_table *ht) in hash_count() function
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb.c2468 for (i = 0; i < group_name_hash -> hash_count; i++) { in write_leases()
2487 for (i = 0; i < host_name_hash -> hash_count; i++) { in write_leases()
2506 for (i = 0; i < host_name_hash -> hash_count; i++) { in write_leases()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dprint.c358 for (i = 0; i < table -> hash_count; i++) {