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

  /src/external/mpl/dhcp/dist/includes/omapip/
hash.h 62 unsigned hash_count; member in struct:hash_table
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
hash.c 239 hash_count(hash_t *hash) function
  /src/external/public-domain/xz/dist/src/liblzma/lz/
lz_encoder.h 122 uint32_t hash_count; member in struct:lzma_mf_s
  /src/external/bsd/top/dist/
hash.c 218 * unsigned int hash_count(hash_table *ht)
225 hash_count(hash_table *ht) function
  /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];

Completed in 28 milliseconds