HomeSort by relevance Sort by last modified time
    Searched defs:cpumask_t (Results 1 - 25 of 35) 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:__anon6684
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:__anon291
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:__anon30342
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:__anon30696
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:__anon31050
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:__anon31458
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:__anon31832
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:__anon32245
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:__anon32618
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:__anon33237
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:__anon33574
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:__anon34368
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:__anon34815
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:__anon35175
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:__anon35515
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:__anon35872
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:__anon36212
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:__anon36569
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:__anon36909
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:__anon37269
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:__anon37614
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:__anon38006
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:__anon38453
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:__anon39041
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 735 milliseconds

1 2