Home
last modified time | relevance | path

Searched refs:textDescr (Results 1 – 3 of 3) sorted by relevance

/dports/benchmarks/sipp/sipp-3.5.1/include/
H A Dstat.hpp603 int textDescr(char *s, int len);
616 int textDescr(char *s, int len);
628 int textDescr(char *s, int len);
642 int textDescr(char *s, int len);
656 int textDescr(char *s, int len);
667 int textDescr(char *s, int len);
681 int textDescr(char *s, int len);
695 int textDescr(char *s, int len);
709 int textDescr(char *s, int len);
724 int textDescr(char *s, int len);
[all …]
/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Dstat.cpp1768 int CFixed::textDescr(char *s, int len) in textDescr() function in CFixed
1789 int CDefaultPause::textDescr(char *s, int len) in textDescr() function in CDefaultPause
1818 int CUniform::textDescr(char *s, int len) in textDescr() function in CUniform
1866 int CNormal::textDescr(char *s, int len) in textDescr() function in CNormal
1892 int CLogNormal::textDescr(char *s, int len) in textDescr() function in CLogNormal
1923 int CExponential::textDescr(char *s, int len) in textDescr() function in CExponential
1952 int CWeibull::textDescr(char *s, int len) in textDescr() function in CWeibull
1986 int CPareto::textDescr(char *s, int len) in textDescr() function in CPareto
2021 int CGPareto::textDescr(char *s, int len) in textDescr() function in CGPareto
2057 int CGamma::textDescr(char *s, int len) in textDescr() function in CGamma
[all …]
H A Dactions.cpp124 M_distribution->textDescr(tmp, sizeof(tmp)); in afficheInfo()