Home
last modified time | relevance | path

Searched refs:stats_type (Results 1 – 25 of 97) sorted by relevance

1234

/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/amavis/
H A Damavis_59 my $stats_type = "";
61 $stats_type = $1;
68 if ($stats_type eq "cache") {
84 } elsif ($stats_type eq "content") {
99 } elsif ($stats_type eq "time") {
163 if ($stats_type eq "cache") {
171 } elsif ($stats_type eq "content") {
181 } elsif ($stats_type eq "time") {
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/signer/
H A Dstats.c39 stats_type*
42 stats_type* stats = (stats_type*) malloc(sizeof(stats_type)); in stats_create()
54 stats_clear(stats_type* stats) in stats_clear()
76 stats_log(stats_type* stats, const char* name, uint32_t serial, in stats_log()
106 stats_cleanup(stats_type* stats) in stats_cleanup()
H A Dstats.h43 typedef struct stats_struct stats_type; typedef
71 extern stats_type* stats_create(void);
81 extern void stats_log(stats_type* stats, const char* name, uint32_t serial,
89 extern void stats_clear(stats_type* stats);
96 extern void stats_cleanup(stats_type* stats);
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/dht/transport/udp/impl/
H A DDHTUDPPacketReplyStats.java42 private int stats_type = DHTUDPPacketRequestStats.STATS_TYPE_ORIGINAL; field in DHTUDPPacketReplyStats
70 stats_type = is.readInt(); in DHTUDPPacketReplyStats()
72 if ( stats_type == DHTUDPPacketRequestStats.STATS_TYPE_ORIGINAL ){ in DHTUDPPacketReplyStats()
89 return( stats_type ); in getStatsType()
102 stats_type = DHTUDPPacketRequestStats.STATS_TYPE_ORIGINAL; in setOriginalStats()
117 stats_type = _stats_type; in setNewStats()
131 os.writeInt( stats_type ); in serialise()
133 if ( stats_type == DHTUDPPacketRequestStats.STATS_TYPE_ORIGINAL ){ in serialise()
H A DDHTUDPPacketRequestStats.java42 private int stats_type = STATS_TYPE_ORIGINAL; field in DHTUDPPacketRequestStats
67 stats_type = is.readInt(); in DHTUDPPacketRequestStats()
83 os.writeInt( stats_type ); in serialise()
93 stats_type = _type; in setStatsType()
99 return( stats_type ); in getStatsType()
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/adio/common/
H A Dad_opencoll.c65 MPI_Datatype stats_type; /* deferred open: some processes might not in ADIOI_GEN_OpenColl() local
119 stats_type = make_stats_type(fd); in ADIOI_GEN_OpenColl()
120 MPI_Bcast(MPI_BOTTOM, 1, stats_type, fd->hints->ranklist[0], fd->comm); in ADIOI_GEN_OpenColl()
136 MPI_Type_free(&stats_type); in ADIOI_GEN_OpenColl()
171 stats_type = make_stats_type(fd); in ADIOI_GEN_OpenColl()
172 MPI_Bcast(MPI_BOTTOM, 1, stats_type, fd->hints->ranklist[0], fd->comm); in ADIOI_GEN_OpenColl()
173 MPI_Type_free(&stats_type); in ADIOI_GEN_OpenColl()
/dports/finance/quantlib/QuantLib-1.20/ql/methods/montecarlo/
H A Dmontecarlomodel.hpp59 typedef S stats_type; typedef in QuantLib::MonteCarloModel
64 const stats_type& sampleAccumulator, in MonteCarloModel()
79 const stats_type& sampleAccumulator() const;
83 stats_type sampleAccumulator_;
129 inline const typename MonteCarloModel<MC,RNG,S>::stats_type&
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/databases/main/
H A Dstats.py285 self, stats_type: str, id: str
296 table, id_col = TYPE_TO_TABLE[stats_type]
319 for stats_type, stats_updates in updates.items():
327 stats_type=stats_type,
347 stats_type: str,
374 stats_type,
385 stats_type: str,
394 table, id_col = TYPE_TO_TABLE[stats_type]
397 abs_field_names = ABSOLUTE_STATS_FIELDS[stats_type]
618 stats_type="room",
[all …]
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dquality_reporting.c156 static bool_t media_report_enabled(LinphoneCall * call, int stats_type){ in media_report_enabled() argument
166 return (call->log->reporting.reports[stats_type] != NULL); in media_report_enabled()
410 static void update_ip(LinphoneCall * call, int stats_type) { in update_ip() argument
411 …SalStreamType sal_stream_type = stats_type == LINPHONE_CALL_STATS_AUDIO ? SalAudio : stats_type ==… in update_ip()
485 void linphone_reporting_update_media_info(LinphoneCall * call, int stats_type) { in linphone_reporting_update_media_info() argument
494 if (!media_report_enabled(call, stats_type) || call->op == NULL) in linphone_reporting_update_media_info()
540 if (stats_type == LINPHONE_CALL_STATS_AUDIO && call->audiostream != NULL) { in linphone_reporting_update_media_info()
599 if (stats_type == 0) { in linphone_reporting_on_rtcp_update()
601 } else if (stats_type == 1) { in linphone_reporting_on_rtcp_update()
607 if (! media_report_enabled(call,stats_type)) in linphone_reporting_on_rtcp_update()
[all …]
H A Dquality_reporting.h157 void linphone_reporting_update_media_info(LinphoneCall * call, int stats_type);
193 void linphone_reporting_on_rtcp_update(LinphoneCall *call, SalStreamType stats_type);
/dports/graphics/ospray/ospray-2.8.0/modules/mpi/external/pico_bench/
H A Dpico_bench.h137 using stats_type = Statistics<T>;
152 stats_type operator()(Fn _fn) const { in operator()
165 return stats_type{samples}; in operator()
169 typename std::enable_if<std::is_void<decltype(std::declval<Fn>()())>::value, stats_type>::type
176 stats_type>::type
189 return stats_type{samples}; in operator()
/dports/finance/quantlib/QuantLib-1.20/ql/pricingengines/
H A Dmcsimulation.hpp49 typedef typename MonteCarloModel<MC,RNG,S>::stats_type
50 stats_type; typedef in QuantLib::McSimulation
63 const stats_type& sampleAccumulator() const;
187 pathGenerator(), this->pathPricer(), stats_type(), in calculate()
216 inline const typename McSimulation<MC,RNG,S>::stats_type&
H A Dmclongstaffschwartzengine.hpp53 typedef typename McSimulation<MC,RNG,S>::stats_type
54 stats_type; typedef in QuantLib::MCLongstaffSchwartzEngine
194 pathGeneratorCalibration, pathPricer_, stats_type(), in calculate()
/dports/math/dbcsr/dbcsr-2.1.0/src/mm/
H A Ddbcsr_mm_sched.F85 TYPE stats_type type
98 END TYPE stats_type
100 TYPE(stats_type), DIMENSION(:), ALLOCATABLE, TARGET, SAVE :: stats_per_thread
107 TYPE(stats_type), INTENT(INOUT) :: stats
146 TYPE(stats_type) :: report
286 TYPE(stats_type), POINTER :: mystats
401 TYPE(stats_type), INTENT(INOUT) :: stats
462 TYPE(stats_type), INTENT(INOUT) :: report
465 TYPE(stats_type), POINTER :: istats
501 TYPE(stats_type), INTENT(INOUT) :: report
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/mm/
H A Ddbcsr_mm_sched.F85 TYPE stats_type type
98 END TYPE stats_type
100 TYPE(stats_type), DIMENSION(:), ALLOCATABLE, TARGET, SAVE :: stats_per_thread
107 TYPE(stats_type), INTENT(INOUT) :: stats
146 TYPE(stats_type) :: report
292 TYPE(stats_type), POINTER :: mystats
407 TYPE(stats_type), INTENT(INOUT) :: stats
468 TYPE(stats_type), INTENT(INOUT) :: report
471 TYPE(stats_type), POINTER :: istats
507 TYPE(stats_type), INTENT(INOUT) :: report
[all …]
/dports/math/z3/z3-z3-4.8.13/src/tactic/core/
H A Dcollect_statistics_tactic.cpp45 typedef std::map<std::string, unsigned long> stats_type; typedef in collect_statistics_tactic
46 stats_type m_stats;
96 stats_type & m_stats;
101 collect_proc(ast_manager & m, stats_type & s) : m(m), m_stats(s), m_qdepth(0) {} in collect_proc()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/tactic/core/
H A Dcollect_statistics_tactic.cpp45 typedef std::map<std::string, unsigned long> stats_type; typedef in collect_statistics_tactic
46 stats_type m_stats;
96 stats_type & m_stats;
101 collect_proc(ast_manager & m, stats_type & s) : m(m), m_stats(s), m_qdepth(0) {} in collect_proc()
/dports/sysutils/mate-power-manager/mate-power-manager-1.26.0/src/
H A Dgpm-statistics.c47 static const gchar *stats_type; variable
616 if (g_strcmp0 (stats_type, GPM_STATS_CHARGE_DATA_VALUE) == 0) { in gpm_stats_update_info_page_stats()
1029 stats_type = GPM_STATS_CHARGE_DATA_VALUE; in gpm_stats_type_combo_changed_cb()
1035 stats_type = GPM_STATS_CHARGE_ACCURACY_VALUE; in gpm_stats_type_combo_changed_cb()
1041 stats_type = GPM_STATS_DISCHARGE_DATA_VALUE; in gpm_stats_type_combo_changed_cb()
1047 stats_type = GPM_STATS_DISCHARGE_ACCURACY_VALUE; in gpm_stats_type_combo_changed_cb()
1345 if (stats_type == NULL) in main()
1346 stats_type = GPM_STATS_CHARGE_DATA_VALUE; in main()
1365 if (g_strcmp0 (stats_type, GPM_STATS_CHARGE_DATA_VALUE) == 0) in main()
1367 else if (g_strcmp0 (stats_type, GPM_STATS_CHARGE_DATA_VALUE) == 0) in main()
[all …]
/dports/sysutils/gnome-power-manager/gnome-power-manager-3.32.0/src/
H A Dgpm-statistics.c49 static const gchar *stats_type; variable
832 if (g_strcmp0 (stats_type, GPM_STATS_CHARGE_DATA_VALUE) == 0) { in gpm_stats_update_info_page_stats()
1177 stats_type = GPM_STATS_CHARGE_DATA_VALUE; in gpm_stats_type_combo_changed_cb()
1183 stats_type = GPM_STATS_CHARGE_ACCURACY_VALUE; in gpm_stats_type_combo_changed_cb()
1189 stats_type = GPM_STATS_DISCHARGE_DATA_VALUE; in gpm_stats_type_combo_changed_cb()
1195 stats_type = GPM_STATS_DISCHARGE_ACCURACY_VALUE; in gpm_stats_type_combo_changed_cb()
1473 if (stats_type == NULL) in gpm_stats_startup_cb()
1474 stats_type = GPM_STATS_CHARGE_DATA_VALUE; in gpm_stats_startup_cb()
1493 if (g_strcmp0 (stats_type, GPM_STATS_CHARGE_DATA_VALUE) == 0) in gpm_stats_startup_cb()
1495 else if (g_strcmp0 (stats_type, GPM_STATS_CHARGE_DATA_VALUE) == 0) in gpm_stats_startup_cb()
[all …]
/dports/devel/xsimd/xsimd-7.6.0/examples/
H A Dpico_bench.hpp186 using stats_type = Statistics<T>; typedef in pico_bench::Benchmarker
205 stats_type>::type
213 stats_type>::type
225 return stats_type{ samples }; in operator ()()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/generators/
H A Dcomputer_system-1.vhd22 type stats_type is record type
24 end record stats_type;
29 bus_stats : out stats_type );
40 bus_stats : out stats_type );
128 signal bus_stats : bus_monitor_pkg.stats_type;
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/ashenden/compliant/
H A Dch_14_fg_14_09.vhd29 type stats_type is record type
31 end record stats_type;
36 bus_stats : out stats_type );
47 bus_stats : out stats_type );
122 signal bus_stats : bus_monitor_pkg.stats_type;
/dports/net/fb303/fb303-83ae662219660d30b49ad8474f5c63bbfc6d5f6f/fb303/
H A DSimpleLRUMap.h44 typedef TStats stats_type; typedef
61 mutable stats_type hits_;
62 mutable stats_type misses_;
452 stats_type hits() const { in hits()
455 stats_type misses() const { in misses()
/dports/audio/clunk/clunk-1.3.261/clunk/
H A Dcontext.cpp44 typedef typename std::map<typename Sources::key_type, unsigned> stats_type; in process_object() typedef
45 stats_type sources_stats; in process_object()
57 typename stats_type::iterator s_i = sources_stats.find(name); in process_object()
62 sources_stats.insert(typename stats_type::value_type(name, 1)); in process_object()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/mcbasket/
H A Dmclongstaffschwartzpathengine.hpp44 typedef typename McSimulation<MC,RNG,S>::stats_type
45 stats_type; typedef in QuantLib::MCLongstaffSchwartzPathEngine
149 stats_type(), this->antitheticVariate_)); in calculate()

1234