HomeSort by relevance Sort by last modified time
    Searched defs:cpumask_t (Results 1 - 25 of 48) 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:__anon18666
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:__anon341
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:__anon1021
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:__anon43284
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:__anon43638
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:__anon43992
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:__anon44400
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:__anon44774
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:__anon45187
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:__anon45560
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:__anon46179
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:__anon46516
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:__anon47310
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:__anon47757
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:__anon48117
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:__anon48457
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:__anon48814
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:__anon49154
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:__anon49511
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:__anon49851
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:__anon50211
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:__anon50556
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:__anon50948
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:__anon51395
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:__anon51983
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 2716 milliseconds

1 2