Searched refs:hash_count (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/omapip/ |
H A D | hash.c | 98 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 D | lz_encoder.c | 339 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 D | lz_encoder.h | 122 uint32_t hash_count; member
|
H A D | lz_encoder_mf.c | 118 for (uint32_t i = 0; i < mf->hash_count; ++i) { in normalize()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | sparc-dis.c | 436 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 D | sparc-dis.c | 436 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 D | hash.h | 50 int hash_count(hash_t *);
|
H A D | compare.c | 85 if ((new = hash_count(difftd->td_iihash)) != 0) { in main()
|
H A D | hash.c | 239 hash_count(hash_t *hash) in hash_count() function
|
H A D | merge.c | 1066 hash_count(mcd->md_tdtba) == 0); in merge_types()
|
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/ |
H A D | hash.h | 62 unsigned hash_count; member
|
/netbsd-src/external/bsd/top/dist/ |
H A D | hash.m4c | 258 * unsigned int hash_count(hash_table *ht) 264 hash_count(hash_table *ht)
|
H A D | hash.c | 225 hash_count(hash_table *ht) in hash_count() function
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | mdb.c | 2468 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 D | print.c | 358 for (i = 0; i < table -> hash_count; i++) {
|