Searched refs:popCount (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | page_transitions_test.dart | 320 int popCount = 0; 322 popCount += 1; 330 expect(popCount, 0); 335 expect(popCount, 0); 340 expect(popCount, 0); 345 expect(popCount, 0); 350 expect(popCount, 0); 355 expect(popCount, 0); 360 expect(popCount, 0); 365 expect(popCount, 1); [all …]
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLByteCodeGenerator.cpp | 975 int popCount = 0; in writeFunctionCall() local 977 if (popCount > 4) { in writeFunctionCall() 978 this->write(ByteCodeInstruction::kPopN, popCount); in writeFunctionCall() 979 this->write8(popCount); in writeFunctionCall() 980 } else if (popCount > 0) { in writeFunctionCall() 981 this->write(vector_instruction(ByteCodeInstruction::kPop, popCount)); in writeFunctionCall() 983 popCount = 0; in writeFunctionCall() 994 popCount += SlotCount(arg->fType); in writeFunctionCall()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglMultiThreadTests.cpp | 580 const int popCount = rnd.getInt(0, (int)(configs.size()-2)); in runThread() local 582 configs.erase(configs.begin() + (configs.size() - popCount), configs.end()); in runThread() 628 const int popCount = rnd.getInt(0, (int)(configs.size()-2)); in runThread() local 630 configs.erase(configs.begin() + (configs.size() - popCount), configs.end()); in runThread()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_util.cpp | 285 unsigned int BitSet::popCount() const in popCount() function in nv50_ir::BitSet
|
D | nv50_ir_util.h | 563 unsigned int popCount() const;
|
D | nv50_ir_emit_gm107.cpp | 4064 if (!srcs.popCount()) in needRdDepBar() 4084 if (!srcs.popCount()) in needRdDepBar()
|