Home
last modified time | relevance | path

Searched refs:statistic (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp80 void statistic::addSample(double sample) { in addSample()
96 statistic &statistic::operator+=(const statistic &other) { in operator +=()
129 void statistic::scale(double factor) { in scale()
137 std::string statistic::format(char unit, bool total) const { in format()
595 statistic const *theStats, in printTimerStats()
596 statistic const *totalStats) { in printTimerStats()
601 statistic const *stat = &theStats[s]; in printTimerStats()
619 statistic const *stat = &theStats[s]; in printTimerStats()
632 statistic const *theStats) { in printCounterStats()
636 statistic const *stat = &theStats[s]; in printCounterStats()
[all …]
H A Dkmp_stats.h403 class statistic {
414 statistic(bool doHist = bool(KMP_STATS_HIST)) {
418 statistic(statistic const &o) in statistic() function
422 statistic(double minv, double maxv, double meanv, uint64_t sc, double sd) in statistic() function
448 statistic &operator+=(statistic const &other);
459 class timeStat : public statistic {
463 timeStat() : statistic() {} in timeStat()
847 static void printTimerStats(FILE *statsOut, statistic const *theStats,
848 statistic const *totalStats);
849 static void printCounterStats(FILE *statsOut, statistic const *theStats);
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_stats.h89 #define LAC_SYM_STAT_INC(statistic, instanceHandle) \ argument
90 LacSym_StatsInc(offsetof(CpaCySymStats64, statistic), instanceHandle)
/freebsd/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_stats.h19 #define COMPRESSION_STAT_INC(statistic, pService) \ argument
25 statistic) / \
/freebsd/tools/tools/iwi/
H A Diwistats.c46 static const struct statistic { struct
110 const struct statistic *stat; in get_statistics()
/freebsd/tools/tools/ipw/
H A Dipwstats.c45 struct statistic { struct
66 static const struct statistic tbl[] = { argument
244 const struct statistic *stat; in get_statistics()
/freebsd/usr.bin/locate/locate/
H A Dlocate.c97 void statistic(FILE *, char *);
237 statistic(fp, db); in search_fopen()
H A Dfastfind.c41 statistic (FILE *fp, char *path_fcodes) in statistic() function
/freebsd/sys/contrib/device-tree/Bindings/devfreq/event/
H A Dexynos-nocp.txt9 or as traffic debug or statistic collectors. Exynos542x bus has multiple
/freebsd/contrib/sendmail/contrib/
H A Dmailprio350 X Updated to make use of the (somewhat) new xdelay statistic.
439 # statistic (new as of sendmail V8) which is per transaction. We also
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c54 #define LAC_KEY_STAT_INC(statistic, instanceHandle) \ argument
64 statistic) / \
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in728 name = "statistic-print"
H A DChangeLog653 * hxtool.c: Add statistic hook.
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.def390 Show per-peer statistic counters associated with the specified
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi597 the clock jitter statistic is computed by the clock discipline module.
H A Dntpq-opts.def864 the clock jitter statistic is computed by the clock discipline module.
H A Dinvoke-ntpq.texi744 the clock jitter statistic is computed by the clock discipline module.
/freebsd/contrib/jemalloc/
H A DChangeLog539 - Remove overly restrictive assertions related to the cactive statistic. This
958 - Fix the cactive statistic to decrease (rather than increase) when active
/freebsd/sys/netpfil/ipfw/
H A Ddummynet.txt814 dn_return_packet() to update some statistic of the queue and update the
/freebsd/contrib/ntp/
H A DCommitLog-4.1.03290 statistic file formats correctly, provide error checking for bad
3293 statistic files. Add selectable output directory
3295 with statistic files (now settable also with
H A DChangeLog301 * [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter <perlinger@ntp.org>
2065 add statistic counters (mode bit enabled) to clockstats file.
H A DNEWS367 * [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter <perlinger@ntp.org>
4133 * [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter <perlinger@ntp.org>
H A DCommitLog11570 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
11574 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
11578 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
11582 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
11586 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
11590 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
11594 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
11598 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
11602 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
11606 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitte
[all...]
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in10974 keywords = "Chi square quantiles; probability; statistic; statistics; subroutines",
11992 …keywords = "ALGOL; approximation; density function; series; statistics; student's t statistic;…
15054 …mirnov test; natural sciences applications of computers; small samples; statistic; statistics; sub…
17657 …ced (HB left bracket k right bracket ) trees. It is shown that the only statistic of HB left brack…
/freebsd/contrib/unbound/doc/
H A DChangelog3119 - Renamed statistic `num.zero_ttl` to `num.expired` as expired replies

12