OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__builtin_popcount
(Results
51 - 75
of
96
) sorted by null
1
2
3
4
/art/runtime/base/
bit_utils.h
61
?
__builtin_popcount
(x)
/external/mesa3d/src/gallium/auxiliary/util/
u_math.h
627
return
__builtin_popcount
(n);
/external/clang/lib/Headers/
Intrin.h
519
return
__builtin_popcount
((int)_Value);
523
return
__builtin_popcount
(_Value);
[
all
...]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
Intrin.h
518
return
__builtin_popcount
((int)_Value);
522
return
__builtin_popcount
(_Value);
[
all
...]
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
Intrin.h
518
return
__builtin_popcount
((int)value);
522
return
__builtin_popcount
(value);
[
all
...]
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
Intrin.h
517
return
__builtin_popcount
((int)_Value);
521
return
__builtin_popcount
(_Value);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
Intrin.h
519
return
__builtin_popcount
((int)_Value);
523
return
__builtin_popcount
(_Value);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
Intrin.h
519
return
__builtin_popcount
((int)_Value);
523
return
__builtin_popcount
(_Value);
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
Intrin.h
519
return
__builtin_popcount
((int)_Value);
523
return
__builtin_popcount
(_Value);
[
all
...]
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
Intrin.h
517
return
__builtin_popcount
((int)_Value);
521
return
__builtin_popcount
(_Value);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
Intrin.h
519
return
__builtin_popcount
((int)_Value);
523
return
__builtin_popcount
(_Value);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
Intrin.h
519
return
__builtin_popcount
((int)_Value);
523
return
__builtin_popcount
(_Value);
[
all
...]
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
Intrin.h
519
return
__builtin_popcount
((int)_Value);
523
return
__builtin_popcount
(_Value);
[
all
...]
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
Intrin.h
518
return
__builtin_popcount
((int)value);
522
return
__builtin_popcount
(value);
[
all
...]
/prebuilts/sdk/renderscript/clang-include/
Intrin.h
519
return
__builtin_popcount
((int)_Value);
523
return
__builtin_popcount
(_Value);
[
all
...]
/external/libunwind_llvm/src/
CompactUnwinder.hpp
26
((value >> __builtin_ctz(mask)) & (((1 <<
__builtin_popcount
(mask))) - 1))
/external/llvm/include/llvm/Support/
MathExtras.h
420
return
__builtin_popcount
(Value);
/external/mesa3d/src/mesa/main/
imports.h
581
#define _mesa_bitcount(i)
__builtin_popcount
(i)
/external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c
330
return
__builtin_popcount
(list->mask);
/external/strace/
signal.c
146
count +=
__builtin_popcount
(x);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
CompactUnwinder.hpp
26
((value >> __builtin_ctz(mask)) & (((1 <<
__builtin_popcount
(mask))) - 1))
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
smmintrin.h
790
return
__builtin_popcount
(__X);
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
smmintrin.h
790
return
__builtin_popcount
(__X);
/external/harfbuzz_ng/src/
hb-private.hh
309
return
__builtin_popcount
(mask);
/external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c
350
return
__builtin_popcount
(list->mask);
[
all
...]
Completed in 844 milliseconds
1
2
3
4