Searched refs:statistic (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_stats.h32 * Atomically increment the statistic on the internal stats structure.
77 * increment a symmetric statistic
82 * @param statistic IN The field in the symmetric statistics structure to be
89 #define LAC_SYM_STAT_INC(statistic, instanceHandle) \
90 LacSym_StatsInc(offsetof(CpaCySymStats64, statistic), instanceHandle)
/freebsd-current/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_stats.h19 #define COMPRESSION_STAT_INC(statistic, pService) \
25 statistic) / \
/freebsd-current/tools/tools/iwi/
H A Diwistats.c46 static const struct statistic { struct
110 const struct statistic *stat;
/freebsd-current/tools/tools/ipw/
H A Dipwstats.c45 struct statistic { struct
66 static const struct statistic tbl[] = {
244 const struct statistic *stat;
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp78 /* ************* statistic member functions ************* */
80 void statistic::addSample(double sample) {
96 statistic &statistic::operator+=(const statistic &other) {
129 void statistic::scale(double factor) {
137 std::string statistic::format(char unit, bool total) const {
595 statistic const *theStats,
596 statistic const *totalStats) {
601 statistic cons
[all...]
H A Dkmp_stats.h46 * \brief flags to describe the statistic (timer or counter)
50 noTotal = 1 << 0, //!< do not show a TOTAL_aggregation for this statistic
51 onlyInMaster = 1 << 1, //!< statistic is valid only for primary thread
52 noUnits = 1 << 2, //!< statistic doesn't need units printed next to it
53 notInMaster = 1 << 3, //!< statistic is valid only for non-primary threads
54 logEvent = 1 << 4 //!< statistic can be logged on the event timeline when
403 class statistic { class
414 statistic(bool doHist = bool(KMP_STATS_HIST)) { function in class:statistic
418 statistic(statistic cons function in class:statistic
422 statistic(double minv, double maxv, double meanv, uint64_t sc, double sd) function in class:statistic
[all...]
/freebsd-current/usr.bin/locate/locate/
H A Dlocate.c88 int f_statistic; /* print statistic */
97 void statistic(FILE *, char *);
131 case 'S': /* statistic lines */
237 statistic(fp, db);
319 /* statistic */
H A Dfastfind.c41 statistic (FILE *fp, char *path_fcodes) function
/freebsd-current/sys/dev/qat/qat_api/common/crypto/sym/key/
H A Dlac_sym_key.c54 #define LAC_KEY_STAT_INC(statistic, instanceHandle) \
64 statistic) / \

Completed in 92 milliseconds