Home
last modified time | relevance | path

Searched defs:countme (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/conf/
H A DConfigRepo.cpp81 OptionChild<OptionBool> countme{mainConfig.countme()}; member in libdnf::ConfigRepo::Impl
231 OptionChild<OptionBool> & ConfigRepo::countme() { return pImpl->countme; } in countme() function in libdnf::ConfigRepo
H A DConfigMain.cpp291 OptionBool countme{false}; member in libdnf::ConfigMain::Impl
595 OptionBool & ConfigMain::countme() { return pImpl->countme; } in countme() function in libdnf::ConfigMain
/dports/net/libpcap/libpcap-1.10.1/testprogs/
H A Dselpolltest.c362 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_) in countme() function
H A Dcapturetest.c297 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_) in countme() function
H A Dthreadsignaltest.c326 countme(u_char *user, const struct pcap_pkthdr *h _U_, const u_char *sp _U_) in countme() function
/dports/biology/infernal/infernal-1.1.3/easel/miniapps/
H A Desl-alimask.c782 static int count_gaps_in_msa(ESL_MSA *msa, ESL_ALPHABET *abc, int *countme, char *errbuf, double **… in count_gaps_in_msa()
918 static int count_postprobs_in_msa(ESL_MSA *msa, ESL_ALPHABET *abc, int *countme, char *errbuf, doub… in count_postprobs_in_msa()
/dports/biology/hmmer/hmmer-3.3/easel/miniapps/
H A Desl-alimask.c782 static int count_gaps_in_msa(ESL_MSA *msa, ESL_ALPHABET *abc, int *countme, char *errbuf, double **… in count_gaps_in_msa()
918 static int count_postprobs_in_msa(ESL_MSA *msa, ESL_ALPHABET *abc, int *countme, char *errbuf, doub… in count_postprobs_in_msa()
/dports/science/ghmm/ghmm-0.9-rc3/ghmm/
H A Dsdmodel.h80 int countme; member