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

  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java     [all...]
EvaluationShrinker.java 679 int popCount = instruction.stackPopCount(clazz);
680 if (popCount > 0)
688 for (int stackIndex = 0; stackIndex < popCount; stackIndex++)
749 int popCount = instruction.stackPopCount(clazz);
750 if (popCount > 0)
758 for (int stackIndex = 0; stackIndex < popCount; stackIndex++)
    [all...]
  /frameworks/base/media/libmedia/
AudioSystem.cpp 717 // use emulated popcount optimization
719 uint32_t AudioSystem::popCount(uint32_t u)
731 if ((popCount(device) == 1 ) &&
741 if ((popCount(device) == 1 ) &&
751 if ((popCount(device) == 1 ) &&
763 if ((popCount(device) == 1 ) &&

Completed in 182 milliseconds