OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Expected
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
allocator_test.cc
52
auto
Expected
=
57
ASSERT_EQ(C,
Expected
);
71
auto
Expected
=
76
ASSERT_EQ(C,
Expected
);
/src/sys/external/bsd/acpica/dist/include/
acapps.h
107
#define ACPI_CHECK_STATUS(Name, Status,
Expected
) \
108
if (Status !=
Expected
) \
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_basic_logging.cc
376
uint8_t
Expected
= 0;
377
if (!atomic_compare_exchange_strong(&BasicInitialized, &
Expected
, 1,
444
uint8_t
Expected
= 0;
445
if (!atomic_compare_exchange_strong(&BasicInitialized, &
Expected
, 0,
/src/usr.bin/make/unit-tests/
cond-token-string.mk
40
# expect+1:
Expected
.
41
. info
Expected
.
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
FuzzerUnittest.cpp
53
Unit
Expected
[] = {
98
for (const Unit &U :
Expected
)
779
Vec Res,
Expected
;
784
Expected
= {{108, 1}, {109, 2}, {118, 3}, {120, 4},
786
EXPECT_EQ(Res,
Expected
);
790
Expected
= { {109, 2}, {118, 3}, {120, 4},
792
EXPECT_EQ(Res,
Expected
);
796
Expected
= { {109, 2}, {118, 3}, {120, 4},
798
EXPECT_EQ(Res,
Expected
);
Completed in 17 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026