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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 278 data[(size + 31) / 32 - 1] = 0; // clear unused bits (e.g. for popCount)
283 unsigned int BitSet::popCount() const
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 278 data[(size + 31) / 32 - 1] = 0; // clear unused bits (e.g. for popCount)
283 unsigned int BitSet::popCount() const
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 82 // use emulated popcount optimization
84 static inline uint32_t popCount(uint32_t u)
101 if (mHandle->channels != popCount(*channels))
  /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 319 static uint32_t popCount(uint32_t u) {
320 return popcount(u);
325 if ((popcount(device) == 1) && ((device & ~DEVICE_OUT_ALL) == 0))
331 if ((popcount(device) == 1) && ((device & ~DEVICE_IN_ALL) == 0))
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 4735 milliseconds