Home
last modified time | relevance | path

Searched refs:counttype (Results 1 – 23 of 23) sorted by relevance

/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/rrd/
H A Ddo_counts.c15 static int do_one_counts_rrd(char *counttype, char *hostname, char *testname, char *classname, char… in do_one_counts_rrd() argument
30 setupfn2("%s.%s.rrd", counttype, fn); in do_one_counts_rrd()
47 int do_counts_rrd(char *counttype, char *hostname, char *testname, char *classname, char *pagepaths… in do_counts_rrd() argument
51 …return do_one_counts_rrd(counttype, hostname, testname, classname, pagepaths, msg, tstamp, counts_… in do_counts_rrd()
54 int do_derives_rrd(char *counttype, char *hostname, char *testname, char *classname, char *pagepath… in do_derives_rrd() argument
58 …return do_one_counts_rrd(counttype, hostname, testname, classname, pagepaths, msg, tstamp, derive_… in do_derives_rrd()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/rrd/
H A Ddo_counts.c15 static int do_one_counts_rrd(char *counttype, char *hostname, char *testname, char *classname, char… in do_one_counts_rrd() argument
30 setupfn2("%s.%s.rrd", counttype, fn); in do_one_counts_rrd()
47 int do_counts_rrd(char *counttype, char *hostname, char *testname, char *classname, char *pagepaths… in do_counts_rrd() argument
51 …return do_one_counts_rrd(counttype, hostname, testname, classname, pagepaths, msg, tstamp, counts_… in do_counts_rrd()
54 int do_derives_rrd(char *counttype, char *hostname, char *testname, char *classname, char *pagepath… in do_derives_rrd() argument
58 …return do_one_counts_rrd(counttype, hostname, testname, classname, pagepaths, msg, tstamp, derive_… in do_derives_rrd()
/dports/net-mgmt/xymon-server/xymon-4.3.30/web/
H A Deventlog.c47 countsummary_t counttype = XYMON_COUNT_NONE; variable
110 if (strcasecmp(cwalk->value, "events") == 0) counttype = XYMON_COUNT_EVENTS; in parse_query()
111 else if (strcasecmp(cwalk->value, "duration") == 0) counttype = XYMON_COUNT_DURATION; in parse_query()
112 else counttype = XYMON_COUNT_NONE; in parse_query()
168 if (counttype == XYMON_COUNT_EVENTS) addtobuffer(othercriteria, "&COUNTTYPE=events"); in show_topchanges()
169 else if (counttype == XYMON_COUNT_DURATION) addtobuffer(othercriteria, "&COUNTTYPE=duration"); in show_topchanges()
175 (counttype == XYMON_COUNT_EVENTS) ? "State changes" : "Seconds red/yellow"); in show_topchanges()
249 if (counttype == XYMON_COUNT_EVENTS) addtobuffer(othercriteria, "&COUNTTYPE=events"); in show_topchanges()
257 (counttype == XYMON_COUNT_EVENTS) ? "State changes" : "Seconds red/yellow"); in show_topchanges()
368 NULL, NULL, NULL, counttype, summarybar, periodstring); in main()
[all …]
/dports/net-mgmt/xymon-client/xymon-4.3.30/web/
H A Deventlog.c47 countsummary_t counttype = XYMON_COUNT_NONE; variable
110 if (strcasecmp(cwalk->value, "events") == 0) counttype = XYMON_COUNT_EVENTS; in parse_query()
111 else if (strcasecmp(cwalk->value, "duration") == 0) counttype = XYMON_COUNT_DURATION; in parse_query()
112 else counttype = XYMON_COUNT_NONE; in parse_query()
168 if (counttype == XYMON_COUNT_EVENTS) addtobuffer(othercriteria, "&COUNTTYPE=events"); in show_topchanges()
169 else if (counttype == XYMON_COUNT_DURATION) addtobuffer(othercriteria, "&COUNTTYPE=duration"); in show_topchanges()
175 (counttype == XYMON_COUNT_EVENTS) ? "State changes" : "Seconds red/yellow"); in show_topchanges()
249 if (counttype == XYMON_COUNT_EVENTS) addtobuffer(othercriteria, "&COUNTTYPE=events"); in show_topchanges()
257 (counttype == XYMON_COUNT_EVENTS) ? "State changes" : "Seconds red/yellow"); in show_topchanges()
368 NULL, NULL, NULL, counttype, summarybar, periodstring); in main()
[all …]
/dports/net-mgmt/xymon-server/xymon-4.3.30/lib/
H A Deventlog.c506 countsummary_t counttype, eventsummary_t sumtype, char *periodstring) in do_eventlog() argument
643 if ((counttype != XYMON_COUNT_DURATION) && (eventtime > lastevent)) break; in do_eventlog()
659 if (colrregexp && (counttype != XYMON_COUNT_DURATION)) { in do_eventlog()
680 if (counttype != XYMON_COUNT_DURATION) { in do_eventlog()
696 switch (counttype) { in do_eventlog()
725 (counttype == XYMON_COUNT_EVENTS) ? "State changes" : "Seconds red/yellow"); in do_eventlog()
740 (counttype == XYMON_COUNT_EVENTS) ? "State changes" : "Seconds red/yellow"); in do_eventlog()
785 if ( (counttype == XYMON_COUNT_DURATION) && in do_eventlog()
789 if ( (counttype == XYMON_COUNT_DURATION) && in do_eventlog()
H A Deventlog.h53 countsummary_t counttype, eventsummary_t sumtype, char *periodstring);
/dports/net-mgmt/xymon-client/xymon-4.3.30/lib/
H A Deventlog.c506 countsummary_t counttype, eventsummary_t sumtype, char *periodstring) in do_eventlog() argument
643 if ((counttype != XYMON_COUNT_DURATION) && (eventtime > lastevent)) break; in do_eventlog()
659 if (colrregexp && (counttype != XYMON_COUNT_DURATION)) { in do_eventlog()
680 if (counttype != XYMON_COUNT_DURATION) { in do_eventlog()
696 switch (counttype) { in do_eventlog()
725 (counttype == XYMON_COUNT_EVENTS) ? "State changes" : "Seconds red/yellow"); in do_eventlog()
740 (counttype == XYMON_COUNT_EVENTS) ? "State changes" : "Seconds red/yellow"); in do_eventlog()
785 if ( (counttype == XYMON_COUNT_DURATION) && in do_eventlog()
789 if ( (counttype == XYMON_COUNT_DURATION) && in do_eventlog()
H A Deventlog.h53 countsummary_t counttype, eventsummary_t sumtype, char *periodstring);
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dformulagraph.php605 $counttype = $this->fx->is_indexed() ? "reviews" : "papers";
609 $j["label"] = "fraction of $counttype";
613 $j["label"] = "# $counttype";
615 $j["label"] = "CDF of $counttype";
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c464 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count() local
482 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); in lp_build_occlusion_count()
504 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd); in lp_build_occlusion_count()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c464 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count() local
482 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); in lp_build_occlusion_count()
504 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd); in lp_build_occlusion_count()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c464 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count() local
482 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); in lp_build_occlusion_count()
504 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd); in lp_build_occlusion_count()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c464 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count() local
482 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); in lp_build_occlusion_count()
504 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd); in lp_build_occlusion_count()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c463 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count() local
481 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); in lp_build_occlusion_count()
503 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd); in lp_build_occlusion_count()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c464 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count() local
482 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); in lp_build_occlusion_count()
504 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd); in lp_build_occlusion_count()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c464 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count() local
482 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); in lp_build_occlusion_count()
504 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd); in lp_build_occlusion_count()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c464 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count() local
482 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); in lp_build_occlusion_count()
504 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd); in lp_build_occlusion_count()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c464 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count() local
482 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); in lp_build_occlusion_count()
504 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd); in lp_build_occlusion_count()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c464 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count() local
482 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); in lp_build_occlusion_count()
504 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd); in lp_build_occlusion_count()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c464 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count() local
482 countd = LLVMBuildBitCast(builder, countd, counttype, "countd"); in lp_build_occlusion_count()
504 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd); in lp_build_occlusion_count()
/dports/cad/zcad/zcad-8b8a693/environment/runtimefiles/common/languages/
H A Drtzcad.ru.po3401 #: zcadexternal.tortodevplaceparam~counttype
H A Drtzcad.po3739 #: zcadexternal.tortodevplaceparam~counttype
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Printing/
H A Dmod.rs9805 …pub unsafe fn SetJobPageCount(&self, counttype: PageCountType, count: u32) -> ::windows::runtime::… in SetJobPageCount()
9806 …vtable(self).3)(::std::mem::transmute_copy(self), ::std::mem::transmute(counttype), ::std::mem::tr… in SetJobPageCount()
9846 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, counttype: PageCountType, count: u…