OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Counter
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/apps/
drv0.c
102
UINTN
Counter
;
117
InternalGnuEfiAppsDrv0ProtocolData.
Counter
++;
132
*NumberOfHello = InternalGnuEfiAppsDrv0ProtocolData.
Counter
;
164
InternalGnuEfiAppsDrv0ProtocolData.
Counter
= 0;
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerTracePC.h
151
uint8_t
Counter
;
186
std::unordered_map<uintptr_t, uintptr_t> ObservedFuncs; // PC =>
Counter
.
224
// Given a non-zero
Counter
returns a number in the range [0,7].
226
unsigned CounterToFeature(T
Counter
) {
230
//
Counter
bucket: [1] [2] [3] [4-7] [8-15] [16-31] [32-127] [128+]
238
assert(
Counter
);
240
/**/ if (
Counter
>= 128) Bit = 7;
241
else if (
Counter
>= 32) Bit = 6;
242
else if (
Counter
>= 16) Bit = 5;
243
else if (
Counter
>= 8) Bit = 4
[
all
...]
FuzzerTracePC.cpp
77
UnstableCounters[UnstableIdx].
Counter
= ModuleCounters[i].Start[j];
86
if (ModuleCounters[i].Start[j] != UnstableCounters[UnstableIdx].
Counter
) {
90
UnstableCounters[UnstableIdx].
Counter
= 0;
92
UnstableCounters[UnstableIdx].
Counter
= std::min(
93
ModuleCounters[i].Start[j], UnstableCounters[UnstableIdx].
Counter
);
102
if (ModuleCounters[i].Start[j] != UnstableCounters[UnstableIdx].
Counter
) {
108
ModuleCounters[i].Start[j], UnstableCounters[UnstableIdx].
Counter
);
345
uintptr_t
Counter
) {
361
Printf("COVERED_FUNC: hits: %zd",
Counter
);
FuzzerDriver.cpp
210
static void WorkerThread(const Command &BaseCmd, std::atomic<unsigned> *
Counter
,
213
unsigned C = (*
Counter
)++;
246
std::atomic<unsigned>
Counter
(0);
255
V.push_back(std::thread(WorkerThread, std::ref(Cmd), &
Counter
, NumJobs, &HasErrors));
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
segmented_array_test.cc
215
auto
Counter
= Max;
220
EXPECT_EQ(TopNode, &Dummy) << "
Counter
= " <<
Counter
;
222
--
Counter
;
223
ASSERT_EQ(Data.size(), size_t(
Counter
));
252
auto
Counter
= Max;
257
EXPECT_EQ(TopNode, &Dummy) << "
Counter
= " <<
Counter
;
259
--
Counter
;
260
ASSERT_EQ(Data->size(), size_t(
Counter
));
[
all
...]
buffer_queue_test.cc
173
std::atomic<int>
Counter
{0};
186
Counter
.fetch_add(1, std::memory_order_acq_rel);
193
Counter
.fetch_sub(1, std::memory_order_acq_rel);
202
Counter
.fetch_add(1, std::memory_order_acq_rel);
208
Counter
.fetch_sub(1, std::memory_order_acq_rel);
214
// Spin until we find the
counter
is up to 2.
215
while (
Counter
.load(std::memory_order_acquire) != 2)
221
// Spin until we find the
counter
is down to 0.
222
while (
Counter
.load(std::memory_order_acquire) != 0)
231
ASSERT_EQ(
Counter
.load(std::memory_order_acquire), 0)
[
all
...]
/src/sys/lib/libkern/arch/hppa/
milli.S
173
rctr: .equ 0 ; Recovery
Counter
Register
213
pcsq: .equ 17 ; Program
Counter
Space queue
217
pcoq: .equ 18 ; Program
Counter
Offset queue
Completed in 18 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025