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

  /src/external/gpl3/gcc/dist/libcpp/include/
symtab.h 67 unsigned int collisions; member in struct:ht
  /src/external/gpl3/gcc.old/dist/libcpp/include/
symtab.h 66 unsigned int collisions; member in struct:ht
  /src/sys/lib/libsa/
netif.h 58 int collisions; member in struct:netif_stats
  /src/external/gpl3/binutils/dist/include/
hashtab.h 122 of collisions fixed for time of work with the hash table. */
123 unsigned int collisions; member in struct:htab
  /src/external/gpl3/binutils.old/dist/include/
hashtab.h 122 of collisions fixed for time of work with the hash table. */
123 unsigned int collisions; member in struct:htab
  /src/external/gpl3/gcc/dist/include/
hashtab.h 122 of collisions fixed for time of work with the hash table. */
123 unsigned int collisions; member in struct:htab
  /src/external/gpl3/gcc.old/dist/include/
hashtab.h 122 of collisions fixed for time of work with the hash table. */
123 unsigned int collisions; member in struct:htab
  /src/external/gpl3/gdb.old/dist/include/
hashtab.h 122 of collisions fixed for time of work with the hash table. */
123 unsigned int collisions; member in struct:htab
  /src/external/gpl3/gdb/dist/include/
hashtab.h 122 of collisions fixed for time of work with the hash table. */
123 unsigned int collisions; member in struct:htab
  /src/sys/dev/ic/
dp8390.c 666 uint8_t collisions = local
673 * collisions, and in this case it is best to allow the
679 /* Excessive collisions (16). */
681 & ED_TSR_ABT) && (collisions == 0)) {
683 * When collisions total 16, the P0_NCR
687 collisions = 16;
698 * and late collisions here.
713 * Add in total number of collisions on last
716 if (collisions) {
718 collisions);
    [all...]
  /src/external/bsd/unbound/dist/util/storage/
lruhash.c 220 struct lruhash_bin* bin, hashvalue_type hash, void* key, size_t* collisions)
230 if (collisions != NULL)
231 *collisions = c;
311 size_t collisions; local
326 if(!(found=bin_find_entry(table, bin, hash, entry->key, &collisions))) {
332 if (table->max_collisions < collisions)
333 table->max_collisions = collisions;
654 size_t collisions; local
669 if ((found = bin_find_entry(table, bin, hash, entry->key, &collisions)) != NULL) {
680 if (table->max_collisions < collisions)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-java.c 168 is added to the index during lookup. If there are collisions, only odd
226 must deal with collisions, then some inputs would lead to
275 /* There are collisions if and only if best_score > best_hashsize. */
416 write_lookup_code (FILE *stream, unsigned int hashsize, bool collisions)
420 if (collisions)
700 bool collisions; local
704 /* Determine the hash table size and whether it leads to collisions. */
705 hashsize = compute_hashsize (mlp, &collisions);
761 write_lookup_code (stream, hashsize, collisions);
774 write_lookup_code (stream, hashsize, collisions);
    [all...]
  /src/external/bsd/iscsi/dist/include/
iscsiutil.h 231 int collisions; member in struct:hash_t
  /src/external/gpl3/gcc/dist/gcc/
hash-table.h 506 double collisions () const function in class:hash_table
612 of collisions fixed for time of work with the hash table. */
779 - Does not change the count of elements/searches/collisions in the
  /src/external/gpl3/gcc.old/dist/gcc/
hash-table.h 505 double collisions () const function in class:hash_table
570 of collisions fixed for time of work with the hash table. */
725 - Does not change the count of elements/searches/collisions in the
  /src/sys/dev/pci/
if_ti.c 2191 uint64_t collisions = local
2196 if_statadd(ifp, if_collisions, collisions - sc->ti_if_collisions);
2197 sc->ti_if_collisions = collisions;
if_bge.c 4962 uint64_t collisions = local
4968 if_statadd(ifp, if_collisions, collisions - sc->bge_if_collisions);
4969 sc->bge_if_collisions = collisions;
if_mcx.c 558 collisions, enumerator in enum:mcx_ppcnt_rfc2819
8426 { "Collisions", KSTAT_KV_U_NONE, },
  /src/external/bsd/libpcap/dist/pcap/
pcap.h 331 u_long collisions; member in struct:pcap_stat_ex
  /src/external/gpl3/gdb.old/dist/gdb/
symtab.c 205 unsigned int collisions; member in struct:block_symbol_cache
1519 ++bsc->collisions;
1543 ++bsc->collisions;
1592 cache->global_symbols->collisions = 0;
1595 cache->static_symbols->collisions = 0;
1717 gdb_printf (" collisions: %u\n", bsc->collisions);
  /src/external/gpl3/gdb/dist/gdb/
symtab.c 239 unsigned int collisions; member in struct:block_symbol_cache
1519 ++bsc->collisions;
1543 ++bsc->collisions;
1592 cache->global_symbols->collisions = 0;
1595 cache->static_symbols->collisions = 0;
1717 gdb_printf (" collisions: %u\n", bsc->collisions);
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 308 unsigned int collisions; member in struct:Jim_HashTable
356 #define Jim_GetHashTableCollisions(ht) ((ht)->collisions)
7502 ht->collisions = 0;
  /src/external/public-domain/sqlite/dist/
shell.c 8827 ** this file to prevent name collisions with C-library functions of the
15719 int collisions = 0; local
15738 collisions = 0;
15741 ++collisions;
15742 }while( collisions<50 && zName!=0 );
15743 if( collisions ){
    [all...]

Completed in 88 milliseconds