/development/ndk/platforms/android-3/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon2238 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon43795 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon44248 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon44703 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon45111 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon45571 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon46033 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon46443 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon46905 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon47369 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon47779 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon48241 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon48705 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon49115 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon49577 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon50041 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon50451 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon50913 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon51377 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon51787 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon52249 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon52713 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon53129 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon53597 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/ |
cpumask.h | 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon54067 45 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } } 49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } } 50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
|