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

12

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dhashtable.h63 unsigned int searches; member in struct:ht
H A Dhashtable.c135 table->searches++;
296 (double) table->collisions / (double) table->searches);
298 (double) nelts / (double) table->searches);
/openbsd-current/gnu/gcc/libcpp/include/
H A Dsymtab.h62 unsigned int searches; member in struct:ht
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc36 // Cygwin searches symbols only in the main
/openbsd-current/gnu/lib/libiberty/include/
H A Dhashtab.h124 unsigned int searches; local
/openbsd-current/gnu/gcc/include/
H A Dhashtab.h124 unsigned int searches; local
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dhashtab.h124 unsigned int searches; local
/openbsd-current/gnu/gcc/libcpp/
H A Dsymtab.c113 table->searches++;
304 (double) table->collisions / (double) table->searches);
306 (double) nelts / (double) table->searches);
/openbsd-current/usr.sbin/ldapd/
H A Dconn.c57 /* Cancel any ongoing searches on this connection. */
58 for (search = TAILQ_FIRST(&conn->searches); search; search = next) {
218 /* Continue any ongoing searches.
221 for (search = TAILQ_FIRST(&conn->searches); search; search = next) {
319 TAILQ_INIT(&conn->searches);
H A Dsearch.c195 TAILQ_REMOVE(&search->conn->searches, search, next);
198 --stats.searches;
855 if (stats.searches > MAX_SEARCHES) {
856 log_warnx("refusing more than %u concurrent searches",
861 ++stats.searches;
870 TAILQ_INSERT_HEAD(&req->conn->searches, search, next);
898 /* only base searches are valid */
915 /* only base searches are valid */
H A Dldapd.h224 TAILQ_HEAD(, search) searches; member in struct:conn
265 unsigned long long unindexed; /* unindexed searches */
267 unsigned int searches; /* active searches */ member in struct:ldapd_stats
H A Dnamespace.c227 /* Cancel any searches on this namespace.
230 for (search = TAILQ_FIRST(&conn->searches); search != NULL;
H A Dldape.c218 TAILQ_FOREACH(search, &req->conn->searches, next) {
220 /* unlinks the search from conn->searches */
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dhashtab.h115 unsigned int searches; local
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcheckansi.pl86 B<checkansi.pl> searches
/openbsd-current/gnu/lib/libiberty/src/
H A Dhashtab.c429 - Does not change the count of elements/searches/collisions in the
535 /* This function searches for a hash table entry equal to the given
545 htab->searches++;
578 /* This function searches for a hash table slot containing an entry
605 htab->searches++;
753 if (htab->searches == 0)
756 return (double) htab->collisions / (double) htab->searches;
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstalled.pm349 The new() function searches for all the installed .packlists on the system, and
351 described below. Where it searches by default is determined by the settings found
367 searches for all the installed .packlists on the system using
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DSearch.pm730 B<Pod::Simple::Search> is a class that you use for running searches
754 way searches are carried out.
777 This attribute, if set to a true value, means that searches should
788 This attribute, if set to a nonzero positive value, will make searches output
876 Setting this attribute to a string value means that the searches should
936 The method C<survey> searches for POD documents in a given set of
1011 It searches according to the various options set by the accessors above.
H A DHTMLBatch.pm1123 This searches the directories given in I<indirs> and writes
/openbsd-current/gnu/usr.bin/perl/ext/mro/
H A Dmro.pm247 Finally, it searches down the C3 MRO list until
249 searches further down the MRO list for the next
/openbsd-current/usr.sbin/ldapctl/
H A Dldapctl.c409 printf("unindexed searches: %llu\n", st->unindexed);
411 printf("active searches: %u\n", st->searches);
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNetrc.pm237 Identify a remote machine name. The auto-login process searches
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/bin/
H A Dprove63 -P Load plugin (searches App::Prove::Plugin::*.)
/openbsd-current/gnu/usr.bin/perl/cpan/Term-Cap/
H A DCap.pm126 slash and name is different from I<TERM>, B<Tgetent> searches the
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DLiblist.pm47 C<-L/another/path> this will affect the searches for all subsequent

Completed in 299 milliseconds

12