HomeSort by relevance Sort by last modified time
    Searched defs:LoopCount (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.h 22 unsigned int LoopCount;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.h 22 unsigned int LoopCount;
  /external/llvm/unittests/Support/
ProgramTest.cpp 133 unsigned LoopCount = 0;
136 // LoopCount should only be incremented once.
138 ++LoopCount;
145 EXPECT_EQ(LoopCount, 1u) << "LoopCount should be 1";
153 // cse, LoopCount should be greater than 1 (more than one increment occurs).
155 ++LoopCount;
162 ASSERT_GT(LoopCount, 1u) << "LoopCount should be >1";

Completed in 237 milliseconds