Searched refs:collisions (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dgen-protos.c34 int collisions; variable
46 collisions++;
187 fprintf (stderr, "gen-protos: %d entries %d collisions\n",
188 next_index, collisions);
/freebsd-10.0-release/lib/libstand/
H A Dnetif.h33 int collisions; member in struct:netif_stats
/freebsd-10.0-release/contrib/gcclibs/libcpp/include/
H A Dsymtab.h63 unsigned int collisions; member in struct:ht
/freebsd-10.0-release/contrib/binutils/include/
H A Dhashtab.h127 of collisions fixed for time of work with the hash table. */
128 unsigned int collisions; local
/freebsd-10.0-release/contrib/gcclibs/include/
H A Dhashtab.h127 of collisions fixed for time of work with the hash table. */
128 unsigned int collisions; local
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_hash.c78 int collisions = 0; local
87 collisions++;
94 DEBUG(4, ("Hash table complete: %d collisions out of %d entries",
95 collisions, CAPTABSIZE));
/freebsd-10.0-release/contrib/gdb/include/
H A Dhashtab.h118 of collisions fixed for time of work with the hash table. */
119 unsigned int collisions; local
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dsymtab.c136 table->collisions++;
304 (double) table->collisions / (double) table->searches);
/freebsd-10.0-release/usr.bin/netstat/
H A Dif.c227 u_long collisions; local
311 collisions = ifnet.if_collisions;
458 show_stat("NRSlu", 5, collisions, link_layer);
541 u_long ift_co; /* collisions */
/freebsd-10.0-release/sys/dev/ed/
H A Dif_ed.c978 u_char collisions = ed_nic_inb(sc, ED_P0_NCR) & 0x0f; local
984 * collisions, and in this case it is best to allow
994 * Excessive collisions (16)
998 && (collisions == 0)) {
1001 * When collisions total 16, the
1005 collisions = 16;
1043 * Add in total number of collisions on last
1046 ifp->if_collisions += collisions;
1047 switch(collisions) {
1058 dot3StatsCollFrequencies[collisions
[all...]
/freebsd-10.0-release/usr.sbin/cron/doc/
H A DINSTALL37 which will be hard since there will be name collisions. (Note that the man
/freebsd-10.0-release/contrib/libpcap/pcap/
H A Dpcap.h192 u_long collisions; member in struct:pcap_stat_ex
/freebsd-10.0-release/contrib/gperf/src/
H A Dsearch.cc660 Each round reduces the number of artificial collisions by adding
854 /* Allocate a sparse bit vector for detection of collisions of hash
1049 /* Compute the possible number of collisions when _asso_values[c] is
1056 This leads to (|p|^2 - |p1|^2 - |p2|^2 - ...)/2 possible collisions.
1142 We choose the c with the minimum number of possible collisions,
1143 so that characters which lead to a large number of collisions get
1296 /* Test whether these asso_values[] lead to collisions among
1523 int collisions = 0; local
1533 collisions++;
1535 if (collisions < best_collision
[all...]
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dhashtab.c450 - Does not change the count of elements/searches/collisions in the
578 htab->collisions++;
640 htab->collisions++;
768 /* Return the fraction of fixed collisions during all work with given
777 return (double) htab->collisions / (double) htab->searches;
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dhashtab.c450 - Does not change the count of elements/searches/collisions in the
578 htab->collisions++;
640 htab->collisions++;
768 /* Return the fraction of fixed collisions during all work with given
777 return (double) htab->collisions / (double) htab->searches;
/freebsd-10.0-release/crypto/openssl/util/
H A Dmkerr.pl83 when collisions are detected.)
/freebsd-10.0-release/sys/dev/de/
H A Dif_de.c3691 u_int32_t collisions = local
3696 "tulip_tx_intr: output ok, collisions %d, status %08x",
3697 collisions, d_status);
3698 sc->tulip_ifp->if_collisions += collisions;
3699 if (collisions == 1)
3701 else if (collisions > 1)
/freebsd-10.0-release/sys/dev/xen/netfront/
H A Dnetfront.c221 u_long collisions; member in struct:net_device_stats
/freebsd-10.0-release/sys/net/
H A Dflowtable.c314 FS_PRINT(sb, collisions);
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Di386.c12371 int collisions = 0;
12424 collisions++;
12426 collisions++;
12429 collisions++;
12432 if (collisions == 1 && nparts == 3
12440 /* If there are more collisions, we can't handle it by reordering.
12442 else if (collisions > 1)
12446 collisions = 1;
12513 || (collisions > 0
12346 int collisions = 0; local
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex3813 % outlines by their "section number". We avoid collisions with chapter
6028 % collisions). But if this is a float type, we have more work to do.
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3987 % outlines by their "section number". We avoid collisions with chapter
6226 % collisions). But if this is a float type, we have more work to do.
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex3885 % outlines by their "section number". We avoid collisions with chapter
6100 % collisions). But if this is a float type, we have more work to do.

Completed in 447 milliseconds