/art/runtime/base/ |
bit_vector.cc | 263 count += POPCOUNT(storage_[word]); 389 count += POPCOUNT(storage[word]); 392 count += POPCOUNT(storage[word_end] & ~(0xffffffffu << partial_word_bits));
|
/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
|
nv50_ir_util.h | 559 unsigned int 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
|
/frameworks/av/media/libstagefright/ |
WAVExtractor.cpp | 255 && (popcount(mChannelMask) != mNumChannels)) { 257 popcount(mChannelMask), mChannelMask);
|
/art/runtime/ |
vmap_table.h | 108 CHECK_LT(vmap_offset - matches, static_cast<uint32_t>(POPCOUNT(spill_mask)));
|
stack.h | 676 int spill_size = POPCOUNT(core_spills) * GetBytesPerGprSpillLocation(isa) 677 + POPCOUNT(fp_spills) * GetBytesPerFprSpillLocation(isa)
|
utils.h | 274 static constexpr int POPCOUNT(T x) {
|
/external/clang/test/CodeGen/ |
builtins.c | 82 P(popcount, (N));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
double-int.h | 101 int popcount () const; 444 double_int::popcount () const
|
/external/chromium_org/third_party/smhasher/src/ |
Bitvec.h | 14 uint32_t popcount ( uint32_t v );
|
/external/llvm/lib/Transforms/Scalar/ |
LoopIdiomRecognize.cpp | 318 // non-compact loop. Therefore, recognizing popcount idiom only makes sense 336 // It should have a precondition block where the generated popcount instrinsic 624 /// detected, transform the relevant code to popcount intrinsic function 696 NclPopcountRecognize Popcount(*this); 697 if (Popcount.recognize()) [all...] |
/art/compiler/dex/quick/arm64/ |
int_arm64.cc | [all...] |
/external/deqp/modules/egl/ |
teglMultiThreadTests.cpp | 564 const int popCount = rnd.getInt(0, (int)(configs.size()-2)); 566 configs.erase(configs.begin() + (configs.size() - popCount), configs.end()); 612 const int popCount = rnd.getInt(0, (int)(configs.size()-2)); 614 configs.erase(configs.begin() + (configs.size() - popCount), configs.end()); [all...] |
/frameworks/av/media/libmedia/ |
Visualizer.cpp | 136 popcount(size) != 1) {
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioHardwareALSA.cpp | 859 alsa_handle.channels = AudioSystem::popCount(*channels); 897 ALOGD("channels: %d", AudioSystem::popCount(*channels)); [all...] |
/hardware/qcom/audio/hal/msm8960/ |
platform.c | 630 if (popcount(devices) == 2) { 649 if (popcount(devices) != 1) { [all...] |
/external/qemu/target-i386/ |
ops_sse.h | [all...] |
/hardware/qcom/audio/hal/msm8974/ |
platform.c | [all...] |
/device/asus/fugu/libaudio/ |
AudioHardwareOutput.cpp | 416 if (popcount(devMask) != 1) {
|
/external/llvm/lib/Target/Hexagon/ |
HexagonIntrinsicsV5.td | 253 si_SInst_di <"popcount", int_hexagon_S5_popcountp>;
|
/art/runtime/mirror/ |
class.cc | 287 CHECK_EQ((size_t)POPCOUNT(new_reference_offsets), count); 298 CHECK_EQ((size_t)POPCOUNT(new_reference_offsets),
|
/art/compiler/dex/quick/ |
codegen_util.cc | [all...] |
/device/samsung/manta/audio/ |
audio_hw.c | 249 if (popcount(device) == 2) { 259 if (popcount(device) != 1) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_bld_depth.c | 489 * this is bad on cpus without popcount (on x86 supported by intel
|