Home
last modified time | relevance | path

Searched refs:NumCounters (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/dports/net-im/licq-qt-gui/licq-f271d55/licq/src/
H A Dstatistics.cpp41 const char* const Statistics::CounterNames[Statistics::NumCounters] =
44 const char* const Statistics::CounterTags[Statistics::NumCounters] =
70 for (int i = 0; i < NumCounters; ++i) in initialize()
78 for (int i = 0; i < NumCounters; ++i) in initialize()
101 for (int i = 0; i < NumCounters; ++i) in writeCounters()
113 assert(counter >= 0 && counter < NumCounters); in get()
124 assert(counter >= 0 && counter < NumCounters); in name()
142 for (int i = 0; i < NumCounters; ++i) in reset()
154 assert(counter >= 0 && counter < NumCounters); in increase()
H A Dstatistics.h57 static const char* const CounterNames[NumCounters];
58 static const char* const CounterTags[NumCounters];
64 int myTodayCounters[NumCounters];
65 int myTotalCounters[NumCounters];
/dports/net-im/licq/licq-f271d55/licq/src/
H A Dstatistics.cpp41 const char* const Statistics::CounterNames[Statistics::NumCounters] =
44 const char* const Statistics::CounterTags[Statistics::NumCounters] =
70 for (int i = 0; i < NumCounters; ++i) in initialize()
78 for (int i = 0; i < NumCounters; ++i) in initialize()
101 for (int i = 0; i < NumCounters; ++i) in writeCounters()
113 assert(counter >= 0 && counter < NumCounters); in get()
124 assert(counter >= 0 && counter < NumCounters); in name()
142 for (int i = 0; i < NumCounters; ++i) in reset()
154 assert(counter >= 0 && counter < NumCounters); in increase()
H A Dstatistics.h57 static const char* const CounterNames[NumCounters];
58 static const char* const CounterTags[NumCounters];
64 int myTodayCounters[NumCounters];
65 int myTotalCounters[NumCounters];
/dports/net-im/licq-icq/licq-f271d55/licq/src/
H A Dstatistics.cpp41 const char* const Statistics::CounterNames[Statistics::NumCounters] =
44 const char* const Statistics::CounterTags[Statistics::NumCounters] =
70 for (int i = 0; i < NumCounters; ++i) in initialize()
78 for (int i = 0; i < NumCounters; ++i) in initialize()
101 for (int i = 0; i < NumCounters; ++i) in writeCounters()
113 assert(counter >= 0 && counter < NumCounters); in get()
124 assert(counter >= 0 && counter < NumCounters); in name()
142 for (int i = 0; i < NumCounters; ++i) in reset()
154 assert(counter >= 0 && counter < NumCounters); in increase()
H A Dstatistics.h57 static const char* const CounterNames[NumCounters];
58 static const char* const CounterTags[NumCounters];
64 int myTodayCounters[NumCounters];
65 int myTotalCounters[NumCounters];
/dports/net-im/licq-jabber/licq-f271d55/licq/src/
H A Dstatistics.cpp41 const char* const Statistics::CounterNames[Statistics::NumCounters] =
44 const char* const Statistics::CounterTags[Statistics::NumCounters] =
70 for (int i = 0; i < NumCounters; ++i) in initialize()
78 for (int i = 0; i < NumCounters; ++i) in initialize()
101 for (int i = 0; i < NumCounters; ++i) in writeCounters()
113 assert(counter >= 0 && counter < NumCounters); in get()
124 assert(counter >= 0 && counter < NumCounters); in name()
142 for (int i = 0; i < NumCounters; ++i) in reset()
154 assert(counter >= 0 && counter < NumCounters); in increase()
H A Dstatistics.h57 static const char* const CounterNames[NumCounters];
58 static const char* const CounterTags[NumCounters];
64 int myTodayCounters[NumCounters];
65 int myTotalCounters[NumCounters];
/dports/net-im/licq-osd/licq-f271d55/licq/src/
H A Dstatistics.cpp41 const char* const Statistics::CounterNames[Statistics::NumCounters] =
44 const char* const Statistics::CounterTags[Statistics::NumCounters] =
70 for (int i = 0; i < NumCounters; ++i) in initialize()
78 for (int i = 0; i < NumCounters; ++i) in initialize()
101 for (int i = 0; i < NumCounters; ++i) in writeCounters()
113 assert(counter >= 0 && counter < NumCounters); in get()
124 assert(counter >= 0 && counter < NumCounters); in name()
142 for (int i = 0; i < NumCounters; ++i) in reset()
154 assert(counter >= 0 && counter < NumCounters); in increase()
H A Dstatistics.h57 static const char* const CounterNames[NumCounters];
58 static const char* const CounterTags[NumCounters];
64 int myTodayCounters[NumCounters];
65 int myTotalCounters[NumCounters];
/dports/net/samba412/samba-4.12.15/source3/registry/
H A Dreg_perfcount.c432 block->objects[block->NumObjectTypes].NumCounters = 0; in _reg_perfcount_add_object()
533 obj->counters[obj->NumCounters].DefaultScale = 0; in _reg_perfcount_get_counter_info()
546 obj->counters[obj->NumCounters].CounterType = atoi(buf); in _reg_perfcount_get_counter_info()
571 obj->counters[obj->NumCounters].DefaultScale = 0; in _reg_perfcount_get_counter_info()
584 obj->counters[obj->NumCounters].DefaultScale = 0; in _reg_perfcount_get_counter_info()
621 obj->counters[obj->NumCounters].CounterSize = dsize; in _reg_perfcount_get_counter_info()
688 obj->NumCounters+1); in _reg_perfcount_add_counter()
697 obj->NumCounters += 1; in _reg_perfcount_add_counter()
1042 for(cnt = 0; cnt < object[obj].NumCounters; cnt++) in _reg_perfcount_perf_data_block_fixup()
1065 for(i = 0; i < object[obj].NumCounters; i++) in _reg_perfcount_perf_data_block_fixup()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp39 const scudo::uptr NumCounters = in TEST() local
41 scudo::PackedCounterArray Counters(NumCounters, 1UL << ((1UL << I) - 1)); in TEST()
43 for (scudo::uptr C = 1; C < NumCounters - 1; C++) { in TEST()
48 EXPECT_EQ(0UL, Counters.get(NumCounters - 1)); in TEST()
49 Counters.inc(NumCounters - 1); in TEST()
51 Counters.incRange(0, NumCounters - 1); in TEST()
52 for (scudo::uptr C = 0; C < NumCounters; C++) in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp39 const scudo::uptr NumCounters = in TEST() local
41 scudo::PackedCounterArray Counters(1U, NumCounters, in TEST()
44 for (scudo::uptr C = 1; C < NumCounters - 1; C++) { in TEST()
49 EXPECT_EQ(0UL, Counters.get(0U, NumCounters - 1)); in TEST()
50 Counters.inc(0U, NumCounters - 1); in TEST()
52 Counters.incRange(0u, 0U, NumCounters - 1); in TEST()
53 for (scudo::uptr C = 0; C < NumCounters; C++) in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp39 const scudo::uptr NumCounters = in TEST() local
41 scudo::PackedCounterArray Counters(NumCounters, 1UL << ((1UL << I) - 1)); in TEST()
43 for (scudo::uptr C = 1; C < NumCounters - 1; C++) { in TEST()
48 EXPECT_EQ(0UL, Counters.get(NumCounters - 1)); in TEST()
49 Counters.inc(NumCounters - 1); in TEST()
51 Counters.incRange(0, NumCounters - 1); in TEST()
52 for (scudo::uptr C = 0; C < NumCounters; C++) in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp39 const scudo::uptr NumCounters = in TEST() local
41 scudo::PackedCounterArray Counters(1U, NumCounters, in TEST()
44 for (scudo::uptr C = 1; C < NumCounters - 1; C++) { in TEST()
49 EXPECT_EQ(0UL, Counters.get(0U, NumCounters - 1)); in TEST()
50 Counters.inc(0U, NumCounters - 1); in TEST()
52 Counters.incRange(0u, 0U, NumCounters - 1); in TEST()
53 for (scudo::uptr C = 0; C < NumCounters; C++) in TEST()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/standalone/tests/
H A Drelease_test.cpp39 const scudo::uptr NumCounters = in TEST() local
41 scudo::PackedCounterArray Counters(NumCounters, 1UL << ((1UL << I) - 1)); in TEST()
43 for (scudo::uptr C = 1; C < NumCounters - 1; C++) { in TEST()
48 EXPECT_EQ(0UL, Counters.get(NumCounters - 1)); in TEST()
49 Counters.inc(NumCounters - 1); in TEST()
51 Counters.incRange(0, NumCounters - 1); in TEST()
52 for (scudo::uptr C = 0; C < NumCounters; C++) in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp39 const scudo::uptr NumCounters = in TEST() local
41 scudo::PackedCounterArray Counters(1U, NumCounters, in TEST()
44 for (scudo::uptr C = 1; C < NumCounters - 1; C++) { in TEST()
49 EXPECT_EQ(0UL, Counters.get(0U, NumCounters - 1)); in TEST()
50 Counters.inc(0U, NumCounters - 1); in TEST()
52 Counters.incRange(0u, 0U, NumCounters - 1); in TEST()
53 for (scudo::uptr C = 0; C < NumCounters; C++) in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/standalone/
H A Drelease.h54 : Regions(NumberOfRegions), NumCounters(CountersPerRegion) { in PackedCounterArray()
56 CHECK_GT(NumCounters, 0); in PackedCounterArray()
73 roundUpTo(NumCounters, static_cast<uptr>(1U) << PackingRatioLog) >> in PackedCounterArray()
96 uptr getCount() const { return NumCounters; } in getCount()
100 DCHECK_LT(I, NumCounters); in get()
117 const uptr Top = Min(To + 1, NumCounters); in incRange()
128 const uptr NumCounters; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp39 const scudo::uptr NumCounters = in TEST() local
41 scudo::PackedCounterArray Counters(1U, NumCounters, in TEST()
44 for (scudo::uptr C = 1; C < NumCounters - 1; C++) { in TEST()
49 EXPECT_EQ(0UL, Counters.get(0U, NumCounters - 1)); in TEST()
50 Counters.inc(0U, NumCounters - 1); in TEST()
52 Counters.incRange(0u, 0U, NumCounters - 1); in TEST()
53 for (scudo::uptr C = 0; C < NumCounters; C++) in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Drelease.h56 : Regions(NumberOfRegions), NumCounters(CountersPerRegion) { in PackedCounterArray()
58 DCHECK_GT(NumCounters, 0); in PackedCounterArray()
75 roundUpTo(NumCounters, static_cast<uptr>(1U) << PackingRatioLog) >> in PackedCounterArray()
100 uptr getCount() const { return NumCounters; } in getCount()
104 DCHECK_LT(I, NumCounters); in get()
121 const uptr Top = Min(To + 1, NumCounters); in incRange()
132 const uptr NumCounters; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/standalone/
H A Drelease.h54 : Regions(NumberOfRegions), NumCounters(CountersPerRegion) { in PackedCounterArray()
56 DCHECK_GT(NumCounters, 0); in PackedCounterArray()
73 roundUpTo(NumCounters, static_cast<uptr>(1U) << PackingRatioLog) >> in PackedCounterArray()
96 uptr getCount() const { return NumCounters; } in getCount()
100 DCHECK_LT(I, NumCounters); in get()
117 const uptr Top = Min(To + 1, NumCounters); in incRange()
128 const uptr NumCounters; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp39 const scudo::uptr NumCounters = in TEST() local
41 scudo::PackedCounterArray Counters(1U, NumCounters, in TEST()
44 for (scudo::uptr C = 1; C < NumCounters - 1; C++) { in TEST()
49 EXPECT_EQ(0UL, Counters.get(0U, NumCounters - 1)); in TEST()
50 Counters.inc(0U, NumCounters - 1); in TEST()
52 Counters.incRange(0u, 0U, NumCounters - 1); in TEST()
53 for (scudo::uptr C = 0; C < NumCounters; C++) in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/standalone/
H A Drelease.h56 : Regions(NumberOfRegions), NumCounters(CountersPerRegion) { in PackedCounterArray()
58 DCHECK_GT(NumCounters, 0); in PackedCounterArray()
75 roundUpTo(NumCounters, static_cast<uptr>(1U) << PackingRatioLog) >> in PackedCounterArray()
100 uptr getCount() const { return NumCounters; } in getCount()
104 DCHECK_LT(I, NumCounters); in get()
121 const uptr Top = Min(To + 1, NumCounters); in incRange()
132 const uptr NumCounters; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp39 const scudo::uptr NumCounters = in TEST() local
41 scudo::PackedCounterArray Counters(1U, NumCounters, in TEST()
44 for (scudo::uptr C = 1; C < NumCounters - 1; C++) { in TEST()
49 EXPECT_EQ(0UL, Counters.get(0U, NumCounters - 1)); in TEST()
50 Counters.inc(0U, NumCounters - 1); in TEST()
52 Counters.incRange(0u, 0U, NumCounters - 1); in TEST()
53 for (scudo::uptr C = 0; C < NumCounters; C++) in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/standalone/
H A Drelease.h56 : Regions(NumberOfRegions), NumCounters(CountersPerRegion) { in PackedCounterArray()
58 DCHECK_GT(NumCounters, 0); in PackedCounterArray()
75 roundUpTo(NumCounters, static_cast<uptr>(1U) << PackingRatioLog) >> in PackedCounterArray()
100 uptr getCount() const { return NumCounters; } in getCount()
104 DCHECK_LT(I, NumCounters); in get()
121 const uptr Top = Min(To + 1, NumCounters); in incRange()
132 const uptr NumCounters; variable

12345678910>>...17