/external/linux-tools-perf/util/include/linux/ |
bitmap.h | 34 static inline int bitmap_weight(const unsigned long *src, int nbits) function
|
/bionic/libc/kernel/arch-x86/asm/ |
mpspec_32.h | 45 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
mpspec_32.h | 45 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
mpspec_32.h | 39 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
mpspec_32.h | 39 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
mpspec_32.h | 39 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
mpspec_32.h | 39 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
mpspec_32.h | 39 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
mpspec_32.h | 45 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
mpspec_32.h | 45 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
mpspec_32.h | 45 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
mpspec_32.h | 45 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
mpspec_32.h | 45 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
|
/external/kernel-headers/original/asm-x86/ |
mpspec_32.h | 56 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
|
/external/kernel-headers/original/linux/ |
bitmap.h | 43 * bitmap_weight(src, nbits) Hamming Weight: number set bits 248 static inline int bitmap_weight(const unsigned long *src, int nbits) function
|
cpumask.h | 196 return bitmap_weight(srcp->bits, nbits);
|
nodemask.h | 204 return bitmap_weight(srcp->bits, nbits);
|
/external/linux-tools-perf/util/ |
header.c | 401 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); 593 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS);
|