HomeSort by: relevance | last modified time | path
    Searched defs:Expected (Results 1 - 3 of 3) 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/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);
  /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,

Completed in 13 milliseconds