HomeSort by: relevance | last modified time | path
    Searched refs:hash_count (Results 1 - 18 of 18) sorted by relevancy

  /src/external/cddl/osnet/dist/tools/ctf/cvt/
hash.h 50 int hash_count(hash_t *);
compare.c 85 if ((new = hash_count(difftd->td_iihash)) != 0) {
hash.c 239 hash_count(hash_t *hash) function
merge.c 1066 hash_count(mcd->md_tdtba) == 0);
  /src/external/mpl/dhcp/dist/omapip/
hash.c 98 rval -> hash_count = count;
115 for (i = 0; ptr != NULL && i < ptr -> hash_count; i++) {
362 if (table->hash_count == 0)
365 for (i = 0 ; i < table->hash_count ; i++) {
383 pct = contents / ((table->hash_count / 100) + 1);
385 pct = (contents * 100) / table->hash_count;
388 table->hash_count > 2147483647 ||
396 contents, table->hash_count, pct, minlen, maxlen);
419 hashno = (*table->do_hash)(key, len, table->hash_count);
454 hashno = (*table->do_hash)(key, len, table->hash_count);
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
sparc-dis.c 408 int hash_count[HASH_SIZE]; local
415 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0]));
426 ++hash_count[hash];
436 if (hash_count[i] < min_count)
437 min_count = hash_count[i];
438 if (hash_count[i] > max_count)
439 max_count = hash_count[i];
440 total += hash_count[i];
  /src/external/gpl3/binutils.old/dist/opcodes/
sparc-dis.c 436 int hash_count[HASH_SIZE]; local
443 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0]));
454 ++hash_count[hash];
464 if (hash_count[i] < min_count)
465 min_count = hash_count[i];
466 if (hash_count[i] > max_count)
467 max_count = hash_count[i];
468 total += hash_count[i];
  /src/external/gpl3/gdb.old/dist/opcodes/
sparc-dis.c 436 int hash_count[HASH_SIZE]; local
443 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0]));
454 ++hash_count[hash];
464 if (hash_count[i] < min_count)
465 min_count = hash_count[i];
466 if (hash_count[i] > max_count)
467 max_count = hash_count[i];
468 total += hash_count[i];
  /src/external/gpl3/gdb/dist/opcodes/
sparc-dis.c 408 int hash_count[HASH_SIZE]; local
415 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0]));
426 ++hash_count[hash];
436 if (hash_count[i] < min_count)
437 min_count = hash_count[i];
438 if (hash_count[i] > max_count)
439 max_count = hash_count[i];
440 total += hash_count[i];
  /src/external/public-domain/xz/dist/src/liblzma/lz/
lz_encoder.c 340 const uint32_t old_hash_count = mf->hash_count;
342 mf->hash_count = hs;
349 if (old_hash_count != mf->hash_count
405 if (mf->hash_count > SIZE_MAX / sizeof(uint32_t)
421 mf->hash = lzma_alloc_zero(mf->hash_count * sizeof(uint32_t),
437 for (uint32_t i = 0; i < mf->hash_count; ++i)
440 memzero(mf->hash, mf->hash_count * sizeof(uint32_t));
472 .hash_count = 0,
481 return ((uint64_t)(mf.hash_count) + mf.sons_count) * sizeof(uint32_t)
579 coder->mf.hash_count = 0
    [all...]
lz_encoder.h 129 uint32_t hash_count; member in struct:lzma_mf_s
lz_encoder_mf.c 117 for (uint32_t i = 0; i < mf->hash_count; ++i) {
  /src/external/mpl/dhcp/dist/includes/omapip/
hash.h 62 unsigned hash_count; member in struct:hash_table
  /src/external/bsd/wpa/dist/src/p2p/
p2p_build.c 453 const u8 *hash, u8 hash_count)
458 for (i = 0; i < hash_count; i++) {
601 u8 hash_count, const u8 *hash,
610 if (!adv_list || !hash || !hash_count)
614 hash, hash_count * P2PS_HASH_LEN);
615 p2ps_wildcard = p2ps_wildcard_hash(p2p, hash, hash_count) &&
649 for (i = 0; i < hash_count; i++) {
  /src/external/bsd/top/dist/
hash.m4c 258 * unsigned int hash_count(hash_table *ht)
264 hash_count(hash_table *ht)
hash.c 218 * unsigned int hash_count(hash_table *ht)
225 hash_count(hash_table *ht) function
  /src/external/mpl/dhcp/dist/common/
print.c 358 for (i = 0; i < table -> hash_count; i++) {
  /src/external/mpl/dhcp/dist/server/
mdb.c 2468 for (i = 0; i < group_name_hash -> hash_count; i++) {
2487 for (i = 0; i < host_name_hash -> hash_count; i++) {
2506 for (i = 0; i < host_name_hash -> hash_count; i++) {

Completed in 29 milliseconds