HomeSort by: relevance | last modified time | path
    Searched defs:Counter (Results 1 - 2 of 2) 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/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...]

Completed in 15 milliseconds