Home
last modified time | relevance | path

Searched refs:highest_count (Results 1 – 25 of 38) sorted by relevance

12

/dports/net/freediameter/freeDiameter-1.5.0/extensions/dbg_monitor/
H A Ddbg_monitor.c55 …ar * queue_desc, char * peer, int current_count, int limit_count, int highest_count, long long tot… in display_info() argument
63 queue_desc, peer, current_count, limit_count, highest_count, in display_info()
68 queue_desc, current_count, limit_count, highest_count, in display_info()
87 int current_count, limit_count, highest_count; in mn_thr() local
103 …display_info("Local delivery", NULL, current_count, limit_count, highest_count, total_count, &tota… in mn_thr()
106 …display_info("Total received", NULL, current_count, limit_count, highest_count, total_count, &tota… in mn_thr()
109 …display_info("Total sending", NULL, current_count, limit_count, highest_count, total_count, &total… in mn_thr()
119 …CHECK_FCT_DO( fd_stat_getstats(STAT_P_PSM, p, &current_count, &limit_count, &highest_count, &total… in mn_thr()
120 …Events, incl. recept", p->info.pi_diamid, current_count, limit_count, highest_count, total_count, … in mn_thr()
122 …CHECK_FCT_DO( fd_stat_getstats(STAT_P_TOSEND, p, &current_count, &limit_count, &highest_count, &to… in mn_thr()
[all …]
/dports/net/freediameter/freeDiameter-1.5.0/libfdcore/
H A Dfifo_stats.c40 int * current_count, int * limit_count, int * highest_count, long long * total_count, in fd_stat_getstats() argument
44 …TRACE_ENTRY( "%d %p %p %p %p %p %p %p %p", stat, peer, current_count, limit_count, highest_count, … in fd_stat_getstats()
48 …CHECK_FCT( fd_fifo_getstats(fd_g_local, current_count, limit_count, highest_count, total_count, to… in fd_stat_getstats()
53 …CHECK_FCT( fd_fifo_getstats(fd_g_incoming, current_count, limit_count, highest_count, total_count,… in fd_stat_getstats()
58 …CHECK_FCT( fd_fifo_getstats(fd_g_outgoing, current_count, limit_count, highest_count, total_count,… in fd_stat_getstats()
64 …CHECK_FCT( fd_fifo_getstats(p->p_events, current_count, limit_count, highest_count, total_count, t… in fd_stat_getstats()
70 …CHECK_FCT( fd_fifo_getstats(p->p_tosend, current_count, limit_count, highest_count, total_count, t… in fd_stat_getstats()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/cunit/
H A Dstrhash.testc139 unsigned highest_count = 0;
198 if (buckets[i] > highest_count) {
199 highest_count = buckets[i];
202 else if (buckets[i] == highest_count) {
216 highest_count_freq, highest_count);
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/cunit/
H A Dstrhash.testc139 unsigned highest_count = 0;
198 if (buckets[i] > highest_count) {
199 highest_count = buckets[i];
202 else if (buckets[i] == highest_count) {
216 highest_count_freq, highest_count);
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/cunit/
H A Dstrhash.testc139 unsigned highest_count = 0;
198 if (buckets[i] > highest_count) {
199 highest_count = buckets[i];
202 else if (buckets[i] == highest_count) {
216 highest_count_freq, highest_count);
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/content/
H A Danimated_content_sampler_unittest.cc628 size_t highest_count = 0; in TEST_P() local
633 if (display_counts[repeats] >= highest_count) { in TEST_P()
634 second_highest_count = highest_count; in TEST_P()
635 highest_count = display_counts[repeats]; in TEST_P()
641 (frame_timestamps.size() - 1) - (highest_count + second_highest_count); in TEST_P()
645 if (display_counts[repeats] == highest_count) { in TEST_P()
650 EXPECT_EQ(highest_count, display_counts[repeats + 1]); in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/content/
H A Danimated_content_sampler_unittest.cc628 size_t highest_count = 0; in TEST_P() local
633 if (display_counts[repeats] >= highest_count) { in TEST_P()
634 second_highest_count = highest_count; in TEST_P()
635 highest_count = display_counts[repeats]; in TEST_P()
641 (frame_timestamps.size() - 1) - (highest_count + second_highest_count); in TEST_P()
645 if (display_counts[repeats] == highest_count) { in TEST_P()
650 EXPECT_EQ(highest_count, display_counts[repeats + 1]); in TEST_P()
/dports/net/freediameter/freeDiameter-1.5.0/libfdproto/
H A Dfifo.c302 …s( struct fifo * queue, int * current_count, int * limit_count, int * highest_count, long long * t… in fd_fifo_getstats() argument
305 …TRACE_ENTRY( "%p %p %p %p %p %p %p %p", queue, current_count, limit_count, highest_count, total_co… in fd_fifo_getstats()
324 if (highest_count) in fd_fifo_getstats()
325 *highest_count = queue->highest_ever; in fd_fifo_getstats()
/dports/devel/swig/swig-4.0.2/Source/CParse/
H A Dtempl.c741 int highest_count = 0; /* count of highest priority parameters */ in template_locate() local
743 highest_count += priorities_row[col]; in template_locate()
752 if (highest_count == parms_len) { in template_locate()
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dancestral.c911 int *best_state,*idx,*count,highest_count,highest_count_idx,most_frequent_state; in MPEE_Infer() local
972 highest_count = 0; in MPEE_Infer()
976 if(count[i] > highest_count) in MPEE_Infer()
978 highest_count = count[i]; in MPEE_Infer()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dbb-reorder.c1478 gcov_type highest_count = 0; in sanitize_hot_paths() local
1499 if (e->count > highest_count) in sanitize_hot_paths()
1500 highest_count = e->count; in sanitize_hot_paths()
1523 if (highest_count) in sanitize_hot_paths()
1525 if (e->count < highest_count) in sanitize_hot_paths()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dbb-reorder.c1498 gcov_type highest_count = 0; in sanitize_hot_paths() local
1519 if (e->count > highest_count) in sanitize_hot_paths()
1520 highest_count = e->count; in sanitize_hot_paths()
1543 if (highest_count) in sanitize_hot_paths()
1545 if (e->count < highest_count) in sanitize_hot_paths()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dbb-reorder.c1498 gcov_type highest_count = 0; in sanitize_hot_paths() local
1519 if (e->count > highest_count) in sanitize_hot_paths()
1520 highest_count = e->count; in sanitize_hot_paths()
1543 if (highest_count) in sanitize_hot_paths()
1545 if (e->count < highest_count) in sanitize_hot_paths()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c1562 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1588 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1589 highest_count = e->count (); in sanitize_hot_paths()
1613 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1615 if (!(e->count () >= highest_count)) in sanitize_hot_paths()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dbb-reorder.c1566 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1592 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1593 highest_count = e->count (); in sanitize_hot_paths()
1617 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1619 if (!(e->count () >= highest_count)) in sanitize_hot_paths()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dbb-reorder.c1561 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1587 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1588 highest_count = e->count (); in sanitize_hot_paths()
1612 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1614 if (!(e->count () >= highest_count)) in sanitize_hot_paths()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dbb-reorder.c1562 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1588 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1589 highest_count = e->count (); in sanitize_hot_paths()
1613 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1615 if (!(e->count () >= highest_count)) in sanitize_hot_paths()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dbb-reorder.c1566 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1592 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1593 highest_count = e->count (); in sanitize_hot_paths()
1617 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1619 if (!(e->count () >= highest_count)) in sanitize_hot_paths()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dbb-reorder.c1566 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1592 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1593 highest_count = e->count (); in sanitize_hot_paths()
1617 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1619 if (!(e->count () >= highest_count)) in sanitize_hot_paths()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c1562 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1588 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1589 highest_count = e->count (); in sanitize_hot_paths()
1613 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1615 if (!(e->count () >= highest_count)) in sanitize_hot_paths()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c1562 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1588 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1589 highest_count = e->count (); in sanitize_hot_paths()
1613 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1615 if (!(e->count () >= highest_count)) in sanitize_hot_paths()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dbb-reorder.c1562 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1588 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1589 highest_count = e->count (); in sanitize_hot_paths()
1613 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1615 if (!(e->count () >= highest_count)) in sanitize_hot_paths()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dbb-reorder.c1566 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1592 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1593 highest_count = e->count (); in sanitize_hot_paths()
1617 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1619 if (!(e->count () >= highest_count)) in sanitize_hot_paths()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dbb-reorder.c1566 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1592 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1593 highest_count = e->count (); in sanitize_hot_paths()
1617 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1619 if (!(e->count () >= highest_count)) in sanitize_hot_paths()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dbb-reorder.c1566 profile_count highest_count = profile_count::uninitialized (); in sanitize_hot_paths() local
1592 if (!(e->count () > highest_count)) in sanitize_hot_paths()
1593 highest_count = e->count (); in sanitize_hot_paths()
1617 if (highest_count.initialized_p ()) in sanitize_hot_paths()
1619 if (!(e->count () >= highest_count)) in sanitize_hot_paths()

12