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

/haiku-fatelf/headers/posix/net/
H A Dif.h30 uint32_t collisions; member in struct:ifreq_stats
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dcomp_hash.c78 int collisions = 0; local
84 collisions++;
91 DEBUG(4, ("Hash table complete: %d collisions out of %d entries",
92 collisions, CAPTABSIZE));
/haiku-fatelf/src/bin/gdb/include/
H A Dhashtab.h118 of collisions fixed for time of work with the hash table. */
119 unsigned int collisions; local
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap.h173 u_long collisions; member in struct:pcap_stat_ex
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dhashtab.c465 - Does not change the count of elements/searches/collisions in the
599 htab->collisions++;
666 htab->collisions++;
810 /* Return the fraction of fixed collisions during all work with given
820 return (double) htab->collisions / (double) htab->searches;
/haiku-fatelf/src/add-ons/kernel/drivers/network/dp83815/
H A Ddriver.c90 collisions, member in struct:stats
/haiku-fatelf/src/bin/network/ifconfig/
H A Difconfig.cpp642 printf("\tCollisions: %d\n", stats.collisions);
/haiku-fatelf/src/add-ons/kernel/drivers/network/dec21xxx/dev/de/
H A Dif_de.c3695 u_int32_t collisions = local
3700 "tulip_tx_intr: output ok, collisions %d, status %08x",
3701 collisions, d_status);
3702 sc->tulip_ifp->if_collisions += collisions;
3703 if (collisions == 1)
3705 else if (collisions > 1)
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex3756 % outlines by their "section number". We avoid collisions with chapter
5965 % collisions). But if this is a float type, we have more work to do.
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex4191 % outlines by their "section number". We avoid collisions with chapter
6469 % collisions). But if this is a float type, we have more work to do.

Completed in 271 milliseconds