/system/core/include/cutils/ |
bitops.h | 24 static inline int popcount(unsigned int x) function
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
sbitmap.h | 36 #error Need to increase size of datatype used for popcount 41 unsigned char *popcount; /* Population count. */ member in struct:simple_bitmap_def 65 if (map->popcount) 70 map->popcount[bitno / SBITMAP_ELT_BITS]++; 84 if (map->popcount) 89 map->popcount[bitno / SBITMAP_ELT_BITS]--; 205 #define sbitmap_free(MAP) (free((MAP)->popcount), free((MAP)))
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
sbitmap.h | 36 #error Need to increase size of datatype used for popcount 41 unsigned char *popcount; /* Population count. */ member in struct:simple_bitmap_def 61 if (map->popcount) 66 map->popcount[bitno / SBITMAP_ELT_BITS]++; 80 if (map->popcount) 85 map->popcount[bitno / SBITMAP_ELT_BITS]--; 201 #define sbitmap_free(MAP) (free((MAP)->popcount), free((MAP)))
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
sbitmap.h | 36 #error Need to increase size of datatype used for popcount 41 unsigned char *popcount; /* Population count. */ member in struct:simple_bitmap_def 61 if (map->popcount) 66 map->popcount[bitno / SBITMAP_ELT_BITS]++; 80 if (map->popcount) 85 map->popcount[bitno / SBITMAP_ELT_BITS]--; 201 #define sbitmap_free(MAP) (free((MAP)->popcount), free((MAP)))
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
sbitmap.h | 36 #error Need to increase size of datatype used for popcount 41 unsigned char *popcount; /* Population count. */ member in struct:simple_bitmap_def 61 if (map->popcount) 66 map->popcount[bitno / SBITMAP_ELT_BITS]++; 80 if (map->popcount) 85 map->popcount[bitno / SBITMAP_ELT_BITS]--; 201 #define sbitmap_free(MAP) (free((MAP)->popcount), free((MAP)))
|
/external/grub/stage2/ |
tparm.c | 329 int popcount; local 359 popcount = 0; 369 * 'popcount' shows the highest parameter number in the string. We would 403 if (lastpop > popcount) 404 popcount = lastpop; 446 if (popcount < 2) 447 popcount = 2; 457 for (i = 0; i < max(popcount, number); i++) { 478 if (popcount == 0) { 479 popcount = number [all...] |
/frameworks/av/services/audioflinger/ |
AudioStreamInSource.cpp | 50 mFormat = Format_from_SR_C(sampleRate, popcount(channelMask));
|
AudioStreamOutSink.cpp | 47 mFormat = Format_from_SR_C(sampleRate, popcount(channelMask));
|
/system/core/include/system/ |
audio.h | 369 if ((popcount(device) == 1) && ((device & ~AUDIO_DEVICE_OUT_ALL) == 0)) 377 if ((popcount(device) == 1) && ((device & ~AUDIO_DEVICE_IN_ALL) == 0)) 385 if ((popcount(device) == 1) && (device & AUDIO_DEVICE_OUT_ALL_A2DP)) 393 if ((popcount(device) == 1) && (device & (AUDIO_DEVICE_OUT_ALL_SCO | 402 if ((popcount(device) == 1) && (device & AUDIO_DEVICE_OUT_ALL_USB))
|
/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/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());
|
audio_hw_hal.cpp | 405 popcount(config->channel_mask));
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioSystemLegacy.h | 315 static uint32_t popCount(uint32_t u) { 316 return popcount(u);
|
AudioHardwareInterface.h | 72 uint32_t frameSize() const { return popcount(channels())*((format()==AUDIO_FORMAT_PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); } 148 uint32_t frameSize() const { return AudioSystem::popCount(channels())*((format()==AudioSystem::PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
|
/frameworks/av/media/libstagefright/ |
WAVExtractor.cpp | 249 && (popcount(mChannelMask) != mNumChannels)) { 251 popcount(mChannelMask), mChannelMask);
|
/external/clang/test/CodeGen/ |
builtins.c | 82 P(popcount, (N));
|
/external/valgrind/main/coregrind/ |
m_sparsewa.c | 453 /* do 'sum += popcount(x) + popcount(y)' for byte-sized x, y */
|
/frameworks/av/media/libmedia/ |
Visualizer.cpp | 128 popcount(size) != 1) {
|
/hardware/msm7k/libaudio-qdsp5v2/ |
AudioHardware.cpp | 241 config.channel_count = AudioSystem::popCount(channels());
|
/device/samsung/tuna/audio/ |
audio_hw.c | [all...] |
/hardware/libhardware/include/hardware/ |
audio.h | 308 return popcount(s->get_channels(s)) * chan_samp_sz;
|
/external/qemu/target-i386/ |
ops_sse.h | [all...] |
/hardware/msm7k/libaudio-qsd8k/ |
AudioHardware.cpp | [all...] |
/device/asus/grouper/audio/ |
audio_hw.c | 655 if (popcount(out_get_channels(&stream->common)) > [all...] |