Home
last modified time | relevance | path

Searched refs:popCount (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java908 int popCount = in replaceInstruction() local
912 insertPopInstructions(offset, popCount); in replaceInstruction()
914 …toString(offset)+" -> "+replacementInstruction.toString()+(popCount == 0 ? "" : " ("+popCount+" po… in replaceInstruction()
932 private void insertPopInstructions(int offset, int popCount) in insertPopInstructions() argument
934 switch (popCount) in insertPopInstructions()
964 new Instruction[popCount / 2 + popCount % 2]; in insertPopInstructions()
969 for (int index = 0; index < popCount / 2; index++) in insertPopInstructions()
974 if (popCount % 2 == 1) in insertPopInstructions()
979 popInstructions[popCount / 2] = popInstruction; in insertPopInstructions()
DEvaluationShrinker.java734 int popCount = instruction.stackPopCount(clazz); in visitAnyInstruction() local
735 if (popCount > 0) in visitAnyInstruction()
743 … for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++) in visitAnyInstruction()
788 int unpoppedStackSize = tracedStack.size() - popCount; in visitAnyInstruction()
838 int popCount = instruction.stackPopCount(clazz); in visitAnyInstruction() local
839 if (popCount > 0) in visitAnyInstruction()
847 … for (int stackIndex = stackSize - popCount; stackIndex < stackSize; stackIndex++) in visitAnyInstruction()
913 int popCount = simpleInstruction.stackPopCount(clazz); in visitSimpleInstruction() local
914 if (popCount > 0) in visitSimpleInstruction()
916 … for (int stackIndex = stackSizeBefore - popCount; stackIndex < stackSizeBefore; stackIndex++) in visitSimpleInstruction()
[all …]
/external/deqp/modules/egl/
DteglMultiThreadTests.cpp564 const int popCount = rnd.getInt(0, (int)(configs.size()-2)); in runThread() local
566 configs.erase(configs.begin() + (configs.size() - popCount), configs.end()); in runThread()
612 const int popCount = rnd.getInt(0, (int)(configs.size()-2)); in runThread() local
614 configs.erase(configs.begin() + (configs.size() - popCount), configs.end()); in runThread()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.cpp283 unsigned int BitSet::popCount() const in popCount() function in nv50_ir::BitSet
Dnv50_ir_util.h559 unsigned int popCount() const;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.cpp283 unsigned int BitSet::popCount() const in popCount() function in nv50_ir::BitSet
Dnv50_ir_util.h559 unsigned int popCount() const;