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...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 315 static uint32_t popCount(uint32_t u) {
316 return popcount(u);

Completed in 127 milliseconds