HomeSort by relevance Sort by last modified time
    Searched defs:cpumask_t (Results 1 - 25 of 43) sorted by null

1 2

  /external/clang/test/Sema/
cast.c 3 typedef struct { unsigned long bits[(((1) + (64) - 1) / (64))]; } cpumask_t; typedef in typeref:struct:__anon6067
4 cpumask_t x;
  /bionic/libc/kernel/common/linux/
cpumask.h 25 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon257
56 #define CPU_MASK_ALL (cpumask_t) { { [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } }
59 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } }
61 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } }
62 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
  /development/ndk/platforms/android-3/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon969
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/4/platforms/android-3/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon28049
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/4/platforms/android-4/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon28403
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/4/platforms/android-5/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon28757
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/4/platforms/android-5/arch-x86/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon29165
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/4/platforms/android-8/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon29539
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/4/platforms/android-8/arch-x86/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon29952
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/5/platforms/android-3/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon30325
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/6/platforms/android-3/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon30944
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/6/platforms/android-3/arch-x86/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon31281
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/7/platforms/android-14/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon32075
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/7/platforms/android-14/arch-x86/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon32522
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/7/platforms/android-3/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon32882
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/7/platforms/android-3/arch-x86/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon33222
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/7/platforms/android-4/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon33579
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/7/platforms/android-4/arch-x86/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon33919
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/7/platforms/android-5/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon34276
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/7/platforms/android-5/arch-x86/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon34616
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/7/platforms/android-8/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon34976
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/7/platforms/android-8/arch-x86/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon35321
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/7/platforms/android-9/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon35713
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/7/platforms/android-9/arch-x86/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon36160
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/8/platforms/android-14/arch-arm/usr/include/linux/
cpumask.h 19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; typedef in typeref:struct:__anon36747
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 } }

Completed in 516 milliseconds

1 2