HomeSort by relevance Sort by last modified time
    Searched refs:popCount (Results 1 - 11 of 11) 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/
AudioHardwareInterface.h 72 uint32_t frameSize() const { return popcount(channels())*((format()==AUDIO_FORMAT_PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
141 uint32_t frameSize() const { return AudioSystem::popCount(channels())*((format()==AudioSystem::PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
AudioSystemLegacy.h 314 static uint32_t popCount(uint32_t u) {
315 return popcount(u);
  /hardware/libhardware_legacy/audio/
AudioHardwareStub.cpp 131 usleep(bytes * 1000000 / sizeof(int16_t) / AudioSystem::popCount(channels()) / sampleRate());
177 usleep(bytes * 1000000 / sizeof(int16_t) / AudioSystem::popCount(channels()) / sampleRate());
AudioPolicyManagerBase.cpp 39 if (AudioSystem::popCount(device) != 1) return BAD_VALUE;
515 if (AudioSystem::popCount((AudioSystem::audio_devices)device) == 2) {
    [all...]
  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.cpp 241 config.channel_count = AudioSystem::popCount(channels());
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.cpp     [all...]
  /hardware/msm7k/libaudio/
AudioHardware.cpp 731 config.channel_count = AudioSystem::popCount(channels());
929 config.channel_count = AudioSystem::popCount(*pChannels);
    [all...]
  /device/moto/wingray/libaudio/
AudioHardware.cpp     [all...]
  /device/samsung/crespo/libaudio/
AudioHardware.cpp 1021 uint32_t wrChannelCount = popcount(mOutput->channels());
    [all...]

Completed in 90 milliseconds