Searched refs:searches (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dsymtab.h62 unsigned int searches; member in struct:ht
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc35 // Cygwin searches symbols only in the main
/freebsd-11-stable/contrib/gcclibs/include/
H A Dhashtab.h124 unsigned int searches; local
/freebsd-11-stable/contrib/binutils/include/
H A Dhashtab.h124 unsigned int searches; local
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsymtab.c113 table->searches++;
304 (double) table->collisions / (double) table->searches);
306 (double) nelts / (double) table->searches);
/freebsd-11-stable/contrib/gdb/include/
H A Dhashtab.h115 unsigned int searches; local
/freebsd-11-stable/contrib/bmake/mk/
H A Ddep.mk15 # explicit dependencies help short-circuit .SUFFIX searches
H A Dmeta.autodep.mk27 # explicit dependencies help short-circuit .SUFFIX searches
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dhashtab.c450 - Does not change the count of elements/searches/collisions in the
556 /* This function searches for a hash table entry equal to the given
566 htab->searches++;
599 /* This function searches for a hash table slot containing an entry
626 htab->searches++;
774 if (htab->searches == 0)
777 return (double) htab->collisions / (double) htab->searches;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dhashtab.c450 - Does not change the count of elements/searches/collisions in the
556 /* This function searches for a hash table entry equal to the given
566 htab->searches++;
599 /* This function searches for a hash table slot containing an entry
626 htab->searches++;
774 if (htab->searches == 0)
777 return (double) htab->collisions / (double) htab->searches;
/freebsd-11-stable/share/mk/
H A Dmeta.autodep.mk28 # explicit dependencies help short-circuit .SUFFIX searches

Completed in 200 milliseconds